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

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#7063-return-type-hin…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Dec 31, 2014
2 parents 88d5b41 + 5cde32d commit 5bd6ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Barcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static function factory(
* @param mixed $barcode String name of barcode class, or Traversable object, or barcode object.
* @param mixed $barcodeConfig OPTIONAL; an array or Traversable object with barcode parameters.
* @throws Exception\InvalidArgumentException
* @return Object
* @return Object\ObjectInterface
*/
public static function makeBarcode($barcode, $barcodeConfig = array())
{
Expand Down

0 comments on commit 5bd6ea6

Please sign in to comment.