Skip to content

Commit 680e8a2

Browse files
Merge branch '5.4' into 6.2
* 5.4: 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 [Validator] Sync IBAN formats with Swift IBAN registry [String] Use same alphabet for ByteString::fromRandom tests Fix phpdocs in components
2 parents 51d8f2a + d4ce417 commit 680e8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ public function getStatus(): string
874874
* Stops the process.
875875
*
876876
* @param int|float $timeout The timeout in seconds
877-
* @param int $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
877+
* @param int|null $signal A POSIX signal to send in case the process has not stop at timeout, default is SIGKILL (9)
878878
*
879879
* @return int|null The exit-code of the process or null if it's not running
880880
*/

0 commit comments

Comments
 (0)