@@ -45,7 +45,6 @@ |
||
45 | 45 | */ |
46 | 46 | private $_resourceType; |
47 | 47 | /** |
48 | - * @param string $iteratorName The name of the iterator |
|
49 | 48 | */ |
50 | 49 | public function __construct() |
51 | 50 | { |
@@ -147,6 +147,8 @@ |
||
147 | 147 | |
148 | 148 | /** |
149 | 149 | * Common method for getResourceFromRelatedResourceSet() and getResourceFromResourceSet() |
150 | + * @param ResourceSet|null $resourceSet |
|
151 | + * @param null|KeyDescriptor $keyDescriptor |
|
150 | 152 | */ |
151 | 153 | protected function getResource( |
152 | 154 | $resourceSet, |