File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -122,16 +122,16 @@ Make sure this file is imported into the main config file:
122122 .. code-block :: yaml
123123
124124 # app/config/config_prod.yml
125- imports :
126- - { resource: config.yml }
127- - { resource: config_prod_secrets.php }
128-
129- # ..
130- framework :
131- session :
132- # set handler_id to null to use default session handler from php.ini (memcached)
133- handler_id : ~
134- # ..
125+ imports :
126+ - { resource: config.yml }
127+ - { resource: config_prod_secrets.php }
128+
129+ # ..
130+ framework :
131+ session :
132+ # set handler_id to null to use default session handler from php.ini (memcached)
133+ handler_id : ~
134+ # ..
135135
136136 .. code-block :: xml
137137
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ following code:
179179 .. code-block :: yaml
180180
181181 # src/AppBundle/Resources/config/validation.yml
182- AppBundle\Entity\Author
182+ AppBundle\Entity\Author :
183183 properties :
184184 headshot :
185185 - Image :
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ method returns **false**:
6363 .. code-block :: yaml
6464
6565 # src/AppBundle/Resources/config/validation.yml
66- AppBundle\Entity\Author
66+ AppBundle\Entity\Author :
6767 getters :
6868 stateInvalid :
6969 - ' IsFalse ' :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ configuration:
3838
3939 services :
4040
41- // synthetic services don't specify a class
41+ # synthetic services don't specify a class
4242 app.synthetic_service :
4343 synthetic : true
4444
You can’t perform that action at this time.
0 commit comments