Skip to content

Commit db3de90

Browse files
committed
chore: adjusts style
1 parent 803eb0e commit db3de90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Commands/BuildCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ final class BuildCommand extends Command implements SignalableCommandInterface
4242
/**
4343
* Holds the configuration on is original state.
4444
*/
45-
private static string|null $config = null;
45+
private static ?string $config = null;
4646

4747
/**
4848
* Holds the box.json on is original state.
4949
*/
50-
private static string|null $box = null;
50+
private static ?string $box = null;
5151

5252
/**
5353
* Holds the command original output.

0 commit comments

Comments
 (0)