laravel-commode/bladed

View on GitHub

Showing 2 of 6 total issues

Form has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class Form extends ADelegateBladedCommand
{
    /**
     * @var FormBuilder
     */
Severity: Minor
Found in src/LaravelCommode/Bladed/DefaultCommands/Form.php - About 2 hrs to fix

    Method getIteratorParser has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function getIteratorParser()
        {
            return function ($matches) {
                $return = '<?php ';
                switch($matches[2])
    Severity: Minor
    Found in src/LaravelCommode/Bladed/Compilers/BladedCompiler.php - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language