Improve code style

Replace var for public and private.
This commit is contained in:
Gustavo Novaro 2017-01-16 17:40:13 -03:00 committed by GitHub
parent da64d4d398
commit 0f6cb52376

View File

@ -37,8 +37,8 @@
*/ */
class FormOther class FormOther
{ {
var $db; private $db;
var $error; public $error;
/** /**