Commit 391e250
committed
minor #1991 [Doc] Mention that boolean properties require the dynamic syntax (javiereguiluz)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[Doc] Mention that boolean properties require the dynamic syntax
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | -
| License | MIT
This confused me. On Symfony Slack folks mentioned that changing this behavior would be bad for DX (e.g. we can do it in components backend by a PHP class with typed properties but we cannot for anonymous components). So, I think it might be enough to mention this in the docs. Thanks.
Commits
-------
c9dc8cf [Doc] Mention that boolean properties require the dynamic syntax1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
298 | 310 | | |
299 | 311 | | |
300 | 312 | | |
| |||
0 commit comments