Skip to content

Commit 464c708

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: 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 1913f19 + 9bfda2c commit 464c708

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
@@ -353,11 +353,9 @@ public function getDefinedOptions()
353353
*
354354
* The normalizer should be a closure with the following signature:
355355
*
356-
* ```php
357-
* function (Options $options, $value) {
358-
* // ...
359-
* }
360-
* ```
356+
* function (Options $options, $value) {
357+
* // ...
358+
* }
361359
*
362360
* The closure is invoked when {@link resolve()} is called. The closure
363361
* has access to the resolved values of other options through the passed

0 commit comments

Comments
 (0)