Completed
Pull Request — master (#54)
by Alex
03:49
created
src/POData/ObjectModel/ObjectModelSerializer.php 2 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -770,9 +770,9 @@  discard block
 block discarded – undo
770 770
     /**
771 771
      * @param $customObject
772 772
      * @param ResourceType $resourceType
773
-     * @param $relativeUri
773
+     * @param string $relativeUri
774 774
      * @param ODataPropertyContent $odataPropertyContent
775
-     * @param $resourceTypeKind
775
+     * @param ResourceTypeKind $resourceTypeKind
776 776
      * @param $navigationProperties
777 777
      * @return array
778 778
      * @throws ODataException
@@ -879,9 +879,9 @@  discard block
 block discarded – undo
879 879
     /**
880 880
      * @param $customObject
881 881
      * @param ResourceType $resourceType
882
-     * @param $relativeUri
882
+     * @param string $relativeUri
883 883
      * @param ODataPropertyContent $odataPropertyContent
884
-     * @param $projectionNodes
884
+     * @param \POData\UriProcessor\QueryProcessor\ExpandProjectionParser\ProjectionNode[] $projectionNodes
885 885
      * @param $navigationProperties
886 886
      * @return array
887 887
      * @throws ODataException
Please login to merge, or discard this patch.
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -695,7 +695,6 @@
 block discarded – undo
695 695
      *                                            whose value need to be converted
696 696
      * @param mixed $primitiveValue Primitive value to convert
697 697
      * @return string
698
-
699 698
      */
700 699
     private function _primitiveToString(
701 700
         ResourceType &$primitiveResourceType,
Please login to merge, or discard this patch.