Completed
Push — master ( 7f2c67...65ee7b )
by Joschi
03:47
created
src/RdfaLiteMicrodata/Domain/Property/PropertyList.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Unset a property
124 124
      *
125
-     * @param IriInterface|string $iri IRI
125
+     * @param \Jkphl\RdfaLiteMicrodata\Domain\Iri\Iri $iri IRI
126 126
      * @throws ErrorException
127 127
      */
128 128
     public function offsetUnset($iri)
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * Return whether a property exists
183 183
      *
184
-     * @param IriInterface|string $iri IRI
184
+     * @param \Jkphl\RdfaLiteMicrodata\Domain\Iri\Iri $iri IRI
185 185
      * @return boolean Property exists
186 186
      */
187 187
     public function offsetExists($iri)
@@ -192,8 +192,8 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * Set a particular property
194 194
      *
195
-     * @param IriInterface|string $iri IRI
196
-     * @param array $value Property values
195
+     * @param \Jkphl\RdfaLiteMicrodata\Domain\Iri\Iri $iri IRI
196
+     * @param PropertyInterface[] $value Property values
197 197
      */
198 198
     public function offsetSet($iri, $value)
199 199
     {
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     /**
208 208
      * Get a particular property
209 209
      *
210
-     * @param IriInterface|string $iri IRI
210
+     * @param \Jkphl\RdfaLiteMicrodata\Domain\Iri\Iri $iri IRI
211 211
      * @return array Property values
212 212
      */
213 213
     public function &offsetGet($iri)
Please login to merge, or discard this patch.