Completed
Push — master ( 52893e...3452a0 )
by
unknown
27:00 queued 11:58
created
src/Container/Container.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -443,7 +443,7 @@
 block discarded – undo
443 443
      *
444 444
      * @param  callable|array $callable
445 445
      * @param  array $parameters
446
-     * @return array
446
+     * @return callable
447 447
      */
448 448
     protected function getInjectedMethodParameters($callable, array $parameters = [])
449 449
     {
Please login to merge, or discard this patch.
src/Core/Dispatcher.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
         $this->core = $core;
26 26
     }
27 27
 
28
+    /**
29
+     * @param RawMessage $message
30
+     */
28 31
     public function dispatch($message)
29 32
     {
30 33
         $this->debug('━ Dispatching: [' . get_class($message) . ']');
Please login to merge, or discard this patch.