We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768e0a5 commit 8fbdc08Copy full SHA for 8fbdc08
src/DependencyInjection/Compiler/SymfonyClockCompilerPass.php
@@ -18,6 +18,7 @@
18
use Symfony\Component\DependencyInjection\ContainerBuilder;
19
use Symfony\Component\DependencyInjection\Definition;
20
21
+/** @internal */
22
final class SymfonyClockCompilerPass implements CompilerPassInterface
23
{
24
public function process(ContainerBuilder $container): void
src/SyliusInvoicingPlugin.php
@@ -18,7 +18,6 @@
use Symfony\Component\HttpKernel\Bundle\Bundle;
-/** @internal */
final class SyliusInvoicingPlugin extends Bundle
use SyliusPluginTrait;
0 commit comments