Completed
Pull Request — master (#139)
by Kévin
04:22
created
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.