phpmentoring/webapp

View on GitHub
data/migrations/20150507031216_add_tags_table.php

Summary

Maintainability
A
1 hr
Test Coverage

Method up has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function up()
    {
        $taxonomyVocabulary = $this->table('taxonomyVocabulary');
        $taxonomyVocabulary
            ->addColumn('name', 'string')
Severity: Minor
Found in data/migrations/20150507031216_add_tags_table.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status