@@ -11,7 +11,7 @@ |
||
| 11 | 11 | |
| 12 | 12 | protected $flag = 'NOT-USED'; |
| 13 | 13 | protected $misses = 0; |
| 14 | - protected $hits = 0; |
|
| 14 | + protected $hits = 0; |
|
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * Sets the Redis Missed Flag |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | $field = $this->getField($_GET['field']); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | - if (! isset($field)) { |
|
| 43 | + if (!isset($field)) { |
|
| 44 | 44 | return $this->respondWithError('Field wasn\'t provided and is required.', self::CODE_WRONG_ARGS); |
| 45 | 45 | } |
| 46 | 46 | |