Completed
Push — master ( 2543b9...578d8f )
by Joschi
05:15
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.