Completed
Pull Request — master (#16)
by Christopher
03:47
created
src/POData/Providers/Query/IQueryProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
 
174 174
         /**
175 175
      * Delete resource from a resource set.
176
-     * @param ResourceSet|null $resourceSet
176
+     * @param ResourceSet|null $sourceResourceSet
177 177
      * @param object           $sourceEntityInstance
178 178
      *
179 179
      * return bool true if resources sucessfully deteled, otherwise false.
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -172,12 +172,12 @@
 block discarded – undo
172 172
     );
173 173
 
174 174
         /**
175
-     * Delete resource from a resource set.
176
-     * @param ResourceSet|null $resourceSet
177
-     * @param object           $sourceEntityInstance
178
-     *
179
-     * return bool true if resources sucessfully deteled, otherwise false.
180
-     */
175
+         * Delete resource from a resource set.
176
+         * @param ResourceSet|null $resourceSet
177
+         * @param object           $sourceEntityInstance
178
+         *
179
+         * return bool true if resources sucessfully deteled, otherwise false.
180
+         */
181 181
     public function deleteResource(
182 182
         ResourceSet $sourceResourceSet,
183 183
         $sourceEntityInstance
Please login to merge, or discard this patch.
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.