Address PHP CodeSniffer errors and warnings
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 23 Oct 2013 12:16:03 +0000 (14:16 +0200)
committerHashar <hashar@free.fr>
Wed, 23 Oct 2013 12:42:07 +0000 (12:42 +0000)
commitbb0044f63802c13e1690f0643c6e8fab28108d07
tree2ce2deb5bd639ab5b86758d3b236828cd7eec14d
parent17c1e91238605c261e27391ed315a0dae0ba2072
Address PHP CodeSniffer errors and warnings

One class of errors left unaddressed: Class name "WebInstaller_Language"
is not in camel caps format. I think this can be changed, too, but I
wasn't able to quickly find out where class names are being created.

Change-Id: I920b0231db1b70b68c6c8907257c288a0e112668
15 files changed:
includes/installer/DatabaseInstaller.php
includes/installer/DatabaseUpdater.php
includes/installer/InstallDocFormatter.php
includes/installer/Installer.php
includes/installer/LocalSettingsGenerator.php
includes/installer/MysqlInstaller.php
includes/installer/MysqlUpdater.php
includes/installer/OracleInstaller.php
includes/installer/OracleUpdater.php
includes/installer/PostgresInstaller.php
includes/installer/PostgresUpdater.php
includes/installer/SqliteInstaller.php
includes/installer/SqliteUpdater.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerPage.php