@@ -250,7 +250,7 @@ discard block |
||
| 250 | 250 | * |
| 251 | 251 | * Returns false if $base is not absolute, otherwise an IRI. |
| 252 | 252 | * |
| 253 | - * @param Requests_IRI|string $base (Absolute) Base IRI |
|
| 253 | + * @param string $base (Absolute) Base IRI |
|
| 254 | 254 | * @param Requests_IRI|string $relative Relative IRI |
| 255 | 255 | * @return Requests_IRI|false |
| 256 | 256 | */ |
@@ -985,6 +985,7 @@ discard block |
||
| 985 | 985 | * Convert an IRI to a URI (or parts thereof) |
| 986 | 986 | * |
| 987 | 987 | * @param string|bool IRI to convert (or false from {@see get_iri}) |
| 988 | + * @param false|string $string |
|
| 988 | 989 | * @return string|false URI if IRI is valid, false otherwise. |
| 989 | 990 | */ |
| 990 | 991 | protected function to_uri($string) { |
@@ -118,7 +118,7 @@ |
||
| 118 | 118 | * |
| 119 | 119 | * Each key is the scheme, each value is an array with each key as the IRI |
| 120 | 120 | * part and value as the default value for that part. |
| 121 | - * @var array |
|
| 121 | + * @var array |
|
| 122 | 122 | */ |
| 123 | 123 | protected $normalization = array( |
| 124 | 124 | 'acap' => array( |