@@ -40,6 +40,6 @@ |
||
| 40 | 40 | if (is_string($data)) { |
| 41 | 41 | return $data; |
| 42 | 42 | } |
| 43 | - return (string)json_encode($data); |
|
| 43 | + return (string) json_encode($data); |
|
| 44 | 44 | } |
| 45 | 45 | } |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | class DirKey implements IKey |
| 10 | 10 | { |
| 11 | 11 | /** @var string */ |
| 12 | - protected static $dir= '/var/cache/wwwcache/'; |
|
| 12 | + protected static $dir = '/var/cache/wwwcache/'; |
|
| 13 | 13 | |
| 14 | 14 | public static function setDir(string $dir): void |
| 15 | 15 | { |