Skip to content

Commit

Permalink
Merge pull request #6 from m0x72/patch-2
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
jefersondaniel committed Mar 18, 2016
2 parents 809a5a9 + 1f8af4a commit 542f23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SirenPHP/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function setProperties(array $properties) {
public function appendEntity(array $rel, BaseEntity $entity) {
foreach ($rel as $r) {
if (!is_string($r)) {
throw new \InvalidArgumentExcpetion('rel must be an array of strings')
throw new \InvalidArgumentExcpetion('rel must be an array of strings');
}
}
$copyEntity = clone $entity;
Expand Down

0 comments on commit 542f23b

Please sign in to comment.