Skip to content

Commit

Permalink
minor #7743 Fix some YAML codes (Ahmed TAILOULOUTE)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.7 branch.

Discussion
----------

Fix some YAML codes

Commits
-------

c9f9deb Fix some YAML codes
  • Loading branch information
xabbuh committed Apr 8, 2017
2 parents d4258b8 + c9f9deb commit 515527b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions deployment/fortrabbit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@ Make sure this file is imported into the main config file:
.. code-block:: yaml
# app/config/config_prod.yml
imports:
- { resource: config.yml }
- { resource: config_prod_secrets.php }
# ..
framework:
session:
# set handler_id to null to use default session handler from php.ini (memcached)
handler_id: ~
# ..
imports:
- { resource: config.yml }
- { resource: config_prod_secrets.php }
# ..
framework:
session:
# set handler_id to null to use default session handler from php.ini (memcached)
handler_id: ~
# ..
.. code-block:: xml
Expand Down
2 changes: 1 addition & 1 deletion reference/constraints/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ following code:
.. code-block:: yaml
# src/AppBundle/Resources/config/validation.yml
AppBundle\Entity\Author
AppBundle\Entity\Author:
properties:
headshot:
- Image:
Expand Down
2 changes: 1 addition & 1 deletion reference/constraints/IsFalse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ method returns **false**:
.. code-block:: yaml
# src/AppBundle/Resources/config/validation.yml
AppBundle\Entity\Author
AppBundle\Entity\Author:
getters:
stateInvalid:
- 'IsFalse':
Expand Down
2 changes: 1 addition & 1 deletion service_container/synthetic_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ configuration:
services:
// synthetic services don't specify a class
# synthetic services don't specify a class
app.synthetic_service:
synthetic: true
Expand Down

0 comments on commit 515527b

Please sign in to comment.