Skip to content

Commit 75d2c6b

Browse files
Victor ThuillierVictor Thuillier
authored andcommitted
Removed .idea files
1 parent b78e037 commit 75d2c6b

File tree

9 files changed

+2
-493
lines changed

9 files changed

+2
-493
lines changed

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/async-aws.iml

Lines changed: 0 additions & 226 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 75 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/php.xml

Lines changed: 0 additions & 158 deletions
This file was deleted.

.idea/phpunit.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Service/BedrockRuntime/src/Result/InvokeModelResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function populateResult(Response $response): void
6060
{
6161
$headers = $response->getHeaders();
6262

63-
$this->contentType = $headers['content-type'][0] ?? null;
63+
$this->contentType = $headers['content-type'][0];
6464
$this->performanceConfigLatency = $headers['x-amzn-bedrock-performanceconfig-latency'][0] ?? null;
6565

6666
$this->body = $response->getContent();

src/Service/BedrockRuntime/tests/Integration/BedrockRuntimeClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testInvokeModel(): void
3434

3535
private function getClient(): BedrockRuntimeClient
3636
{
37-
self::markTestSkipped('There is no docker image available for CodeDeploy.');
37+
self::markTestSkipped('There is no docker image available for BedrockRuntime.');
3838

3939
return new BedrockRuntimeClient([
4040
'endpoint' => 'http://localhost',

0 commit comments

Comments
 (0)