Commit 2accbba
committed
minor symfony#75 Add the app_ prefix to form field types to avoid collisions (mantulo)
This PR was merged into the master branch.
Discussion
----------
Add the app_ prefix to form field types to avoid collisions
Best Practice
http://symfony.com/doc/current/best_practices/forms.html#custom-form-field-types
Commits
-------
627844f Add the app_ prefix to form field types to avoid collisions2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
0 commit comments