pheature-flags/dbal-toggle

View on GitHub

Showing 1 of 1 total issue

Method createPheatureTogglesTable has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function createPheatureTogglesTable(): void
    {
        $table = $this->schema->createTable(self::TABLE_NAME);
        $table->addColumn(
            'feature_id',
Severity: Minor
Found in src/DbalSchema.php - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language