Skip to content

Commit c3c24a6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3a7fef3 + e8dd10d commit c3c24a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Uppercase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function passes($attribute, $value): bool
2020
{
2121
$this->setAttribute($attribute);
2222

23-
if (!is_string($value)) {
23+
if (! is_string($value)) {
2424
return false;
2525
}
2626

0 commit comments

Comments
 (0)