Skip to content

Commit 4731a64

Browse files
authored
Upgrade CI tools versions (#1098)
* Upgrade php-cs-fixer to 3.1.0 * Upgrade psalm to 4.10.0 * Upgrade phpstan to 0.12.98 * Fiix psalm
1 parent a600b9b commit 4731a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Input/PutLifecycleEventHookExecutionStatusInput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ final class PutLifecycleEventHookExecutionStatusInput extends Input
2929
* The result of a Lambda function that validates a deployment lifecycle event. `Succeeded` and `Failed` are the only
3030
* valid values for `status`.
3131
*
32-
* @var null|LifecycleEventStatus::*
32+
* @var LifecycleEventStatus::*|null
3333
*/
3434
private $status;
3535

0 commit comments

Comments
 (0)