mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Require phpstan and correct issues found up to level 2
* issues found by phpstan L0 * issues found by phpstan L1 * issues found by phpstan L2 in src/ * issues found by phpstan L2 in tests/
This commit is contained in:
@@ -73,7 +73,7 @@ class CombGeneratorTest extends TestCase
|
||||
|
||||
/**
|
||||
* @dataProvider lengthLessThanSix
|
||||
* @param $length
|
||||
* @param int $length
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function testGenerateWithLessThanTimestampBytesThrowsException($length)
|
||||
|
||||
Reference in New Issue
Block a user