Skip to content

Commit

Permalink
Fix inconsist @var PhpDoc in AbstractClient
Browse files Browse the repository at this point in the history
  • Loading branch information
hacfi committed Apr 21, 2015
1 parent c802868 commit 97d8bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aws/Common/Client/AbstractClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function setRegion($region)
// Update the signature if necessary
$signature = $this->getSignature();
if ($signature instanceof EndpointSignatureInterface) {
/** @var $signature EndpointSignatureInterface */
/** @var EndpointSignatureInterface $signature */
$signature->setRegionName($region);
}

Expand Down

0 comments on commit 97d8bde

Please sign in to comment.