Skip to content

Commit

Permalink
PHP code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Workflow committed Dec 11, 2020
1 parent 840a61c commit a70c35f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Object/CiteObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ public function getCite(): array
return $this->cite;
}

private function checkSiteLang(): void {
if(!$this->siteLang) {
private function checkSiteLang(): void
{
if (!$this->siteLang) {
$this->siteLang = "en";
}
}
Expand Down

0 comments on commit a70c35f

Please sign in to comment.