Skip to content

Commit 7db7b41

Browse files
committed
Minor tweaks
1 parent cf5e12d commit 7db7b41

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Controller/Admin/BlogController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
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 <[email protected]>
3635
* @author Javier Eguiluz <[email protected]>

src/Controller/BlogController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)