PHP CS Fixer updated (3.59.3 -> v3.63.1)

This commit is contained in:
Julien Fastré 2024-08-28 12:06:08 +02:00
parent b0485dbcc8
commit 6b4e1ed2d3
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace Chill\MainBundle\Tests\Search;
* *
* @coversNothing * @coversNothing
*/ */
final class AbstractSearchTest extends \PHPUnit\Framework\TestCase final class AbstractSearchTest extends TestCase
{ {
/** /**
* @var \Chill\MainBundle\Search\AbstractSearch * @var \Chill\MainBundle\Search\AbstractSearch

View File

@ -12,7 +12,7 @@ declare(strict_types=1);
namespace Chill\PersonBundle\Validator\Constraints\Person; namespace Chill\PersonBundle\Validator\Constraints\Person;
#[\Attribute(\Attribute::TARGET_CLASS)] #[\Attribute(\Attribute::TARGET_CLASS)]
class PersonHasCenter extends \Symfony\Component\Validator\Constraint class PersonHasCenter extends Constraint
{ {
public string $message = 'A center is required'; public string $message = 'A center is required';