From 5cde32dbe4114ebae827c8eb7f217cd2b31ea8f0 Mon Sep 17 00:00:00 2001 From: Oskar Bley Date: Sun, 21 Dec 2014 15:36:37 +0100 Subject: [PATCH] PhpDoc: fix invalid return types --- src/Barcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Barcode.php b/src/Barcode.php index b2176b4..0c60ed7 100644 --- a/src/Barcode.php +++ b/src/Barcode.php @@ -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()) {