Skip to content

Commit 8698ae5

Browse files
committed
style: php-cs-fixer no IntegrationTestCase
1 parent 9eb468b commit 8698ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/IntegrationTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function setUp(): void
4343
}
4444

4545
$this->nfe = new Client(
46-
apiKey: $apiKey,
46+
apiKey: $apiKey,
4747
dataApiKey: getenv('NFE_SDK_E2E_DATA_API_KEY') ?: null,
4848
);
4949
$this->companyId = $companyId;

0 commit comments

Comments
 (0)