Test Failed
Push — master ( 0ed588...201c5c )
by Kirill
07:50
created
src/Frontend/Deferred/Deferred.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * @param mixed $value
88
-     * @return \Generator|mixed|null
88
+     * @return \Generator
89 89
      */
90 90
     public function __invoke($value)
91 91
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 
95 95
     /**
96 96
      * @param array $args
97
-     * @return \Generator|mixed
97
+     * @return \Generator
98 98
      */
99 99
     public function invoke(...$args): \Generator
100 100
     {
Please login to merge, or discard this patch.