Completed
Pull Request — master (#121)
by Alex
03:41
created
src/POData/OperationContext/ServiceHost.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -519,7 +519,7 @@
 block discarded – undo
519 519
             $this->getOperationContext()->outgoingResponse()->setContentLength($value);
520 520
         } else {
521 521
             throw ODataException::notAcceptableError(
522
-                'ContentLength:'.$value.' is invalid'
522
+                'ContentLength:' . $value . ' is invalid'
523 523
             );
524 524
         }
525 525
     }
Please login to merge, or discard this patch.