Skip to content

Commit

Permalink
feature/WKS-367: Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrv committed Oct 3, 2018
1 parent afb8110 commit d74343d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/CultureFeed/Cdb/Item/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public function setTagline($tagline)
*/
public function setExternalId($externalId)
{
$this->externalId = $externalId;
$this->externalId = $externalId;
}

/**
Expand All @@ -410,7 +410,7 @@ public function setExternalId($externalId)
*/
public function getExternalId()
{
return $this->externalId;
return $this->externalId;
}


Expand Down Expand Up @@ -576,6 +576,6 @@ public static function parseFromCdbXml(SimpleXMLElement $xmlElement)
// Set external id.
$page->setExternalId((string) $xmlElement->externalid);

return $page;
return $page;
}
}

0 comments on commit d74343d

Please sign in to comment.