Fixed some @params documentation (includes/[db|installer])
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 19 Apr 2014 11:55:27 +0000 (13:55 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 19 Apr 2014 11:55:27 +0000 (13:55 +0200)
commitf5f1e38b9a1ba8685221eaaac604bf05d9436cf5
treec4e34fca4076136c77c79cedc5647a7403b9ac25
parent4ae146bf3753d6c8b4f64e74a2d8ac67b0b0b7fc
Fixed some @params documentation (includes/[db|installer])

Swapped some "$var type" to "type $var" or added missing types
before the $var. Changed some other types to match the more common
spelling. Makes beginning of some text in captial.
Also added some missing @param.

Change-Id: I3595e9aac69ac42fbb74b0783fae0ad9bcc831aa
27 files changed:
includes/db/Database.php
includes/db/DatabaseError.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysqlBase.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php
includes/db/IORMRow.php
includes/db/IORMTable.php
includes/db/LBFactory.php
includes/db/LBFactorySingle.php
includes/db/LoadBalancer.php
includes/db/ORMResult.php
includes/db/ORMRow.php
includes/db/ORMTable.php
includes/installer/CliInstaller.php
includes/installer/DatabaseInstaller.php
includes/installer/DatabaseUpdater.php
includes/installer/Installer.php
includes/installer/LocalSettingsGenerator.php
includes/installer/MssqlInstaller.php
includes/installer/MysqlInstaller.php
includes/installer/OracleUpdater.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerOutput.php