Completed
Push — master ( 178db3...80a38b )
by
unknown
15:05 queued 04:54
created
RoboFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     {
123 123
         // prepare the patterns for the files that has to be ignored
124 124
         $ignore = array(
125
-            $this->properties['vendor.dir'].'/techdivision/import-attribute-set/src/Utils',
125
+            $this->properties['vendor.dir'] . '/techdivision/import-attribute-set/src/Utils',
126 126
         );
127 127
 
128 128
         // run the copy past detector
Please login to merge, or discard this patch.