Skip to content

Commit 9b5a371

Browse files
committed
fix whitespace consistency
1 parent ac56e7c commit 9b5a371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function isBoolean()
8686
{
8787
return $this->assertCallback(
8888
function ($value) {
89-
return (filter_var($value, FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE) !== NULL);
89+
return (filter_var($value, FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE) !== NULL);
9090
},
9191
'is not a boolean'
9292
);

0 commit comments

Comments
 (0)