Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bfb63 commit a2d5a95Copy full SHA for a2d5a95
1 file changed
src/AppBundle/Entity/Post.php
@@ -21,9 +21,10 @@
21
class Post
22
{
23
/**
24
- * Tip: use constants to define configuration options that rarely change instead of specifying them in app/config/config.yml.
+ * Use constants to define configuration options that rarely change instead
25
+ * of specifying them in app/config/config.yml.
26
* See http://symfony.com/doc/current/best_practices/configuration.html#constants-vs-configuration-options
- */
27
+ */
28
const NUM_ITEMS = 10;
29
30
0 commit comments