Test Setup Failed
Pull Request — master (#89)
by Christopher
04:02
created
src/POData/UriProcessor/RequestDescription.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -304,9 +304,9 @@
 block discarded – undo
304 304
                 $clearData = $data['entry']['content']['m:properties'];
305 305
                 if (is_array($clearData)) {
306 306
                     foreach ($clearData as $key => $value) {
307
-                        if(is_array($value)){
307
+                        if (is_array($value)) {
308 308
                             $__data[substr($key, 2)] = $value['@value'];
309
-                        } else{
309
+                        } else {
310 310
                             $__data[substr($key, 2)] = $value;
311 311
                         }
312 312
                     }
Please login to merge, or discard this patch.