@@ -229,6 +229,9 @@ |
||
229 | 229 | return false; |
230 | 230 | } |
231 | 231 | |
232 | + /** |
|
233 | + * @param string $file |
|
234 | + */ |
|
232 | 235 | private function log(Exception $e, $file) |
233 | 236 | { |
234 | 237 | $msg = sprintf('Exception: "%s" while scanning file `%s`', $e->getMessage(), $file); |