Passed
Push — master ( 178a96...d851a8 )
by
unknown
03:01
created
RoboFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     {
124 124
         // prepare the patterns for the files that has to be ignored
125 125
         $ignore = array(
126
-            $this->properties['src.dir'].'/CategoryCsvSerializer.php',
126
+            $this->properties['src.dir'] . '/CategoryCsvSerializer.php',
127 127
         );
128 128
 
129 129
         // run the copy past detector
Please login to merge, or discard this patch.