Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9ad96b4

Browse filesBrowse files
committed
fixed markup
1 parent 0d416fd commit 9ad96b4
Copy full SHA for 9ad96b4

File tree

Expand file treeCollapse file tree

2 files changed

+1
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-7
lines changed

‎components/css_selector.rst

Copy file name to clipboardExpand all lines: components/css_selector.rst
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: components/process.rst
-6Lines changed: 0 additions & 6 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.