Test Setup Failed
Pull Request — master (#136)
by Alex
03:33
created
src/POData/ObjectModel/CynicSerialiser.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -501,10 +501,10 @@
 block discarded – undo
501 501
     {
502 502
         $queryParameterString = null;
503 503
         foreach ([ODataConstants::HTTPQUERY_STRING_FILTER,
504
-                     ODataConstants::HTTPQUERY_STRING_EXPAND,
505
-                     ODataConstants::HTTPQUERY_STRING_ORDERBY,
506
-                     ODataConstants::HTTPQUERY_STRING_INLINECOUNT,
507
-                     ODataConstants::HTTPQUERY_STRING_SELECT, ] as $queryOption) {
504
+                        ODataConstants::HTTPQUERY_STRING_EXPAND,
505
+                        ODataConstants::HTTPQUERY_STRING_ORDERBY,
506
+                        ODataConstants::HTTPQUERY_STRING_INLINECOUNT,
507
+                        ODataConstants::HTTPQUERY_STRING_SELECT, ] as $queryOption) {
508 508
             $value = $this->getService()->getHost()->getQueryStringItem($queryOption);
509 509
             if (!is_null($value)) {
510 510
                 if (!is_null($queryParameterString)) {
Please login to merge, or discard this patch.