Passed
Push — PR91 ( 9786ac...517f59 )
by Frank
05:22 queued 02:01
created
multisite-global-media.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
                 return true;
58 58
             }
59 59
 
60
-            $autoloader = plugin_dir_path(__FILE__).'/vendor/autoload.php';
60
+            $autoloader = plugin_dir_path(__FILE__) . '/vendor/autoload.php';
61 61
 
62 62
             if (!\file_exists($autoloader)) {
63 63
                 return false;
Please login to merge, or discard this patch.