Skip to content

Commit f3f22ea

Browse files
committed
CS
1 parent 001308c commit f3f22ea

23 files changed

+24
-26
lines changed

src/Turbo/.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
$header = <<<'HEADER'
4-
This file is part of the Symfony UX Turbo package.
4+
This file is part of the Symfony package.
55
66
(c) Kévin Dunglas <[email protected]>
77

src/Turbo/Broadcast.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*/
1111

12-
declare(strict_types=1);
13-
1412
namespace Symfony\UX\Turbo;
1513

16-
use Symfony\UX\Turbo\Broadcast\TwigMercureBroadcaster;
14+
use Symfony\UX\Turbo\Broadcaster\TwigMercureBroadcaster;
1715

1816
/**
1917
* Marks the entity as broadcastable.

src/Turbo/Broadcaster/BroadcasterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Broadcaster/TwigMercureBroadcaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Start a Mercure Hub:
1212
Install the test app:
1313

1414
$ composer install
15-
$ cd tests/app
15+
$ cd Tests/app
1616
$ yarn install
1717
$ yarn build
1818
$ php public/index.php doctrine:schema:create

src/Turbo/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/DependencyInjection/TurboExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Doctrine/BroadcastListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Resources/config/broadcaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Resources/config/doctrine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Resources/config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Resources/config/twig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Stream/AddTurboStreamFormatSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Stream/TurboStreamResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Tests/BroadcastTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Tests/TurboFrameTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Tests/TurboStreamTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Tests/app/Entity/Book.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Tests/app/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Tests/app/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/TurboBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Twig/FrameExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

src/Turbo/Twig/StreamExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
* This file is part of the Symfony UX Turbo package.
4+
* This file is part of the Symfony package.
55
*
66
* (c) Kévin Dunglas <[email protected]>
77
*

0 commit comments

Comments
 (0)