Skip to content

Commit 10df726

Browse files
* 7.4: (27 commits) [JsonStreamer] Fix exponential resource class memory growth [Cache] Fix DSN auth not passed to clusters in RedisTrait do not parse "scalar" as an object [Form] Fix OrderedHashMap auto-increment logic with mixed keys [HttpClient] Skip HTTP/3 when using a proxy don't skip custom view transformers while normalizing submitted newlines [Serializer] Fix is/has/can accessor naming regression while preserving collision detection fix exception "Symfony\Component\TypeInfo\Exception\InvalidArgumentException: "Symfony\Component\TypeInfo\Type\UnionType" expects at least 2 types." when property phpdoc is "value-of<Enum>|null" [DoctrineBridge] Fix custom type based on Uid on entity loader let tests fail on PHPUnit notices [PropertyInfo] Throw when phpdocumentor/reflection-docblock v6 is in use (branch 6.4 only) do not use PHPUnit mock objects without configured expectations [Form] Fix ICU 72+ whitespace handling in DateTimeToLocalizedStringTransformer [ErrorHandler] fix parsing of complexe type do not use PHPUnit mock objects without configured expectations [Process] Adjust Process mustRun method phpdoc do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations ...
2 parents a9d633e + 626f07a commit 10df726

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
@@ -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)