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 2929 * Please note that the application backend is developed manually for learning
3030 * purposes. However, in your real Symfony application you should use any of the
3131 * 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
3433 *
3534 * @author Ryan Weaver <weaverryan@gmail.com>
3635 * @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
8686 // See https://symfony.com/doc/current/profiler.html
8787 // See https://symfony.com/doc/current/templates.html#the-dump-twig-utilities
8888 //
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
9191
9292 return $ this ->render ('blog/post_show.html.twig ' , ['post ' => $ post ]);
9393 }
You can’t perform that action at this time.
0 commit comments