Completed
Push — master ( 140173...40ee83 )
by Дмитрий
05:44 queued 01:53
created
src/Definition/ClassMethod.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -38,9 +38,9 @@  discard block
 block discarded – undo
38 38
     protected $possibleReturnValues = array();
39 39
 
40 40
     /**
41
-     * @param $name
41
+     * @param string $name
42 42
      * @param Node\Stmt\ClassMethod $statement
43
-     * @param $type
43
+     * @param integer $type
44 44
      */
45 45
     public function __construct($name, Node\Stmt\ClassMethod $statement, $type)
46 46
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
 
116 116
     /**
117 117
      * @param Context $context
118
-     * @param array|null $args
118
+     * @param Node\Arg[] $args
119 119
      * @return CompiledExpression
120 120
      * @throws \PHPSA\Exception\RuntimeException
121 121
      */
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     }
173 173
 
174 174
     /**
175
-     * @param $newType
175
+     * @param integer $newType
176 176
      */
177 177
     public function addNewType($newType)
178 178
     {
Please login to merge, or discard this patch.