We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7227ba5 commit fb7bd0fCopy full SHA for fb7bd0f
components/runtime.rst
@@ -509,8 +509,8 @@ Create Your Own Runtime Template
509
510
In some cases the default generic runtime template generated (`vendor/autoload_runtime.php`)
511
file is not enough. For example: you want to use a different entry point than
512
-`$_SERVER['FILE_SCRIPTNAME']` or a different SAPI than the traditional `cli`,
513
-`phpdbg` or `embed`.
+``$_SERVER['FILE_SCRIPTNAME']`` or a different SAPI than the traditional ``cli``,
+``phpdbg`` or ``embed``.
514
515
To use your own template, you can register it as follows:
516
0 commit comments