@@ -316,7 +316,6 @@ |
||
| 316 | 316 | |
| 317 | 317 | /** |
| 318 | 318 | * Builds an array with most important key aspects of LAMP/WAMP |
| 319 | - * @param boolean $full |
|
| 320 | 319 | * @return array |
| 321 | 320 | */ |
| 322 | 321 | private function systemInfo() |
@@ -292,7 +292,7 @@ |
||
| 292 | 292 | private function setOutputInterface($inArray) |
| 293 | 293 | { |
| 294 | 294 | if ($inArray['showLabels']) { |
| 295 | - $sReturn[] = $this->setHeaderCommon([ |
|
| 295 | + $sReturn[] = $this->setHeaderCommon([ |
|
| 296 | 296 | 'lang' => 'en-US', |
| 297 | 297 | 'title' => 'Informator' |
| 298 | 298 | ]); |