Completed
Push — master ( 058941...ab4289 )
by Wachter
05:40
created
tests/Unit/Command/ScheduleTaskCommandTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
                 $cronExpression,
78 78
                 Argument::type(\DateTime::class),
79 79
                 Argument::that(
80
-                    function ($argument) use ($endDate) {
80
+                    function($argument) use ($endDate) {
81 81
                         $this->assertEquals($endDate, $argument, '', 2);
82 82
 
83 83
                         return true;
Please login to merge, or discard this patch.