File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Selecting Runtimes
65
65
The default Runtime is :class: `Symfony\\ Component\\ Runtime\\ SymfonyRuntime `, it
66
66
works excellent on most applications running with a webserver like Nginx and Apache,
67
67
and PHP-FPM. You may change Runtime to :class: `Symfony\\ Component\\ Runtime\\ GenericRuntime `
68
- or a custom Runtime for Swoole or Aws Lambda. This can be done by specifying the
68
+ or a custom Runtime for Swoole or AWS Lambda. This can be done by specifying the
69
69
Runtime class in the ``APP_RUNTIME `` environment variable or to specify the
70
70
``extra.runtime.class `` in ``composer.json ``.
71
71
@@ -82,8 +82,8 @@ Runtime class in the ``APP_RUNTIME`` environment variable or to specify the
82
82
}
83
83
}
84
84
85
- Using SymfonyRuntime
86
- --------------------
85
+ Using the SymfonyRuntime
86
+ ------------------------
87
87
88
88
The :class: `Symfony\\ Component\\ Runtime\\ RuntimeInterface ` has two methods. One
89
89
to get an instance of :class: `Symfony\\ Component\\ Runtime\\ ResolverInterface `
You can’t perform that action at this time.
0 commit comments