@@ -63,7 +63,7 @@ |
||
63 | 63 | |
64 | 64 | $results = $this->checkResponse($response); |
65 | 65 | |
66 | - if(count($results) == 0) { |
|
66 | + if (count($results) == 0) { |
|
67 | 67 | $checkResult = new CheckResult(CheckResult::STATUS_NONE, ''); |
68 | 68 | $checkResult->setResponse($response); |
69 | 69 | $results = [$checkResult]; |
@@ -22,14 +22,14 @@ |
||
22 | 22 | if (count($results) > 0) { |
23 | 23 | ++$this->urlCount; |
24 | 24 | $firstResult = array_pop($results); |
25 | - $this->output->writeln(' ' . (string)$firstResult->getResponse()->getUri()); |
|
25 | + $this->output->writeln(' '.(string) $firstResult->getResponse()->getUri()); |
|
26 | 26 | $this->output->writeln(''); |
27 | 27 | } |
28 | 28 | } |
29 | 29 | |
30 | 30 | public function finish() |
31 | 31 | { |
32 | - $this->output->writeln(' <comment>Warm up finished. ' . $this->urlCount . ' urls visited.</comment>'); |
|
32 | + $this->output->writeln(' <comment>Warm up finished. '.$this->urlCount.' urls visited.</comment>'); |
|
33 | 33 | $this->output->writeln(''); |
34 | 34 | } |
35 | 35 | } |