Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2153 from PHPGangsta/f…
Browse files Browse the repository at this point in the history
…ixes/phpdocClassesAndNamespaces

added @return where missing
  • Loading branch information
Maks3w committed Aug 11, 2012
2 parents c127652 + 993de3e commit 34dd90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Object/AbstractObject.php
Expand Up @@ -539,6 +539,7 @@ public function getText()
* Automatically add leading zeros if barcode length is fixed
* @param string $text
* @param boolean $withoutChecksum
* @return string
*/
protected function addLeadingZeros($text, $withoutChecksum = false)
{
Expand Down
1 change: 1 addition & 0 deletions src/Renderer/AbstractRenderer.php
Expand Up @@ -203,6 +203,7 @@ public function getLeftOffset()
/**
* Activate/Deactivate the automatic rendering of exception
* @param boolean $value
* @return AbstractRenderer
*/
public function setAutomaticRenderError($value)
{
Expand Down

0 comments on commit 34dd90e

Please sign in to comment.