Commit e460402
committed
minor #14850 Update best_practices.rst (botris)
This PR was merged into the 5.2 branch.
Discussion
----------
Update best_practices.rst
It seems that all bundles extend `Symfony\Component\HttpKernel\Bundle\Bundle` which should be included in the requirements.
Also as `Symfony\Component\HttpKernel\Bundle\Bundle` already has `final public function getName()` it makes sense to remove the suggestion that this method should be implemented.
Commits
-------
d75a175 Update best_practices.rst1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
| |||
0 commit comments