Passed
Push — master ( d2f6b4...140a6e )
by Kane
03:02
created
src/HtmlBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
             }
69 69
 
70 70
             if ($this->type === self::TYPE_VIDEO) {
71
-                return array_map(function ($source) {
71
+                return array_map(function($source) {
72 72
                     return $source['src'];
73 73
                 }, $attrs['source']);
74 74
             }
Please login to merge, or discard this patch.
src/OEmbedServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         $this->registerConfig();
26 26
 
27
-        $this->app->singleton('oembed', function ($app) {
27
+        $this->app->singleton('oembed', function($app) {
28 28
             return new OEmbed($app['config']['oembed']);
29 29
         });
30 30
 
Please login to merge, or discard this patch.