update changelog and csfixes

This commit is contained in:
2022-03-02 19:24:33 +01:00
parent 595ddf5b6f
commit 74a84e42a6
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
<?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\PersonBundle\Validator\Constraints\AccompanyingPeriod;
use Chill\PersonBundle\Entity\AccompanyingPeriod;