Skip to content

Commit

Permalink
Update tests/Test/Prometheus/PDO/PdoCredentialsTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling authored Aug 5, 2024
1 parent 05b97d3 commit 1e06144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Test/Prometheus/PDO/PdoCredentialsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private function getEnvironmentWithDefault(string $name, ?string $default = null

private function getDsn(): string
{
return $this->getEnvironmentWithDefault('TEST_PDO_DSN', 'sqlite::memory:');
return $this->getEnvironmentWithDefault('TEST_PDO_DSN', 'sqlite::memory:'); /** @phpstan-ignore-line */
}

private function getUsername(): ?string
Expand Down

0 comments on commit 1e06144

Please sign in to comment.