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.
1 parent 99eb7bd commit 5d93696Copy full SHA for 5d93696
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