Skip to content

Commit 9e9bc33

Browse files
Update RdapRequestInterface.php
1 parent d02a4a8 commit 9e9bc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interfaces/RdapRequestInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getResponse() : RdapResponseInterface;
5858
* Close the RDAP request
5959
*
6060
* @param string $url
61-
* @return $this
61+
* @return static
6262
*/
6363
public function withRdapSearchURL(string $url) : static;
6464

0 commit comments

Comments
 (0)