Skip to content

Commit fb7bd0f

Browse files
Commit feedback to escape symbols
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent 7227ba5 commit fb7bd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/runtime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ Create Your Own Runtime Template
509509

510510
In some cases the default generic runtime template generated (`vendor/autoload_runtime.php`)
511511
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`.
512+
``$_SERVER['FILE_SCRIPTNAME']`` or a different SAPI than the traditional ``cli``,
513+
``phpdbg`` or ``embed``.
514514

515515
To use your own template, you can register it as follows:
516516

0 commit comments

Comments
 (0)