Skip to content

Commit

Permalink
Soothe SA
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuyaUchida committed May 23, 2024
1 parent 442f699 commit d867d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ResourceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface ResourceInterface
*
* @param AbstractUri|string $uri
*/
public function newInstance($uri): ResourceObject;
public function newInstance(AbstractUri|string $uri): ResourceObject;

/**
* Set resource object
Expand All @@ -32,7 +32,7 @@ public function object(ResourceObject $ro): RequestInterface;
*
* @param AbstractUri|string $uri
*/
public function uri($uri): RequestInterface;
public function uri(AbstractUri|string $uri): RequestInterface;

/**
* Hyper reference (Hypertext As The Engine Of Application State)
Expand Down

0 comments on commit d867d05

Please sign in to comment.