Completed
Pull Request — master (#16)
by Christopher
03:54
created
src/POData/UriProcessor/UriProcessor.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -177,9 +177,9 @@
 block discarded – undo
177 177
     {
178 178
         return $this->executeBase();
179 179
     }
180
-           /**
181
-     * Execute the client submitted request against the data source (POST).
182
-     */
180
+            /**
181
+             * Execute the client submitted request against the data source (POST).
182
+             */
183 183
     protected function executePost()
184 184
     {
185 185
         $segments = $this->request->getSegments();
Please login to merge, or discard this patch.