Passed
Push — master ( 8fcf47...1eb96b )
by Valentin
01:42
created
src/Declaration/Extractor/Methods.php 1 patch
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.