Type hinting & call bugfixing

This commit is contained in:
Philipp Holzer 2018-10-14 10:37:19 +02:00
parent c32ac7f194
commit 248c1b8074
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
2 changed files with 5 additions and 5 deletions

View file

@ -184,7 +184,7 @@ HELP;
/**
* @param Install $install the Installer instance
*/
private function runBasicChecks($install)
private function runBasicChecks(Install $install)
{
$install->resetChecks();
$install->checkFunctions();