Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 2b1020b

Browse files
authored
Merge pull request #4 from keithbrink/analysis-XlaayO
Apply fixes from StyleCI
2 parents 6be1b52 + deebcd4 commit 2b1020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AmazonCore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ protected function checkResponse($r)
399399
public function setConfig($config)
400400
{
401401
if (!$this->validateAndSetConfig($config)) {
402-
throw new \Exception("Configuration values not set correctly. See log for details.");
402+
throw new \Exception('Configuration values not set correctly. See log for details.');
403403
}
404404
}
405405

0 commit comments

Comments
 (0)