Skip to content

Commit d63dc64

Browse files
Merge branch '6.4' into 7.0
* 6.4: (32 commits) [Validator] Fix registering "is_valid()" for `#[Expression]` [Scheduler] Trigger unique messages at runtime [Scheduler] Fix CHANGELOG [Clock] Add `DatePoint`: an immutable DateTime implementation with stricter error handling and return types [Scheduler] Allow modifying the schedule at runtime and recalculate heap [Cache] Fix Redis6Proxy [Finder] Disable failing test about open_basedir Fix merge Fix merge Minor CS fixes Deprecate `Kernel::stripComments()` Remove setAccessible reflection call in tests [Notifier] Telegram Bridge add escaping for \ [Component][AssertMapper] add type hint of an argument in asset mapper command [Translation] [Phrase] Refacto ReadConfig and WriteConfig into arrays [Routing] Fix routing collection defaults when adding a new route to a collection [Messenger] Fix cloned TraceableStack not unstacking the stack independently [Translation] Add `--as-tree` option to `translation:pull` command [Mime] Allow to add some headers as a strings [Translation] Give current locale to locale switcher runWithLocale callback ...
2 parents 82cc4c8 + a6abf16 commit d63dc64

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Tests/Extension/Validator/ViolationMapper/ViolationMapperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\EventDispatcher\EventDispatcher;
16-
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
1716
use Symfony\Component\Form\CallbackTransformer;
1817
use Symfony\Component\Form\Exception\TransformationFailedException;
1918
use Symfony\Component\Form\Extension\Core\DataMapper\DataMapper;

Tests/FormFactoryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Symfony\Component\Form\Extension\Core\Type\TextType;
1717
use Symfony\Component\Form\FormFactory;
1818
use Symfony\Component\Form\FormRegistry;
19-
use Symfony\Component\Form\FormRegistryInterface;
2019
use Symfony\Component\Form\FormTypeGuesserChain;
2120
use Symfony\Component\Form\FormTypeGuesserInterface;
2221
use Symfony\Component\Form\Guess\Guess;

0 commit comments

Comments
 (0)