mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 16:44:26 +02:00
Add type-hint to debug null value fatal error
- Part of https://github.com/friendica/friendica/issues/7675#issuecomment-566076500
This commit is contained in:
parent
482af202f5
commit
77e00f11a7
2 changed files with 2 additions and 2 deletions
|
@ -383,7 +383,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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue