php cs fixer

This commit is contained in:
nobohan
2021-12-13 12:38:18 +01:00
parent b5178c3be3
commit eaf7ae6f2f
2 changed files with 25 additions and 18 deletions

View File

@@ -1,5 +1,12 @@
<?php
/**
* 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\Migrations\Main;
@@ -8,7 +15,7 @@ use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
/**
* Add order to civility
* Add order to civility.
*/
final class Version20211213112628 extends AbstractMigration
{