X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FApp.php;h=3325f5b260357694b0bc81d590cd48abe31788d3;hb=d7c832748289b24741e34bc44e4906fc71a45d84;hp=06eea7a8ae27b248aae675ff8a269a10bf1c19ce;hpb=26bd9569126a0f393b77013c99af066e236fb3ef;p=friendica.git diff --git a/src/App.php b/src/App.php index 06eea7a8ae..3325f5b260 100644 --- a/src/App.php +++ b/src/App.php @@ -385,7 +385,7 @@ class App * @deprecated 2019.09 - Use BaseURL->remove() instead * @see BaseURL::remove() */ - public function removeBaseURL($origURL) + public function removeBaseURL(string $origURL) { return $this->baseURL->remove($origURL); }