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.
2 parents 6d2ffa1 + 824218d commit cd7ee2eCopy full SHA for cd7ee2e
tests/CommandTest.php
@@ -144,7 +144,7 @@ public function testBuildSetQuoteCharacter(): void
144
$command = $this->getNewCommand();
145
$command->addOption('-d', 'arbitrary');
146
147
- // default is singe
+ // default is single
148
$this->assertSame("curl -d 'arbitrary' http://example.com", $command->build());
149
150
$command->setQuoteCharacter(Command::QUOTE_DOUBLE);
0 commit comments