Skip to content

Commit

Permalink
csfixer
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-insiders committed Jan 29, 2025
1 parent 5b1f428 commit 59ee05e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Kunstmaan/FixturesBundle/Populator/Methods/Setter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: ruud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: bart
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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 URLChooserLinkTypeSubscriber implements EventSubscriberInterface
Expand Down

0 comments on commit 59ee05e

Please sign in to comment.