Skip to content

Commit e208c8a

Browse files
committed
fix code style
1 parent 4a67f42 commit e208c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/Undefined.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Undefined extends Constraint
2525
*/
2626
public function check($value, $schema = null, $path = null, $i = null)
2727
{
28-
if( is_null($schema)) {
28+
if (is_null($schema)) {
2929
return;
3030
}
3131

0 commit comments

Comments
 (0)