Completed
Push — master ( cb91d6...b80cb5 )
by Kévin
10s
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/Definition/ClassMethod.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
     }
216 216
 
217 217
     /**
218
-    * @return array
218
+    * @return Node\Param[]
219 219
     */
220 220
     public function getParams()
221 221
     {
Please login to merge, or discard this patch.
src/Definition/RuntimeClassDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     }
104 104
 
105 105
     /**
106
-     * @return null|ClassDefinition
106
+     * @return null|RuntimeClassDefinition
107 107
      */
108 108
     public function getExtendsClassDefinition()
109 109
     {
Please login to merge, or discard this patch.