@@ -30,6 +30,6 @@ |
||
30 | 30 | * Checks whether this parser can handle the file or not |
31 | 31 | * @param File $file |
32 | 32 | * @return boolean if this parses is able to handle the given file |
33 | - */ |
|
33 | + */ |
|
34 | 34 | public function canHandle(File $file); |
35 | 35 | } |