@@ -175,7 +175,7 @@ |
||
175 | 175 | * @return void |
176 | 176 | */ |
177 | 177 | public function init( |
178 | - $driver, |
|
178 | + $driver, |
|
179 | 179 | int $gcExpires = 300, |
180 | 180 | int $gcProbability = 1, |
181 | 181 | int $gcDivisor = 100, |
@@ -286,7 +286,7 @@ |
||
286 | 286 | */ |
287 | 287 | protected $firewallType = 'self'; |
288 | 288 | |
289 | - /** |
|
289 | + /** |
|
290 | 290 | * The reason code of a user to be allowed or denied. |
291 | 291 | * |
292 | 292 | * @var int|null |