Passed
Pull Request — master (#98)
by
unknown
02:15
created
modules/proxy-plugin/src/Plugin.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
     public function resolveAutoloadFilePath(\Composer\Composer $composer)
35 35
     {
36
-       /**
36
+        /**
37 37
          * When running through the initial installation, make sure that installing the proxy
38 38
          * command (to get the patch commands) does not result in crashing the whole
39 39
          * installation process.
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
 
115 115
     private function composePath()
116 116
     {
117
-        $pathSegments = array_map(function ($item) {
117
+        $pathSegments = array_map(function($item) {
118 118
             return rtrim($item, \DIRECTORY_SEPARATOR);
119 119
         }, func_get_args());
120 120
 
Please login to merge, or discard this patch.