Completed
Pull Request — master (#154)
by Vítor
03:03
created
src/App.php 2 patches
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the PPI Framework.
4
- *
5
- * @copyright  Copyright (c) 2011-2016 Paul Dragoonis <[email protected]>
6
- * @license    http://opensource.org/licenses/mit-license.php MIT
7
- *
8
- * @link       http://www.ppi.io
9
- */
3
+     * This file is part of the PPI Framework.
4
+     *
5
+     * @copyright  Copyright (c) 2011-2016 Paul Dragoonis <[email protected]>
6
+     * @license    http://opensource.org/licenses/mit-license.php MIT
7
+     *
8
+     * @link       http://www.ppi.io
9
+     */
10 10
 
11 11
 namespace PPI\Framework;
12 12
 
Please login to merge, or discard this 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.