WebInstaller inline documentation cleanup
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 8 Apr 2014 10:22:43 +0000 (12:22 +0200)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 8 Apr 2014 10:22:43 +0000 (12:22 +0200)
commit6419dc7e26b5d9752b10a091e18a9127b6c6ac81
tree6bbb68ad101c43f29181c618416140f9a645e376
parent3f6004a288a8b89c710743c4391494c66eee4da1
WebInstaller inline documentation cleanup

This is a follow-up to Ide17d5af13c416c62a40029848ac17ba24eb5563.
However, I could not fix the "minor style" issue mentioned there
because this would make the line to long.

I fixed lots and lots of other issues instead, e.g.:

* "void" isn't a thing. Added "return null" instead.
* Removed documentation that said "a constructor is a constructor".
* Use "string[]" and such instead of "array" if possible.

Change-Id: I9658c2af58862f1d634cf1b2ba4c9d0f27ee7608
includes/installer/WebInstaller.php
includes/installer/WebInstallerOutput.php
includes/installer/WebInstallerPage.php