Completed
Pull Request — master (#448)
by
unknown
08:31
created
phpmetrics/src/Hal/Component/Issue/Issuer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
     }
142 142
 
143 143
     /**
144
-     * @param int|string $status
144
+     * @param integer $status
145 145
      *
146 146
      * @return void
147 147
      */
Please login to merge, or discard this patch.
phpmetrics/src/Hal/Metric/System/Packages/Composer/Composer.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
 
97 97
     /**
98 98
      * Returns the installed packages from the composer.lock file.
99
-     * @param mixed[] $rootPackageRequirements List of requirements to match installed packages only with requirements.
99
+     * @param integer[] $rootPackageRequirements List of requirements to match installed packages only with requirements.
100 100
      * @return mixed[]
101 101
      */
102 102
     protected function getComposerLockInstalled($rootPackageRequirements)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Hal\Metric\System\Packages\Composer;
3 3
 
4 4
 use Hal\Application\Config\Config;
5
-use Hal\Application\Config\ConfigException;
6 5
 use Hal\Component\File\Finder;
7 6
 use Hal\Metric\Metrics;
8 7
 use Hal\Metric\ProjectMetric;
Please login to merge, or discard this patch.
phpmetrics/tests/Component/Tree/GraphDeduplicatedTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Test;
4 4
 
5
-use Hal\Component\Tree\Graph;
6 5
 use Hal\Component\Tree\GraphDeduplicated;
7 6
 use Hal\Component\Tree\Node;
8 7
 
Please login to merge, or discard this patch.
phpmetrics/tests/Component/Tree/Operator/SizeOfTreeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Test;
4 4
 
5 5
 use Hal\Component\Tree\Graph;
6
-use Hal\Component\Tree\GraphFactory;
7 6
 use Hal\Component\Tree\Node;
8 7
 use Hal\Component\Tree\Operator\SizeOfTree;
9 8
 
Please login to merge, or discard this patch.