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 59a0cd7 commit 6679cb8Copy full SHA for 6679cb8
1 file changed
src/Validator/DocumentValidator.php
@@ -285,7 +285,6 @@ public static function validateSDL(
285
?array $rules = null
286
): array {
287
$rules ??= self::sdlRules();
288
-
289
if ($rules === []) {
290
return [];
291
}
0 commit comments