Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit e8974e0

Browse files
GummibeerStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 990a655 commit e8974e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CurlyspoonServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ protected function registerBladeDirective()
3838
return "<?php echo app(\Curlyspoon\Core\Contracts\ElementManager::class)->render($expression); ?>";
3939
});
4040

41-
Blade::directive('spaceless', function() {
41+
Blade::directive('spaceless', function () {
4242
return '<?php ob_start(); ?>';
4343
});
44-
Blade::directive('endspaceless', function() {
44+
Blade::directive('endspaceless', function () {
4545
return "<?php echo trim(preg_replace('/>\\s+</', '><', ob_get_clean())); ?>";
4646
});
4747
}

0 commit comments

Comments
 (0)