8000 Update PHPDoc · symfony/symfony@21b9aa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21b9aa3

Browse files
committed
Update PHPDoc
1 parent 2d531b3 commit 21b9aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/OptionsResolver/OptionsResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public function getDefinedOptions()
360360
* Instead of passing the message, you may also pass a closure with the
361361
* following signature:
362362
*
363-
* function ($value) {
363+
* function (Options $options, $value) {
364364
* // ...
365365
* }
366366
*

0 commit comments

Comments
 (0)
0