Fix doc type of Installer::addInstallStep
authorUmherirrender <umherirrender_de.wp@web.de>
Wed, 12 Jun 2019 18:41:13 +0000 (20:41 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 12 Jun 2019 18:41:13 +0000 (20:41 +0200)
commit7508d5aec5fc77dc0b472b051d92d579095befb9
tree6e67d263afa5b4918d1938583d9ae59ca018f1c0
parent498df1b54e9c3a3aa2e36c6a07fc39da8b4746f7
Fix doc type of Installer::addInstallStep

The argument $callback is not a callable
The callable is in $callback['callable'], so change the type to array

Change-Id: I9b990f2729874b2743cbcc501b97758da5bf8154
includes/installer/Installer.php