errant/tacit

View on GitHub
src/Language/Basic.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct()
    {
        $this->instructions = array(
            // 0-9: Command Structure
            0x00 => new \Tacit\Instruction\Command\Exe,
Severity: Minor
Found in src/Language/Basic.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status