Passed
Push — master ( 5364b3...737405 )
by
unknown
02:37 queued 14s
created
modules/proxy-plugin/src/Plugin.php 1 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.