Skip to content

Commit 3bf8a37

Browse files
riasvdvactions-user
authored andcommitted
Fix styling
1 parent 4d875a0 commit 3bf8a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/Str.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static function endsWith(string $haystack, string $needle): bool
99
if (strlen($needle) === 0) {
1010
return true;
1111
}
12-
12+
1313
return str_ends_with($haystack, $needle);
1414
}
1515
}

0 commit comments

Comments
 (0)