Completed
Pull Request — master (#54)
by Alex
03:43
created
src/POData/ObjectModel/ObjectModelSerializer.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@  discard block
 block discarded – undo
330 330
      */
331 331
     private function _writeFeedElements(
332 332
         &$entryObjects,
333
-        ResourceType &$resourceType,
333
+        ResourceType & $resourceType,
334 334
         $title,
335 335
         $absoluteUri,
336 336
         $relativeUri,
@@ -823,7 +823,7 @@  discard block
 block discarded – undo
823 823
      *                                            contain converted value
824 824
      */
825 825
     private function _primitiveToString(
826
-        ResourceType &$primitiveResourceType,
826
+        ResourceType & $primitiveResourceType,
827 827
         $primitiveValue,
828 828
         &$stringValue
829 829
     ) {
Please login to merge, or discard this patch.