Clean up code according to PhpStorm inspections report

This commit is contained in:
Ben Ramsey
2019-11-30 13:13:55 -08:00
parent feb3eb50d1
commit 64ba9a2767
38 changed files with 270 additions and 203 deletions
@@ -28,6 +28,7 @@ class RandomBytesGeneratorTest extends TestCase
* @preserveGlobalState disabled
* @param int $length
* @param string $hex
* @throws \Exception
*/
public function testGenerateUsesOpenSsl($length, $hex)
{
@@ -45,6 +46,7 @@ class RandomBytesGeneratorTest extends TestCase
* @preserveGlobalState disabled
* @param int $length
* @param string $hex
* @throws \Exception
*/
public function testGenerateReturnsRandomBytes($length, $hex)
{