Completed
Branch master (476ab9)
by Daniel
04:39
created
source/Informator.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -316,7 +316,6 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -292,7 +292,7 @@
 block discarded – undo
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
             ]);
Please login to merge, or discard this patch.