Skip to content

Commit e8dd10d

Browse files
author
Robert Allport
authored
Apply fixes from StyleCI (#3)
1 parent c88195b commit e8dd10d

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)