Completed
Pull Request — master (#139)
by Kévin
05:41
created
tests/PHPSA/TestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @param $actual
40
+     * @param CompiledExpression $actual
41 41
      * @param string $message
42 42
      */
43 43
     protected function assertInstanceOfCompiledExpression($actual, $message = '')
Please login to merge, or discard this patch.
src/Analyzer/Pass/Metadata.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
45 45
 
46 46
     /**
47 47
      * @param string $name
48
-     * @param null $description
49
-     * @param NodeDefinition|null $config
48
+     * @param string|null $description
49
+     * @param NodeDefinition $config
50 50
      */
51 51
     private function __construct($name, NodeDefinition $config, $description = null)
52 52
     {
Please login to merge, or discard this patch.
src/Command/CheckCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Symfony\Component\Console\Input\InputOption;
25 25
 use Symfony\Component\Console\Output\OutputInterface;
26 26
 use Webiny\Component\EventManager\EventManager;
27
-use PHPSA\Analyzer\Pass as AnalyzerPass;
28 27
 
29 28
 /**
30 29
  * Class CheckCommand
Please login to merge, or discard this patch.