Completed
Push — master ( 8295bf...54c8d8 )
by Tomáš
04:39 queued 02:22
created
src/Application/SculpinApplication.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of Symplify
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
         if ($runCommand->isRunServer()) {
76 76
             $this->httpServer->init();
77 77
 
78
-            $this->httpServer->addPeriodicTimer(1, function () use ($runCommand) {
78
+            $this->httpServer->addPeriodicTimer(1, function() use ($runCommand) {
79 79
                 clearstatcache();
80 80
                 $this->processCommand($runCommand);
81 81
             });
Please login to merge, or discard this patch.