@@ -10,8 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace Apix\Log; |
12 | 12 | |
13 | -use Psr\Log\InvalidArgumentException; |
|
14 | - |
|
15 | 13 | /** |
16 | 14 | * Describes a log Entry. |
17 | 15 | * |
@@ -134,7 +134,7 @@ |
||
134 | 134 | * Sets the minimal level at which this logger will be triggered. |
135 | 135 | * |
136 | 136 | * @param string $name |
137 | - * @param bool|true $cascading Should the logs continue pass that level. |
|
137 | + * @param boolean $cascading Should the logs continue pass that level. |
|
138 | 138 | * @return self |
139 | 139 | */ |
140 | 140 | public function setMinLevel($name, $cascading = true) |