code styles: header_comment and ordered_imports (#175)
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
namespace App\Form;
|
||||
|
||||
use App\Form\Type\YesNoType;
|
||||
use App\Entity\Activity;
|
||||
use App\Form\Type\ProjectType;
|
||||
use App\Form\Type\YesNoType;
|
||||
use App\Repository\ProjectRepository;
|
||||
use Symfony\Component\Form\AbstractType;
|
||||
use Symfony\Component\Form\Extension\Core\Type\TextareaType;
|
||||
|
||||
Reference in New Issue
Block a user