Completed
Push — master ( beb3fd...91a3d1 )
by John
02:45
created
Server/Router/Endpoint/ResourceEndpoint/ArrayResourceParametersFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.