Completed
Push — v2 ( 141320...507fed )
by Joschi
05:01
created
src/Micrometa/Domain/Item/PropertyList.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     /**
168 168
      * Return whether a property exists
169 169
      *
170
-     * @param \stdClass|Iri|string $iri IRI
170
+     * @param Iri $iri IRI
171 171
      * @return boolean Property exists
172 172
      */
173 173
     public function offsetExists($iri)
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
     /**
237 237
      * Set a particular property
238 238
      *
239
-     * @param \stdClass|Iri|string $iri IRI
239
+     * @param Iri $iri IRI
240 240
      * @param array $value Property values
241 241
      */
242 242
     public function offsetSet($iri, $value)
Please login to merge, or discard this patch.
src/Micrometa/Ports/Item/ItemList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,6 @@  discard block
 block discarded – undo
165 165
      * Delete an item at a particular offset
166 166
      *
167 167
      * @param int $offset Offset
168
-     * @param ItemInterface $value Item
169 168
      */
170 169
     public function offsetUnset($offset)
171 170
     {
@@ -193,6 +192,7 @@  discard block
 block discarded – undo
193 192
      * Return the first item, optionally of particular types
194 193
      *
195 194
      * @param array ...$types Item types
195
+     * @param string $types
196 196
      * @return ItemInterface Item
197 197
      * @throws OutOfBoundsException If there are no matching items
198 198
      * @api
Please login to merge, or discard this patch.