Passed
Pull Request — master (#32)
by Jitendra
01:46
created
src/Cli/Task/ScheduleTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     {
43 43
         $io = $this->di('interactor');
44 44
 
45
-        if ([] === $tasks =  $this->dueTasks()) {
45
+        if ([] === $tasks = $this->dueTasks()) {
46 46
             return $io->infoBgRed('No due tasks for now', true);
47 47
         }
48 48
 
Please login to merge, or discard this patch.
src/Cli/Extension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     protected $namespaces = [];
20 20
 
21 21
     /** @var array Tasks provided by package already */
22
-    protected $factoryTasks =  [
22
+    protected $factoryTasks = [
23 23
         'schedule' => ScheduleTask::class,
24 24
     ];
25 25
 
Please login to merge, or discard this patch.