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 6d2ffa1 commit 824218dCopy full SHA for 824218d
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