File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -286,10 +286,10 @@ public function isOrigin();
286
286
public function isAbsolute ();
287
287
288
288
/**
289
- * Indicate whether the URI is in authority form.
289
+ * Indicate whether the instance represents an authority-form request
290
+ * target.
290
291
*
291
- * An authority-form URI is an URI that contains ONLY the authority
292
- * information.
292
+ * An authority-form request-target contains ONLY the authority information.
293
293
*
294
294
* @see getAuthority()
295
295
* @link http://tools.ietf.org/html/rfc7230#section-5.3.3
@@ -298,10 +298,10 @@ public function isAbsolute();
298
298
public function isAuthority ();
299
299
300
300
/**
301
- * Indicate whether the URI is an asterisk-form.
301
+ * Indicate whether the instance represents an asterisk-form request
302
+ * target.
302
303
*
303
- * An asterisk form URI will contain "*" as the path, and no other URI
304
- * segments.
304
+ * An asterisk-form request-target will contain ONLY the string "*".
305
305
*
306
306
* @link http://tools.ietf.org/html/rfc7230#section-5.3.4
307
307
* @return bool
You can’t perform that action at this time.
0 commit comments