8000 Fixed invalid configuration-block · symfony/symfony-docs@85c30da · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85c30da

Browse files
committed
Fixed invalid configuration-block
1 parent bbe3709 commit 85c30da

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

components/runtime.rst

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,24 +85,18 @@ integrate with Swoole or AWS Lambda).
8585
Use the ``APP_RUNTIME`` environment variable or by specifying the
8686
``extra.runtime.class`` in ``composer.json`` to change the Runtime class:
8787

88-
.. configuration-block::
89-
90-
.. code-block:: json
88+
.. code-block:: json
9189
92-
{
93-
"require": {
94-
"...": "..."
95-
},
96-
"extra": {
97-
"runtime": {
98-
"class": "Symfony\\Component\\Runtime\\GenericRuntime"
99-
}
90+
{
91+
"require": {
92+
"...": "..."
93+
},
94+
"extra": {
95+
"runtime": {
96+
"class": "Symfony\\Component\\Runtime\\GenericRuntime"
10097
}
10198
}
102-
103-
.. code-block:: env
104-
105-
APP_RUNTIME="Symfony\\Component\\Runtime\\GenericRuntime"
99+
}
106100
107101
Using the Runtime
108102
-----------------

0 commit comments

Comments
 (0)
0