mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Clean up code according to PhpStorm inspections report
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user