Merge pull request #6291 from gnovaro/patch-1

Improve code style
This commit is contained in:
Laurent Destailleur 2017-01-18 16:44:56 +01:00 committed by GitHub
commit 562bdbc9f5

View File

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