Skip to content

Commit

Permalink
feat: specify missing type in method propFind of UrlPrefixingClientStub
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect committed Dec 27, 2023
1 parent 2c26cf9 commit 2b30c73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WebDAV/UrlPrefixingClientStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

class UrlPrefixingClientStub extends Client
{
/**
* @param string $url
*/
public function propFind($url, array $properties, $depth = 0): array
{
$response = parent::propFind($url, $properties, $depth);
Expand Down

0 comments on commit 2b30c73

Please sign in to comment.