@@ -230,7 +230,7 @@ discard block |
||
| 230 | 230 | /** |
| 231 | 231 | * Check whether the passed IRI is equal |
| 232 | 232 | * |
| 233 | - * @param IRI|string $iri IRI to compare to this instance. |
|
| 233 | + * @param IRI $iri IRI to compare to this instance. |
|
| 234 | 234 | * |
| 235 | 235 | * @return bool Returns true if the two IRIs are equal, false otherwise. |
| 236 | 236 | * |
@@ -245,7 +245,7 @@ discard block |
||
| 245 | 245 | /** |
| 246 | 246 | * Resolve a (relative) IRI reference against this IRI |
| 247 | 247 | * |
| 248 | - * @param IRI|string $reference The (relative) IRI reference that should |
|
| 248 | + * @param string $reference The (relative) IRI reference that should |
|
| 249 | 249 | * be resolved against this IRI. |
| 250 | 250 | * |
| 251 | 251 | * @return IRI The resolved IRI. |
@@ -432,7 +432,7 @@ discard block |
||
| 432 | 432 | * {@link IRI::relativeTo()} method if the base IRI stays the same while |
| 433 | 433 | * the IRIs to convert to relative IRI references change. |
| 434 | 434 | * |
| 435 | - * @param string|IRI $iri The IRI to convert to a relative reference |
|
| 435 | + * @param string $iri The IRI to convert to a relative reference |
|
| 436 | 436 | * @param bool Defines whether schema-relative IRIs such |
| 437 | 437 | * as `//example.com` should be created (`true`) |
| 438 | 438 | * or not (`false`). |