Skip to content

Commit 8fbdc08

Browse files
[Maintenance] Move invalid internal note
1 parent 768e0a5 commit 8fbdc08

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/DependencyInjection/Compiler/SymfonyClockCompilerPass.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
use Symfony\Component\DependencyInjection\ContainerBuilder;
1919
use Symfony\Component\DependencyInjection\Definition;
2020

21+
/** @internal */
2122
final class SymfonyClockCompilerPass implements CompilerPassInterface
2223
{
2324
public function process(ContainerBuilder $container): void

src/SyliusInvoicingPlugin.php

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Component\DependencyInjection\ContainerBuilder;
1919
use Symfony\Component\HttpKernel\Bundle\Bundle;
2020

21-
/** @internal */
2221
final class SyliusInvoicingPlugin extends Bundle
2322
{
2423
use SyliusPluginTrait;

0 commit comments

Comments
 (0)