@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * Driver for caching via a traditional SQL database |
21 | 21 | */ |
22 | -class SQLDriver extends DB implements \Aviat\Ion\Cache\CacheDriverInterface { |
|
22 | +class SQLDriver extends DB implements \Aviat\Ion\Cache\CacheDriverInterface { |
|
23 | 23 | |
24 | 24 | /** |
25 | 25 | * The query builder object |
@@ -273,7 +273,8 @@ |
||
273 | 273 | |
274 | 274 | $params = []; |
275 | 275 | |
276 | - switch($failure->failedRule) { |
|
276 | + switch($failure->failedRule) |
|
277 | + { |
|
277 | 278 | case 'Aura\Router\Rule\Alows': |
278 | 279 | $params = [ |
279 | 280 | 'http_code' => 405, |
@@ -70,8 +70,8 @@ |
||
70 | 70 | * |
71 | 71 | * @param string $filename |
72 | 72 | * @param bool $assoc |
73 | - * @param int $depth |
|
74 | - * @param int $options |
|
73 | + * @param int $depth |
|
74 | + * @param int $options |
|
75 | 75 | * @return mixed |
76 | 76 | */ |
77 | 77 | public static function decodeFile($filename, $assoc = TRUE, $depth = 512, $options = 0) |