Skip to content

Commit f82b971

Browse files
committed
[Autocomplete] Apply php-cs-fixer's fixes
1 parent bbdb607 commit f82b971

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

src/Autocomplete/src/Calculator/ChecksumCalculator.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the Symfony package.
7+
*
8+
* (c) Fabien Potencier <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Symfony\UX\Autocomplete\Calculator;
615

716
final class ChecksumCalculator implements ChecksumCalculatorInterface

src/Autocomplete/src/Calculator/ChecksumCalculatorInterface.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the Symfony package.
7+
*
8+
* (c) Fabien Potencier <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Symfony\UX\Autocomplete\Calculator;
615

716
interface ChecksumCalculatorInterface

src/Autocomplete/tests/Unit/Calculator/ChecksumCalculatorTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* This file is part of the Symfony package.
7+
*
8+
* (c) Fabien Potencier <[email protected]>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
13+
514
namespace Symfony\UX\Autocomplete\Tests\Unit\Calculator;
615

716
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)