Convert all array() syntax to []
[lhc/web/wiklou.git] / includes / installer / WebInstallerInstall.php
index 51a58ae..9d0d680 100644 (file)
@@ -40,8 +40,8 @@ class WebInstallerInstall extends WebInstallerPage {
                        $this->startForm();
                        $this->addHTML( "<ul>" );
                        $results = $this->parent->performInstallation(
-                               array( $this, 'startStage' ),
-                               array( $this, 'endStage' )
+                               [ $this, 'startStage' ],
+                               [ $this, 'endStage' ]
                        );
                        $this->addHTML( "</ul>" );
                        // PerformInstallation bails on a fatal, so make sure the last item