We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99eb7bd + 5d93696 commit 9c28cd7Copy full SHA for 9c28cd7
src/Utilities.php
@@ -29,7 +29,7 @@ public static function isWindows()
29
public static function validateString(
30
mixed $input,
31
string $name = "?",
32
- int|array $len = null,
+ int|array|null $len = null,
33
bool $allowNull = true
34
): void {
35
if (is_null($input)) {
0 commit comments