Passed
Pull Request — master (#129)
by Dave
02:16
created
src/Legacy/BaselineUpgrader.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -74,11 +74,11 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.