Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 751c927

Browse files
committed
Remove invalid docblock
1 parent 3908a0f commit 751c927

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Rfc3986/Uri.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ public function withFragment(?string $fragment): self
325325
};
326326
}
327327

328-
/**
329-
* @throws Exception
330-
*/
331328
public function equals(self $uri, UriComparisonMode $uriComparisonMode = UriComparisonMode::ExcludeFragment): bool
332329
{
333330
return match (true) {

0 commit comments

Comments
 (0)