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 803eb0e commit db3de90Copy full SHA for db3de90
src/Commands/BuildCommand.php
@@ -42,12 +42,12 @@ final class BuildCommand extends Command implements SignalableCommandInterface
42
/**
43
* Holds the configuration on is original state.
44
*/
45
- private static string|null $config = null;
+ private static ?string $config = null;
46
47
48
* Holds the box.json on is original state.
49
50
- private static string|null $box = null;
+ private static ?string $box = null;
51
52
53
* Holds the command original output.
0 commit comments