@@ -305,7 +305,7 @@ |
||
| 305 | 305 | $data = $this->getObject($result->getResponse()); |
| 306 | 306 | |
| 307 | 307 | if ($data === null) { |
| 308 | - return null; |
|
| 308 | + return null; |
|
| 309 | 309 | } |
| 310 | 310 | try { |
| 311 | 311 | $this->ratings = new MXRating(); |
@@ -45,6 +45,6 @@ |
||
| 45 | 45 | */ |
| 46 | 46 | public function isCompatible(ConfigInterface $config): bool |
| 47 | 47 | { |
| 48 | - return ($config instanceof PasswordConfig); |
|
| 48 | + return ($config instanceof PasswordConfig); |
|
| 49 | 49 | } |
| 50 | 50 | } |