Completed
Push — master ( 8b81c8...699ba6 )
by Shcherbak
10:19
created
src/Tools/Php/RedundantNullPropertyValue/PropertyDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 
23 23
     /**
24 24
      * @param Token $variable
25
-     * @param array $tokensToReplace
25
+     * @param Token[] $tokensToReplace
26 26
      */
27 27
     public function __construct(Token $variable, array $tokensToReplace) {
28 28
       $this->variable = $variable;
Please login to merge, or discard this patch.