Skip to content

Commit 0e9a186

Browse files
committed
Fix style
1 parent 0c9fec5 commit 0e9a186

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Support/Macros/StrMacro.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public static function beforeLast(): callable
2020
}
2121

2222
$pos = mb_strrpos($subject, $search);
23-
2423
if (false === $pos) {
2524
return $subject;
2625
}

0 commit comments

Comments
 (0)