class/Photo.php
Method __construct
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct()
{
parent::__construct();
$this->initVar('photo_id', \XOBJ_DTYPE_INT, null, false);
$this->initVar('cat_id', \XOBJ_DTYPE_INT, 0, false);