php-yaoi/php-yaoi

View on GitHub
src/Database/Mysql/Utility.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getStatementTokenizer has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getStatementTokenizer() {
        if (null === $this->tokenizer) {
            $this->tokenizer = $tokenizer = new Lexer\Parser();

            $tokenizer
Severity: Minor
Found in src/Database/Mysql/Utility.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status