Invis1ble/assistant

View on GitHub
src/AppBundle/DataFixtures/Faker/Provider/PeriodProvider.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

Avoid using static access to class '\Faker\Provider\DateTime' in method 'startedAt'.
Open

return DateTimeProvider::dateTimeBetween($task->getCreatedAt());

Avoid using static access to class '\Faker\Provider\DateTime' in method 'startedAt'.
Open

return DateTimeProvider::dateTimeBetween($periods[0]->getFinishedAt());

There are no issues that match your filters.

Category
Status