Completed
Pull Request — master (#124)
by Enrico
04:05
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/ClassDefinition.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
     }
296 296
 
297 297
     /**
298
-     * @param array $interface
298
+     * @param string $interface
299 299
      */
300 300
     public function addInterface($interface)
301 301
     {
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
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @return null|RuntimeClassDefinition|ClassDefinition
109
+     * @return null|RuntimeClassDefinition
110 110
      */
111 111
     public function getExtendsClassDefinition()
112 112
     {
Please login to merge, or discard this patch.