Skip to content

Commit f15fb30

Browse files
authored
Merge pull request #59 from shoebaamir7/patch-2
$false undefined
2 parents 7ff257e + aa1a2e8 commit f15fb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roledemo/module/User/src/Validator/RoleExistsValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function isValid($value)
5555
{
5656
if(!is_scalar($value)) {
5757
$this->error(self::NOT_SCALAR);
58-
return $false;
58+
return false;
5959
}
6060

6161
// Get Doctrine entity manager.

0 commit comments

Comments
 (0)