Explicitly declare property visibility, remove use of var
authorVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 20 Jun 2015 21:07:13 +0000 (00:07 +0300)
committerVivek Ghaisas <v.a.ghaisas@gmail.com>
Sat, 20 Jun 2015 21:07:13 +0000 (00:07 +0300)
commitd6def861bfe6f2c95006d67e7b81841868240e45
tree0ad9df2593b1b849487a4d207e60d9b97a31bf3b
parent9359cfffd40ffaa022d6c2b745c74a998bcce640
Explicitly declare property visibility, remove use of var

Codesniffer says that the `var` keyword must not be used to declare a
property and that visibility must be declared on class properties.

Change-Id: I28240aa0f394588b1df315621dbcd260c51430c1
tests/phpunit/includes/htmlform/HTMLAutoCompleteSelectFieldTest.php
tests/phpunit/includes/registration/ExtensionProcessorTest.php