Skip to content

Commit 9ad96b4

Browse files
committed
fixed markup
1 parent 0d416fd commit 9ad96b4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

components/css_selector.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Usage
1919
-----
2020

2121
The component only goal is to convert CSS selectors to their XPath
22-
equivalents:
22+
equivalents::
2323

2424
use Symfony\Component\CssSelector\CssSelector;
2525

components/process.rst

-6
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Usage
2121
The `:class:Symfony\\Component\\Process\\Process` class allows you to execute
2222
a command in a sub-process::
2323

24-
.. code-block:: php
25-
2624
use Symfony\Component\Process\Process;
2725

2826
$process = new Process('ls -lsa');
@@ -43,8 +41,6 @@ server), you can give feedback to the end user in real-time by passing an
4341
anonymous function to the
4442
``:method::Symfony\\Component\\Process\\Process:run()`` method::
4543

46-
.. code-block:: php
47-
4844
use Symfony\Component\Process\Process;
4945

5046
$process = new Process('ls -lsa');
@@ -59,8 +55,6 @@ anonymous function to the
5955
If you want to execute some PHP code in isolation, use the ``PhpProcess``
6056
instead::
6157

62-
.. code-block:: php
63-
6458
use Symfony\Component\Process\PhpProcess;
6559

6660
$process = new PhpProcess(<<<EOF

0 commit comments

Comments
 (0)