Skip to content

Commit 626f07a

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: 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 f532042 + 4424bc1 commit 626f07a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Process.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,12 @@ public function run(?callable $callback = null, array $env = []): int
265265
*
266266
* @return $this
267267
*
268-
* @throws ProcessFailedException if the process didn't terminate successfully
268+
* @throws ProcessFailedException When process didn't terminate successfully
269+
* @throws RuntimeException When process can't be launched
270+
* @throws RuntimeException When process is already running
271+
* @throws ProcessTimedOutException When process timed out
272+
* @throws ProcessSignaledException When process stopped after receiving signal
273+
* @throws LogicException In case a callback is provided and output has been disabled
269274
*
270275
* @final
271276
*/

0 commit comments

Comments
 (0)