We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3a2c3 commit 6ffba37Copy full SHA for 6ffba37
src/Runtime.php
@@ -28,7 +28,7 @@ final class Runtime
28
*/
29
public static function assertAvailable(
30
#[ExpectedValues(valuesFromClass: Status::class)]
31
- int $status = null
+ ?int $status = null
32
): bool {
33
$status ??= self::getStatus();
34
@@ -48,7 +48,7 @@ public static function assertAvailable(
48
49
public static function isAvailable(
50
51
52
53
54
0 commit comments