fix cs with licencse header

This commit is contained in:
2022-10-05 17:08:14 +02:00
parent e4c450cd1b
commit 67c3f3a840
1721 changed files with 6882 additions and 5196 deletions

View File

@@ -1,14 +1,15 @@
<?php
/**
declare(strict_types=1);
/*
* Chill is a software for social workers
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Chill\MainBundle\Command;
use Chill\MainBundle\Entity\Country;