src/DataFixtures/ORM/Suites.php
Method load
has 320 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function load(ObjectManager $manager)
{
$ref1Date = new DateTime();
$ref1Date->setDate(2017, 7, 1)->setTime(12, 30, 1);
$ref2Date = new DateTime();
File Suites.php
has 339 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* Copyright (c) 2017 Francois-Xavier Soubirou.
*
* This file is part of ci-report.
The method load() has 325 lines of code. Current threshold is set to 100. Avoid really long methods. Open
Open
public function load(ObjectManager $manager)
{
$ref1Date = new DateTime();
$ref1Date->setDate(2017, 7, 1)->setTime(12, 30, 1);
$ref2Date = new DateTime();
- Exclude checks