Upgrade PHPStan

This commit is contained in:
Ben Ramsey
2022-08-05 14:34:17 -05:00
parent 373f7bacfc
commit f1891183f9
26 changed files with 151 additions and 106 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ interface RandomGeneratorInterface
/**
* Generates a string of randomized binary data
*
* @param int $length The number of bytes of random binary data to generate
* @param int<1, max> $length The number of bytes of random binary data to generate
*
* @return string A binary string
*/