Improve code style
Replace var for public and private.
This commit is contained in:
parent
da64d4d398
commit
0f6cb52376
@ -37,8 +37,8 @@
|
|||||||
*/
|
*/
|
||||||
class FormOther
|
class FormOther
|
||||||
{
|
{
|
||||||
var $db;
|
private $db;
|
||||||
var $error;
|
public $error;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user