mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
PHP CS Fixer updated (3.59.3 -> v3.63.1)
This commit is contained in:
parent
b0485dbcc8
commit
6b4e1ed2d3
@ -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
|
||||||
|
@ -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';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user