Update phpdoc of ProcessBuilder#setPrefix()

This commit is contained in:
Loïck Piera 2015-03-27 16:14:25 +01:00
parent eb632f3dac
commit 67f65c9fe4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class ProcessBuilder
}
/**
* Adds an unescaped prefix to the command string.
* Adds a prefix to the command string.
*
* The prefix is preserved when resetting arguments.
*