Skip to content

Commit 6e5576b

Browse files
committed
minor symfony#10177 [Process] Fix wording for class documentation (lol768)
This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes symfony#10177). Discussion ---------- [Process] Fix wording for class documentation | Q | A | ------------- | --- | Fixed tickets | ---- | License | MIT "ease start" didn't make a lot of sense. This PR fixes this minor wording issue. Commits ------- 51f5a57 Fix wording for Process class documentation
2 parents 7d07d24 + 905f2a0 commit 6e5576b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\Process\Exception\RuntimeException;
1717

1818
/**
19-
* Process is a thin wrapper around proc_* functions to ease
19+
* Process is a thin wrapper around proc_* functions to easily
2020
* start independent PHP processes.
2121
*
2222
* @author Fabien Potencier <[email protected]>

0 commit comments

Comments
 (0)