Skip to content

Commit

Permalink
Merge pull request #355 from NoResponseMate/maintenance/move-invalid-…
Browse files Browse the repository at this point in the history
…internal-note

[Maintenance] Move invalid internal note
  • Loading branch information
Rafikooo authored Dec 6, 2024
2 parents 768e0a5 + 8fbdc08 commit 783aa57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;

/** @internal */
final class SymfonyClockCompilerPass implements CompilerPassInterface
{
public function process(ContainerBuilder $container): void
Expand Down
1 change: 0 additions & 1 deletion src/SyliusInvoicingPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;

/** @internal */
final class SyliusInvoicingPlugin extends Bundle
{
use SyliusPluginTrait;
Expand Down

0 comments on commit 783aa57

Please sign in to comment.