From 83e0d2d2eddadcc6c628eda39b0222088cf6d7b7 Mon Sep 17 00:00:00 2001 From: Roy van Veldhuizen <18717340+royvanv@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:09:40 +0100 Subject: [PATCH] Weird random dot... --- src/Text.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Text.php b/src/Text.php index 87d81e9..a49ae11 100644 --- a/src/Text.php +++ b/src/Text.php @@ -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)));