We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ad876 commit 8b6e0daCopy full SHA for 8b6e0da
tests/Unit/CodeBuildClientTest.php
@@ -34,7 +34,6 @@ public function testStartBuild(): void
34
35
$input = new StartBuildInput([
36
'projectName' => 'change me',
37
-
38
]);
39
$result = $client->startBuild($input);
40
0 commit comments