Skip to content

Commit 8b3606b

Browse files
committed
apply coding standards
1 parent 43f8bd4 commit 8b3606b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/Twig/MercureRuntime.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Mercure Component project.
5+
*
6+
* (c) Kévin Dunglas <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
declare(strict_types=1);
413

514
namespace Symfony\Component\Mercure\Twig;
@@ -63,4 +72,4 @@ public function mercure($topics = null, array $options = []): string
6372

6473
return $url;
6574
}
66-
}
75+
}

tests/Twig/MercureRuntimeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Symfony\Component\Mercure\Jwt\StaticTokenProvider;
2323
use Symfony\Component\Mercure\Jwt\TokenFactoryInterface;
2424
use Symfony\Component\Mercure\MockHub;
25-
use Symfony\Component\Mercure\Twig\MercureExtension;
2625
use Symfony\Component\Mercure\Twig\MercureRuntime;
2726
use Symfony\Component\Mercure\Update;
2827

0 commit comments

Comments
 (0)