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 69c1104 commit b77925bCopy full SHA for b77925b
src/Rules/ValidEvenNumber.php
@@ -11,7 +11,7 @@ class ValidEvenNumber implements Rule
11
*/
12
public function passes($attribute, $value): bool
13
{
14
- if (!is_numeric($value)) {
+ if (! is_numeric($value)) {
15
return false;
16
}
17
0 commit comments