Passed
Push — master ( 6c1727...4945a3 )
by Patrick
03:17
created
ForecastAutomationTests/ForecastDataImport/ForecastDataImportFacadeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
             ->method('collect')
42 42
             ->willReturn(
43 43
                 new ActivityDtoCollection(
44
-                    new ActivityDto('','',new \DateTime(),0)
44
+                    new ActivityDto('', '', new \DateTime(), 0)
45 45
                 )
46 46
             )
47 47
         ;
Please login to merge, or discard this patch.