mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
chore: upgrade PHPStan
This commit is contained in:
@@ -28,19 +28,14 @@ use function substr;
|
||||
class DceSecurityGeneratorTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @param mixed $uid
|
||||
* @param mixed $gid
|
||||
* @param mixed $seconds
|
||||
* @param mixed $microseconds
|
||||
*
|
||||
* @dataProvider provideValuesForDceSecurityGenerator
|
||||
*/
|
||||
public function testGenerateBytesReplacesBytesWithDceValues(
|
||||
$uid,
|
||||
$gid,
|
||||
int | string $uid,
|
||||
int | string $gid,
|
||||
string $node,
|
||||
$seconds,
|
||||
$microseconds,
|
||||
int $seconds,
|
||||
int $microseconds,
|
||||
int $providedDomain,
|
||||
?IntegerObject $providedId,
|
||||
?Hexadecimal $providedNode,
|
||||
|
||||
Reference in New Issue
Block a user