@@ -1,12 +1,12 @@ |
||
| 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 | |
@@ -402,7 +402,7 @@ discard block |
||
| 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 |
||
| 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 | */ |