@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | /** |
| 34 | 34 | * @param string $name Item name |
| 35 | 35 | * |
| 36 | - * @return mixed Item from container |
|
| 36 | + * @return \PDO Item from container |
|
| 37 | 37 | */ |
| 38 | 38 | public function get($name) |
| 39 | 39 | { |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | /** |
| 77 | 77 | * @param string $path Path to redirect |
| 78 | 78 | * @param string $type Message type |
| 79 | - * @param mixed $message Message content |
|
| 79 | + * @param string $message Message content |
|
| 80 | 80 | * |
| 81 | 81 | * @return void |
| 82 | 82 | */ |