Skip to content

Commit ac56e7c

Browse files
committed
fix whitespace consistency
1 parent 2db1417 commit ac56e7c

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
@@ -85,7 +85,7 @@ function ($value) {
8585
public function isBoolean()
8686
{
8787
return $this->assertCallback(
88-
function($value) {
88+
function ($value) {
8989
return (filter_var($value, FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE) !== NULL);
9090
},
9191
'is not a boolean'

0 commit comments

Comments
 (0)