Passed
Push — master ( 1601e8...0a41a5 )
by Dispositif
05:46
created
src/Application/Examples/CompleteProcess.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     public function __construct(QueueInterface $queueAdapter, ?bool $verbose = false)
51 51
     {
52 52
         $this->queueAdapter = $queueAdapter;
53
-        $this->verbose = (bool)$verbose;
53
+        $this->verbose = (bool) $verbose;
54 54
     }
55 55
 
56 56
     public function run(?int $limit = 10000)
@@ -138,8 +138,7 @@  discard block
 block discarded – undo
138 138
 
139 139
     private function onlineIsbnSearch(string $isbn, ?string $isbn10 = null)
140 140
     {
141
-        online:
142
-        if ($this->verbose) {
141
+        online : if ($this->verbose) {
143 142
             echo "sleep 10...\n";
144 143
         }
145 144
         sleep(10);
Please login to merge, or discard this patch.