Composer update

This commit is contained in:
Clemens Schwaighofer
2022-05-26 09:52:37 +09:00
parent 92ebdb4b9e
commit 2d15b78d21
18 changed files with 188 additions and 116 deletions

View File

@@ -550,7 +550,7 @@ final class TypeResolver
);
}
if (!$minValue || !$maxValue || $tokenCounter > 4) {
if ($minValue === null || $maxValue === null || $tokenCounter > 4) {
throw new RuntimeException(
'int<min,max> has not the correct format'
);