Completed
Push — master ( 280baa...f3a461 )
by Дмитрий
16:07 queued 07:04
created
src/Definition/ClassMethod.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -37,9 +37,9 @@  discard block
 block discarded – undo
37 37
     protected $possibleReturnValues = array();
38 38
 
39 39
     /**
40
-     * @param $name
40
+     * @param string $name
41 41
      * @param Node\Stmt\ClassMethod $statement
42
-     * @param $type
42
+     * @param integer $type
43 43
      */
44 44
     public function __construct($name, Node\Stmt\ClassMethod $statement, $type)
45 45
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     }
156 156
 
157 157
     /**
158
-     * @param $newType
158
+     * @param integer $newType
159 159
      */
160 160
     public function addNewType($newType)
161 161
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 use PHPSA\Compiler\Expression;
11 11
 use PHPSA\Compiler\Parameter;
12 12
 use PHPSA\Context;
13
-use PHPSA\ScopePointer;
14
-use PHPSA\Variable;
15 13
 
16 14
 class ClassMethod extends AbstractDefinition
17 15
 {
Please login to merge, or discard this patch.