Test Setup Failed
Push — master ( 4d8696...980fb9 )
by Valentin
05:05
created
src/Declaration/Extractor/Methods.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
 
96 96
     /**
97 97
      * @param \ReflectionMethod $method
98
-     * @return Node|null
98
+     * @return null|Node\Identifier
99 99
      */
100 100
     private function defineReturnType(\ReflectionMethod $method): ?Node
101 101
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use PhpParser\Node;
17 17
 use PhpParser\Parser;
18 18
 use PhpParser\ParserFactory;
19
-use Spiral\Files\FilesInterface;
20 19
 
21 20
 final class Methods
22 21
 {
Please login to merge, or discard this patch.