mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:10:11 +00:00
Type hinting & call bugfixing
This commit is contained in:
parent
c32ac7f194
commit
248c1b8074
2 changed files with 5 additions and 5 deletions
|
@ -184,7 +184,7 @@ HELP;
|
|||
/**
|
||||
* @param Install $install the Installer instance
|
||||
*/
|
||||
private function runBasicChecks($install)
|
||||
private function runBasicChecks(Install $install)
|
||||
{
|
||||
$install->resetChecks();
|
||||
$install->checkFunctions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue