Commit fdbc41c
committed
minor #5733 [Components][OptionsResolver] adding type hint to normalizer callback (xabbuh)
This PR was merged into the 2.7 branch.
Discussion
----------
[Components][OptionsResolver] adding type hint to normalizer callback
Technically, the type hint is not necessary but it makes the code more
readable.
Commits
-------
8996aa9 adding type hint to normalizer callback1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
430 | 432 | | |
431 | 433 | | |
432 | 434 | | |
| |||
436 | 438 | | |
437 | 439 | | |
438 | 440 | | |
439 | | - | |
| 441 | + | |
440 | 442 | | |
441 | 443 | | |
442 | 444 | | |
| |||
462 | 464 | | |
463 | 465 | | |
464 | 466 | | |
465 | | - | |
| 467 | + | |
466 | 468 | | |
467 | 469 | | |
468 | 470 | | |
| |||
0 commit comments