Skip to content

Commit 4424bc1

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: do not use PHPUnit mock objects without configured expectations [Form] Fix ICU 72+ whitespace handling in `DateTimeToLocalizedStringTransformer` [Process] Adjust Process mustRun method phpdoc [Serializer] Fix NameConverter not detecting wrong input format with allow_extra_attributes=false
2 parents 6d13a93 + c593135 commit 4424bc1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Process.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,12 @@ public function run(?callable $callback = null, array $env = []): int
259259
*
260260
* @return $this
261261
*
262-
* @throws ProcessFailedException if the process didn't terminate successfully
262+
* @throws ProcessFailedException When process didn't terminate successfully
263+
* @throws RuntimeException When process can't be launched
264+
* @throws RuntimeException When process is already running
265+
* @throws ProcessTimedOutException When process timed out
266+
* @throws ProcessSignaledException When process stopped after receiving signal
267+
* @throws LogicException In case a callback is provided and output has been disabled
263268
*
264269
* @final
265270
*/

0 commit comments

Comments
 (0)