Yohann76/TodoList

View on GitHub
src/DataFixtures/TaskFixtures.php

Summary

Maintainability
A
0 mins
Test Coverage

Method load has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public function load(ObjectManager $manager)
    {
        for($i = 1; $i <=5; $i++) {
            $task = new Task();
            $task->setTitle('Add Datafixtures');
Severity: Minor
Found in src/DataFixtures/TaskFixtures.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status