@@ -74,11 +74,11 @@ |
||
74 | 74 | |
75 | 75 | $baseline = new BaseLine($historyFactory, $analysisResults, $resultsParser, $historyMarker); |
76 | 76 | } catch ( |
77 | - ArrayParseException| |
|
78 | - InvalidResultsParserException| |
|
79 | - InvalidHistoryFactoryException| |
|
80 | - InvalidHistoryMarkerException| |
|
81 | - InvalidContentTypeException| |
|
77 | + ArrayParseException | |
|
78 | + InvalidResultsParserException | |
|
79 | + InvalidHistoryFactoryException | |
|
80 | + InvalidHistoryMarkerException | |
|
81 | + InvalidContentTypeException | |
|
82 | 82 | ParseAtLocationException $e) { |
83 | 83 | throw BaseLineImportException::fromException($baseLineFileName, $e); |
84 | 84 | } |