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 d908dbd

Browse filesBrowse files
committed
Merge branch '4.1'
* 4.1: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs bumped Symfony version to 3.4.16 updated VERSION for 3.4.15 updated CHANGELOG for 3.4.15
2 parents ce937c3 + 8d3d0c0 commit d908dbd
Copy full SHA for d908dbd

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎PhpProcess.php

Copy file name to clipboardExpand all lines: PhpProcess.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
/**
1717
* PhpProcess runs a PHP script in an independent process.
1818
*
19-
* $p = new PhpProcess('<?php echo "foo"; ?>');
20-
* $p->run();
21-
* print $p->getOutput()."\n";
19+
* $p = new PhpProcess('<?php echo "foo"; ?>');
20+
* $p->run();
21+
* print $p->getOutput()."\n";
2222
*
2323
* @author Fabien Potencier <fabien@symfony.com>
2424
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.