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:
122
122
.. code-block :: yaml
123
123
124
124
# 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
+ # ..
135
135
136
136
.. code-block :: xml
137
137
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ following code:
179
179
.. code-block :: yaml
180
180
181
181
# src/AppBundle/Resources/config/validation.yml
182
- AppBundle\Entity\Author
182
+ AppBundle\Entity\Author :
183
183
properties :
184
184
headshot :
185
185
- Image :
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ method returns **false**:
63
63
.. code-block :: yaml
64
64
65
65
# src/AppBundle/Resources/config/validation.yml
66
- AppBundle\Entity\Author
66
+ AppBundle\Entity\Author :
67
67
getters :
68
68
stateInvalid :
69
69
- ' IsFalse ' :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ configuration:
38
38
39
39
services :
40
40
41
- // synthetic services don't specify a class
41
+ # synthetic services don't specify a class
42
42
app.synthetic_service :
43
43
synthetic : true
44
44
You can’t perform that action at this time.
0 commit comments