Skip to content

Fix some YAML codes #7743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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