@@ -122,7 +122,7 @@ |
||
122 | 122 | { |
123 | 123 | // prepare the patterns for the files that has to be ignored |
124 | 124 | $ignore = array( |
125 | - $this->properties['src.dir'].'/Utils', |
|
125 | + $this->properties['src.dir'] . '/Utils', |
|
126 | 126 | ); |
127 | 127 | |
128 | 128 | // run the copy past detector |