Completed
Push — v2 ( d5d6a3...7fc49e )
by Joschi
05:54
created
src/Micrometa/Domain/Item/PropertyList.php 1 patch
Doc Comments   +3 added lines, -3 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|string $iri IRI
170
+     * @param \stdClass $iri IRI
171 171
      * @return boolean Property exists
172 172
      */
173 173
     public function offsetExists($iri)
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
     /**
181 181
      * Set a particular property
182 182
      *
183
-     * @param \stdClass|string $iri IRI
183
+     * @param \stdClass $iri IRI
184 184
      * @param array $value Property values
185 185
      */
186 186
     public function offsetSet($iri, $value)
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
     /**
197 197
      * Get a particular property
198 198
      *
199
-     * @param \stdClass|string $iri IRI
199
+     * @param \stdClass $iri IRI
200 200
      * @return array Property values
201 201
      * @throws OutOfBoundsException If the property name is unknown
202 202
      */
Please login to merge, or discard this patch.