forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commite463c1e

Dorian Villet
[OptionsResolver] Fix syntax errors in code examples (missing in_array closing slashes)
This pull request fixes 2 syntax errors when using `in_array()` in conditions (missing the last closing slash).It also adds a missing `use` statement in one code example.1 parentcf7db08 commite463c1e
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| 202 | + | |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
| |||
207 | 208 |
| |
208 | 209 |
| |
209 | 210 |
| |
210 |
| - | |
| 211 | + | |
211 | 212 |
| |
212 | 213 |
| |
213 | 214 |
| |
| |||
305 | 306 |
| |
306 | 307 |
| |
307 | 308 |
| |
308 |
| - | |
| 309 | + | |
309 | 310 |
| |
310 | 311 |
| |
311 | 312 |
| |
|
0 commit comments
Comments
(0)