Skip to content

Commit 9355748

Browse files
Merge branch '6.4' into 7.0
* 6.4: [FrameworkBundle][Validator] Replace annotation by attribute [Validator] Add annotation in Constraint [Lock] Add some missing return types in tests [Clock] Throw `DateMalformedStringException`/`DateInvalidTimeZoneException` when appropriate [VarExporter] Remove unused test files [FrameworkBundle] Remove unused test file [DependencyInjection] Remove unused test file [DomCrawler] Added argument `$default` to method `Crawler::attr()` [HttpKernel] Fix missing Request in RequestStack for StreamedResponse Psalm: Ignore UnusedClass errors fix(console): avoid multiple new line when message already ends with a new line
2 parents ac1e0f4 + 333d218 commit 9355748

File tree

6 files changed

+1
-69
lines changed

6 files changed

+1
-69
lines changed

Tests/DependencyInjection/Fixtures/php/legacy_translator_enabled_locales.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

Tests/DependencyInjection/Fixtures/php/serializer_legacy_cache.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

Tests/DependencyInjection/Fixtures/xml/legacy_translator_enabled_locales.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

Tests/DependencyInjection/Fixtures/xml/serializer_legacy_cache.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

Tests/DependencyInjection/Fixtures/yml/serializer_legacy_cache.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Tests/Fixtures/Validation/SubCategory.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
class SubCategory extends Category
88
{
9-
/**
10-
* @Assert\Type("string")
11-
*/
9+
#[Assert\Type("string")]
1210
public $main;
1311
}

0 commit comments

Comments
 (0)