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)));