@@ -52,7 +52,7 @@ |
||
| 52 | 52 | */ |
| 53 | 53 | private static function checkRequestDataIsArray($requestData): void |
| 54 | 54 | { |
| 55 | - if(!is_array($requestData)) { |
|
| 55 | + if (!is_array($requestData)) { |
|
| 56 | 56 | throw new UnableToCreateResourceParametersException("Unable to read request as array or null"); |
| 57 | 57 | } |
| 58 | 58 | } |