Completed
Pull Request — master (#435)
by
unknown
01:42
created
src/Hal/Metric/System/Packages/Composer/Composer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
     private $config;
20 20
 
21 21
     /**
22
-     * @param array $files
23 22
      */
24 23
     public function __construct(Config $config)
25 24
     {
Please login to merge, or discard this patch.
src/Hal/Report/Html/Reporter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -185,8 +185,8 @@
 block discarded – undo
185 185
     }
186 186
 
187 187
     /**
188
-     * @param $source
189
-     * @param $destination
188
+     * @param string $source
189
+     * @param string $destination
190 190
      * @return $this
191 191
      */
192 192
     private function renderPage($source, $destination, Consolidated $consolidated, $history)
Please login to merge, or discard this patch.