File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 29
29
* Please note that the application backend is developed manually for learning
30
30
* purposes. However, in your real Symfony application you should use any of the
31
31
* existing bundles that let you generate ready-to-use backends without effort.
32
- *
33
- * See https://symfony.com/bundles/EasyAdminBundle/current/index.html
32
+ * See https://symfony.com/bundles
34
33
*
35
34
* @author Ryan Weaver <weaverryan@gmail.com>
36
35
* @author Javier Eguiluz <javier.eguiluz@gmail.com>
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ public function postShow(Post $post): Response
86
86
// See https://symfony.com/doc/current/profiler.html
87
87
// See https://symfony.com/doc/current/templates.html#the-dump-twig-utilities
88
88
//
89
- // You can also leverage Symfony's 'dd()' function that dump and
90
- // stop the execution
89
+ // You can also leverage Symfony's 'dd()' function that dumps and
90
+ // stops the execution
91
91
92
92
return $ this ->render ('blog/post_show.html.twig ' , ['post ' => $ post ]);
93
93
}
You can’t perform that action at this time.
0 commit comments