Test Setup Failed
Push — master ( 489251...b9b00b )
by Christopher
59s
created
src/POData/ObjectModel/ObjectModelSerializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -892,6 +892,9 @@
 block discarded – undo
892 892
         return [$odataPropertyContent, $navigationProperties];
893 893
     }
894 894
 
895
+    /**
896
+     * @param ResourcePropertyKind $resourceKind
897
+     */
895 898
     public static function isMatchPrimitive($resourceKind)
896 899
     {
897 900
         if (16 > $resourceKind) {
Please login to merge, or discard this patch.
src/POData/Providers/Metadata/ResourceAssociationType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
      * @param ResourceEntityType    $resourceType     Resource type for the source end
125 125
      * @param ResourceProperty      $resourceProperty Resource property for the source end
126 126
      *
127
-     * @return ResourceAssociationTypeEndRelated Association type end for the
127
+     * @return ResourceAssociationTypeEnd|null Association type end for the
128 128
      *                                           given parameters
129 129
      */
130 130
     public function getRelatedResourceAssociationSetEnd(
Please login to merge, or discard this patch.
src/POData/Providers/ProvidersWrapper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -623,7 +623,7 @@  discard block
 block discarded – undo
623 623
      * @param InternalOrderByInfo   $orderBy     The orderBy information
624 624
      * @param int                   $top         The top count
625 625
      * @param int                   $skip        The skip count
626
-     * @param InternalSkipTokenInfo $skipToken   The skip token
626
+     * @param SkipTokenInfo $skipToken   The skip token
627 627
      *
628 628
      * @return QueryResult
629 629
      */
@@ -826,7 +826,7 @@  discard block
 block discarded – undo
826 826
 
827 827
     /**
828 828
      * @param ResourceSet $resourceSet          The entity set containing the entity to fetch
829
-     * @param object      $sourceEntityInstance The source entity instance
829
+     * @param KeyDescriptor      $sourceEntityInstance The source entity instance
830 830
      * @param object      $data                 The New data for the entity instance.
831 831
      *
832 832
      * returns object|null returns the newly created model if sucessful or null if model creation failed.
Please login to merge, or discard this patch.
src/POData/BaseService.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -674,6 +674,7 @@
 block discarded – undo
674 674
      *                                               True if response needs to be
675 675
      *                                               serialized, False otherwise
676 676
      * @param bool         $needToSerializeResponse
677
+     * @param QueryResult $entryObject
677 678
      *
678 679
      * @return string|null The ETag for the entry object if it has eTag properties
679 680
      *                     NULL otherwise
Please login to merge, or discard this patch.