| @@ -30,7 +30,7 @@ | ||
| 30 | 30 | */ | 
| 31 | 31 | public function __get(string $name) | 
| 32 | 32 |      { | 
| 33 | -        if (! isset($this->properties[$name])) { | |
| 33 | +        if (!isset($this->properties[$name])) { | |
| 34 | 34 | throw new ResourcePropertyNotFoundException($name); | 
| 35 | 35 | } | 
| 36 | 36 | |