Completed
Pull Request — master (#435)
by
unknown
01:54
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.
src/Hal/Component/Ast/Traverser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     public function __construct(CustomNodeTraverser $traverser, $stopCondition = null)
32 32
     {
33 33
         if (null === $stopCondition) {
34
-            $stopCondition = function ($node) {
34
+            $stopCondition = function($node) {
35 35
                 if ($node instanceof Node\Stmt\Class_ || $node instanceof Node\Stmt\Interface_) {
36 36
                     return false;
37 37
                 }
Please login to merge, or discard this patch.