Completed
Pull Request — master (#154)
by Vítor
03:32
created
src/App.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -402,7 +402,7 @@  discard block
 block discarded – undo
402 402
     /**
403 403
      * @note Added for compatibility with Symfony's HttpKernel\Kernel.
404 404
      *
405
-     * @return null|ServiceManager
405
+     * @return ServiceManager
406 406
      */
407 407
     public function getContainer()
408 408
     {
@@ -650,7 +650,7 @@  discard block
 block discarded – undo
650 650
     /**
651 651
      * Logs with an arbitrary level.
652 652
      *
653
-     * @param mixed  $level
653
+     * @param string  $level
654 654
      * @param string $message
655 655
      * @param array  $context
656 656
      */
Please login to merge, or discard this patch.