Skip to content

Commit

Permalink
Fix CS, blank line before return
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed Sep 15, 2012
1 parent 78f7044 commit f130d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sslurp/CaRootPemBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function getContent()
if ($this->pemContent === null) {
$this->pemContent = $this->getUpdatedCaRootBundle();
}

return $this->pemContent;
}

Expand Down

0 comments on commit f130d5d

Please sign in to comment.