Fix errors reported by phpcs in includes/HTMLForm.php
authorS Page <spage@wikimedia.org>
Tue, 26 Mar 2013 23:17:17 +0000 (16:17 -0700)
committerSpage <spage@wikimedia.org>
Thu, 28 Mar 2013 08:44:04 +0000 (08:44 +0000)
commitc86c699c6a862de4590d1f9de97daa71ce9b4b0e
tree2886f927406bd7b97504387ed5c46927c3254e8b
parent68609ba4b41d27b17991cecd113bce00e871ca9f
Fix errors reported by phpcs in includes/HTMLForm.php

I set property "$typeMappings" to private (no clients outside this class
in our codebase).

I removed property $jsAdded, it is unused in this class and throughout
the codebase and seems a leftover from 2008.
Special:Preferences still works with this change.

Change-Id: Id5668141835e22e3e1b043109e50d73ccd6b1229
includes/HTMLForm.php