Skip to content

Commit ee5b9a9

Browse files
committed
Merge branch '4.1'
* 4.1: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs bumped Symfony version to 3.4.16 updated VERSION for 3.4.15 updated CHANGELOG for 3.4.15
2 parents 0e4fd93 + 464c708 commit ee5b9a9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

OptionsResolver.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,9 @@ public function isDeprecated(string $option): bool
410410
*
411411
* The normalizer should be a closure with the following signature:
412412
*
413-
* ```php
414-
* function (Options $options, $value) {
415-
* // ...
416-
* }
417-
* ```
413+
* function (Options $options, $value) {
414+
* // ...
415+
* }
418416
*
419417
* The closure is invoked when {@link resolve()} is called. The closure
420418
* has access to the resolved values of other options through the passed

0 commit comments

Comments
 (0)