chore: upgrade PHPStan

This commit is contained in:
Ben Ramsey
2022-04-01 16:41:54 -05:00
parent dec678d60b
commit 382fdf777f
17 changed files with 212 additions and 238 deletions
+4 -9
View File
@@ -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,