Skip to content

Commit 9bfda2c

Browse files
Merge branch '2.8' into 3.4
* 2.8: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs
2 parents 6debc47 + 1ce7483 commit 9bfda2c

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)