Added more type-hints

This commit is contained in:
Roland Häder 2022-06-16 16:38:58 +02:00
parent aa5f0d5ec1
commit 42b04f397b
2 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ use Friendica\Network\HTTPClient\Client\HttpClientAccept;
*/
class Directory
{
public static function execute($url = '')
public static function execute(string $url = '')
{
$dir = Search::getGlobalDirectory();