Skip to content

Commit 3968e10

Browse files
ToflarOskarStark
andauthored
Update components/process.rst
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent a61ecb2 commit 3968e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ When you start a PHP process, it's started using its default ``ini`` settings. L
422422
the Symfony console without any memory limit. You can then dynamically override it using the ``-d`` command line option
423423
like so: ``php -d memory_limit=-1 bin/console app:my-command``.
424424

425-
Problem solved. However, let's assume you have an ``app:my-command`` that itself again, starts a PHP child process:
425+
Problem solved. However, let's assume you have an ``app:my-command`` that itself again, starts a PHP child process::
426426

427427
use Symfony\Component\Process\Process;
428428

0 commit comments

Comments
 (0)