Completed
Pull Request — master (#149)
by Paul
03:20
created
src/App.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
      * Run the application and send the response.
238 238
      *
239 239
      * @param HttpRequest|null $request
240
-     * @param HttpRequest|null $response
240
+     * @param null|Response $response
241 241
      * @return Response
242 242
      * @throws \Exception
243 243
      */
@@ -400,7 +400,7 @@  discard block
 block discarded – undo
400 400
     /**
401 401
      * @note Added for compatibility with Symfony's HttpKernel\Kernel.
402 402
      *
403
-     * @return null|ServiceManager\ServiceManager
403
+     * @return ServiceManager\ServiceManager
404 404
      */
405 405
     public function getContainer()
406 406
     {
@@ -598,7 +598,7 @@  discard block
 block discarded – undo
598 598
     /**
599 599
      * Creates and initializes a ServiceManager instance.
600 600
      *
601
-     * @return ServiceManager The compiled service manager
601
+     * @return ServiceManagerBuilder The compiled service manager
602 602
      */
603 603
     protected function buildServiceManager()
604 604
     {
@@ -649,7 +649,7 @@  discard block
 block discarded – undo
649 649
     /**
650 650
      * Logs with an arbitrary level.
651 651
      *
652
-     * @param mixed $level
652
+     * @param string $level
653 653
      * @param string $message
654 654
      * @param array $context
655 655
      */
Please login to merge, or discard this patch.