[CS] Update PhpCsFixer config

This commit is contained in:
Simon André
2023-10-15 03:27:52 +02:00
committed by Ryan Weaver
parent 2c06bf9033
commit 2ed6d9f3f7
16 changed files with 107 additions and 6 deletions

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
return function (RoutingConfigurator $routes) {

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Component;
use Symfony\Component\Validator\ConstraintViolation;

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\Argument\IteratorArgument;

View File

@@ -2,6 +2,15 @@
declare(strict_types=1);
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\EventListener;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;

View File

@@ -1,4 +1,5 @@
<?php
/*
* This file is part of the Symfony package.
*

View File

@@ -1,4 +1,5 @@
<?php
/*
* This file is part of the Symfony package.
*

View File

@@ -2,6 +2,15 @@
declare(strict_types=1);
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Util;
use Symfony\UX\LiveComponent\Attribute\AsLiveComponent;

View File

@@ -2,6 +2,15 @@
declare(strict_types=1);
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Tests\Functional\EventListener;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/*
* This file is part of the Symfony package.
*
@@ -9,8 +11,6 @@
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Symfony\UX\LiveComponent\Tests\Functional\Form;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Tests\Functional\Test;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/*
* This file is part of the Symfony package.
*
@@ -9,8 +11,6 @@
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Symfony\UX\LiveComponent\Tests\Functional\Form;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
/*
* This file is part of the Symfony package.
*
@@ -9,8 +11,6 @@
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Symfony\UX\LiveComponent\Tests\Unit\Form;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Tests;
use PHPUnit\Framework\TestCase;

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Tests\Unit\Metadata;
use PHPUnit\Framework\TestCase;

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Tests\Unit\Util;
use PHPUnit\Framework\TestCase;

View File

@@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\UX\LiveComponent\Tests\Unit\Util;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;