Commit 5c8fa0b
committed
Fix UserLoginType::getBlockPrefix() return type for Symfony 8.1 compatibility
AbstractType::getBlockPrefix() return type changed from ?string to string in
Symfony 8.1, making the ?string override a fatal incompatible declaration.1 parent de2bb38 commit 5c8fa0b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments