Skip to content

Commit

Permalink
csfixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-insiders authored Jan 29, 2025
1 parent 5b1f428 commit b072f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ public function load(array $configs, ContainerBuilder $container): void

if (!$enableImprovedUrlchooser) {
trigger_deprecation('kunstmaan/node-bundle', '7.2', 'Not setting the "kunstmaan_node.enable_improved_urlchooser" config to true is deprecated, it will always be true in 8.0.');

return;
}

$container->removeDefinition(URLChooserFormSubscriber::class);
$container->removeDefinition(URLChooserLinkTypeSubscriber::class);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Validator\Constraints\Email;
use Symfony\Component\Validator\Constraints\Url;

/**
/**
* @deprecated since 7.2 and will be removed in 8.0. Switch to the improved url chooser instead.
*/
class URLChooserFormSubscriber implements EventSubscriberInterface
Expand Down

0 comments on commit b072f11

Please sign in to comment.