Test Setup Failed
Pull Request — master (#62)
by Alex
03:26
created
src/Serialisers/IronicSerialiser.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -362,6 +362,9 @@  discard block
 block discarded – undo
362 362
         return $this->stack;
363 363
     }
364 364
 
365
+    /**
366
+     * @param string $containerName
367
+     */
365 368
     protected function getEntryInstanceKey($entityInstance, ResourceType $resourceType, $containerName)
366 369
     {
367 370
         $typeName = $resourceType->getName();
@@ -394,7 +397,7 @@  discard block
 block discarded – undo
394 397
     /**
395 398
      * @param $entryObject
396 399
      * @param $type
397
-     * @param $relativeUri
400
+     * @param string $relativeUri
398 401
      * @param $resourceType
399 402
      * @return array
400 403
      */
@@ -461,7 +464,7 @@  discard block
 block discarded – undo
461 464
      * Find a 'ExpandedProjectionNode' instance in the projection tree
462 465
      * which describes the current segment.
463 466
      *
464
-     * @return ExpandedProjectionNode|null
467
+     * @return null|\POData\UriProcessor\QueryProcessor\ExpandProjectionParser\RootProjectionNode|ExpandedProjectionNode
465 468
      */
466 469
     protected function getCurrentExpandedProjectionNode()
467 470
     {
Please login to merge, or discard this patch.