src/Console.php
Console
has 39 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Console
{
const WEIGHT_HIGH = 300;
const WEIGHT_HIGHER = 250;
const WEIGHT_NORMAL = 200;
File Console.php
has 341 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace Hugga;
use Hugga\Input\Editline;