Passed
Push — master ( 6a5c5c...63f919 )
by Valerka
08:03
created
src/BBCodeServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function register()
15 15
     {
16
-        $this->app->bind('laravel-bbcode', function () {
16
+        $this->app->bind('laravel-bbcode', function() {
17 17
             return new BBCodeParser;
18 18
         });
19 19
     }
Please login to merge, or discard this patch.