Completed
Push — 2.x ( 8cfffc...d84a58 )
by Paul
09:41
created
src/Dispatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * @param string $object_name Use an explicit object name instead of
83 83
      * getting it from the params.
84 84
      *
85
-     * @return mixed The return from the invoked object.
85
+     * @return The|null The return from the invoked object.
86 86
      *
87 87
      */
88 88
     public function __invoke($params = [], $object_name = null)
Please login to merge, or discard this patch.