@@ -135,7 +135,7 @@ |
||
| 135 | 135 | $this->warn('\''.$identifier.'\' is used in: \''. $file->getPath().'\'!'); |
| 136 | 136 | |
| 137 | 137 | foreach ($matches[0] as $match) { |
| 138 | - $this->warn($match); |
|
| 138 | + $this->warn($match); |
|
| 139 | 139 | } |
| 140 | 140 | $found = true; |
| 141 | 141 | $this->bar->display(); |