Skip to content

Commit

Permalink
Weird random dot...
Browse files Browse the repository at this point in the history
  • Loading branch information
royvanv committed Feb 16, 2024
1 parent 580ae41 commit 83e0d2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ private static function bootStrMacros(): void
*
* @codeCoverageIgnore
*/

. private static function bootStringableMacros(): void
private static function bootStringableMacros(): void
{
Stringable::macro('enclose', fn ($before, $after = null): Stringable => new Stringable(Text::enclose($this->value, $before, $after)));
Stringable::macro('exclamation', fn (): Stringable => new Stringable(Text::exclamation($this->value)));
Expand Down

0 comments on commit 83e0d2d

Please sign in to comment.