Skip to content

Commit

Permalink
Merge branch '6.2' into 6.3
Browse files Browse the repository at this point in the history
* 6.2:
  fix style of label containing new lines in PUML dump
  [TwigBridge] Allow floats in html5 input type number field
  [Translation] Handle the translation of empty strings
  [VarDumper] Fix error when reflected class has default Enum parameter in constructor
  [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes
  [Validator] Fix translation of AtLeastOneOf constraint message
  do not drop embed label classes
  [Validator] Sync IBAN formats with Swift IBAN registry
  Update Infobip API transport to use the API V3
  [String] Use same alphabet for ByteString::fromRandom tests
  Fix phpdocs in components
  Fix the rendering of query explanation with Postgresql
  • Loading branch information
nicolas-grekas committed Feb 24, 2023
2 parents fa60a09 + 680e8a2 commit e65ce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ public function getStatus(): string
* Stops the process.
*
* @param int|float $timeout The timeout in seconds
* @param int $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
* @param int|null $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
*
* @return int|null The exit-code of the process or null if it's not running
*/
Expand Down

0 comments on commit e65ce5c

Please sign in to comment.