Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2d5a95

Browse files
committed
Minor tweak to the previous commit
1 parent 87bfb63 commit a2d5a95

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/AppBundle/Entity/Post.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
class Post
2222
{
2323
/**
24-
* Tip: use constants to define configuration options that rarely change instead of specifying them in app/config/config.yml.
24+
* Use constants to define configuration options that rarely change instead
25+
* of specifying them in app/config/config.yml.
2526
* See http://symfony.com/doc/current/best_practices/configuration.html#constants-vs-configuration-options
26-
*/
27+
*/
2728
const NUM_ITEMS = 10;
2829

2930
/**

0 commit comments

Comments
 (0)