@@ -53,8 +53,8 @@ discard block |
||
| 53 | 53 | */ |
| 54 | 54 | public function __construct(Example $example) |
| 55 | 55 | { |
| 56 | - $this->example = $example; |
|
| 57 | - parent::__construct(); |
|
| 56 | + $this->example = $example; |
|
| 57 | + parent::__construct(); |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
@@ -79,8 +79,8 @@ discard block |
||
| 79 | 79 | $data = $this->example->getBasicInformation(); |
| 80 | 80 | $output->writeln("Basic information: "); |
| 81 | 81 | foreach ($data as $key => $value) { |
| 82 | - $line = $formatter->formatSection($key, $value); |
|
| 83 | - $output->writeln($line); |
|
| 82 | + $line = $formatter->formatSection($key, $value); |
|
| 83 | + $output->writeln($line); |
|
| 84 | 84 | } |
| 85 | 85 | } |
| 86 | 86 | |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | /** |
| 104 | 104 | * Get the total number of requests made during this run |
| 105 | 105 | * |
| 106 | - * @return int The number of HTTP requests made |
|
| 106 | + * @return boolean The number of HTTP requests made |
|
| 107 | 107 | */ |
| 108 | 108 | public function getNumRequests() |
| 109 | 109 | { |
@@ -264,7 +264,7 @@ discard block |
||
| 264 | 264 | * |
| 265 | 265 | * Map the item node name based on the verb |
| 266 | 266 | * |
| 267 | - * @return string|boolean The element name for the mapping, or false if unmapped |
|
| 267 | + * @return string|false The element name for the mapping, or false if unmapped |
|
| 268 | 268 | */ |
| 269 | 269 | private function getItemNodeName() |
| 270 | 270 | { |