Completed
Push — master ( b2e8a1...4581c9 )
by Christopher
03:59
created
src/POData/Readers/Atom/AtomODataReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -294,7 +294,7 @@
 block discarded – undo
294 294
     }
295 295
 
296 296
     /**
297
-     * @param DOMNode $node
297
+     * @param \DOMNode $node
298 298
      * @param string $attributeName
299 299
      */
300 300
     protected static function GetAttribute($node, $attributeName)
Please login to merge, or discard this patch.
src/POData/OperationContext/Web/IncomingRequest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace POData\OperationContext\Web;
4 4
 
5
-use POData\Common\NotImplementedException;
6 5
 use POData\Common\ODataConstants;
7 6
 use POData\HttpProcessUtility;
8 7
 use POData\OperationContext\HTTPRequestMethod;
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
@@ -950,7 +950,7 @@  discard block
 block discarded – undo
950 950
     }
951 951
     /**
952 952
      * Delete resource from a resource set.
953
-     * @param ResourceSet|null $sourceResourceSet
953
+     * @param ResourceSet $sourceResourceSet
954 954
      * @param object           $sourceEntityInstance
955 955
      *
956 956
      * return bool true if resources sucessfully deteled, otherwise false.
@@ -966,7 +966,7 @@  discard block
 block discarded – undo
966 966
     }
967 967
     /**
968 968
      * @param ResourceSet      $resourceSet   The entity set containing the entity to fetch
969
-     * @param object           $sourceEntityInstance The source entity instance
969
+     * @param KeyDescriptor           $sourceEntityInstance The source entity instance
970 970
      * @param object           $data                 The New data for the entity instance.
971 971
      *
972 972
      * returns object|null returns the newly created model if sucessful or null if model creation failed.
Please login to merge, or discard this patch.