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 4a67f42 commit e208c8aCopy full SHA for e208c8a
src/JsonSchema/Constraints/Undefined.php
@@ -25,7 +25,7 @@ class Undefined extends Constraint
25
*/
26
public function check($value, $schema = null, $path = null, $i = null)
27
{
28
- if( is_null($schema)) {
+ if (is_null($schema)) {
29
return;
30
}
31
0 commit comments