You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aaf2265 removed the possibility for an EnumNode to have a null name. Now using enumPrototype results in
Type error: Argument 1 passed to Symfony\Component\Config\Definition\EnumNode::__construct() must be of the type string, null given, called in symfony/config/Definition/Builder/EnumNodeDefinition.php on line 54
The text was updated successfully, but these errors were encountered:
This PR was squashed before being merged into the 4.0-dev branch (closes#25048).
Discussion
----------
Allow EnumNode name to be null
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #25046
| License | MIT
Commits
-------
57d0636 Allow EnumNode name to be null
aaf2265 removed the possibility for an
EnumNode
to have anull
name. Now usingenumPrototype
results inThe text was updated successfully, but these errors were encountered: