mirror of
https://github.com/friendica/friendica
synced 2025-05-05 19:44:09 +02:00
Added more type-hints
This commit is contained in:
parent
aa5f0d5ec1
commit
42b04f397b
2 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue