Database/Model.php
Model
has 36 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class Model
{
const NEW_OBJECT = -1;
/** @var string */
File Model.php
has 285 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace Colibri\Database;
use Carbon\Carbon;
use Colibri\Database\Exception\NotFoundException;
Avoid too many return
statements within this method. Open
Open
return $value;