Skip to content

Commit 9ca4d55

Browse files
authored
Update BuildCommand.php
Fix double character
1 parent 77b1324 commit 9ca4d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BuildCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class BuildCommand extends Command implements SignalableCommandInterface
4242
protected $description = 'Build a single file executable';
4343

4444
/**
45-
* HHolds the configuration on is original state.
45+
* Holds the configuration on is original state.
4646
*/
4747
private static ?string $config = null;
4848

0 commit comments

Comments
 (0)