Skip to content

Commit 1f18e9c

Browse files
committed
-
1 parent 5ce7247 commit 1f18e9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
fail-fast: true
1111
PHPUNIT_FLAGS: "-v"
1212
SYMFONY_PHPUNIT_DIR: "$HOME/symfony-bridge/.phpunit"
13-
SYMFONY_REQUIRE: ">=6.0"
13+
SYMFONY_REQUIRE: ">=6.2"
1414
SYMFONY_DEPRECATIONS_HELPER: 7
1515

1616
permissions:

src/Form/DataTransformer/TagArrayToStringTransformer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* See https://symfony.com/doc/current/form/data_transformers.html
2424
*
2525
* @template-implements DataTransformerInterface<Tag[], string>
26+
*
2627
* @author Yonel Ceruto <yonelceruto@gmail.com>
2728
* @author Jonathan Boyer <contact@grafikart.fr>
2829
*/

0 commit comments

Comments
 (0)