We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d875a0 commit 3bf8a37Copy full SHA for 3bf8a37
src/Helpers/Str.php
@@ -9,7 +9,7 @@ public static function endsWith(string $haystack, string $needle): bool
9
if (strlen($needle) === 0) {
10
return true;
11
}
12
-
+
13
return str_ends_with($haystack, $needle);
14
15
0 commit comments