We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b1324 commit 9ca4d55Copy full SHA for 9ca4d55
src/Commands/BuildCommand.php
@@ -42,7 +42,7 @@ final class BuildCommand extends Command implements SignalableCommandInterface
42
protected $description = 'Build a single file executable';
43
44
/**
45
- * HHolds the configuration on is original state.
+ * Holds the configuration on is original state.
46
*/
47
private static ?string $config = null;
48
0 commit comments