--- a/web/lib/Zend/Validate/Barcode/AdapterInterface.php Thu May 07 15:10:09 2015 +0200
+++ b/web/lib/Zend/Validate/Barcode/AdapterInterface.php Thu May 07 15:16:02 2015 +0200
@@ -14,15 +14,15 @@
*
* @category Zend
* @package Zend_Validate
- * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: AdapterInterface.php 24593 2012-01-05 20:35:02Z matthew $
+ * @version $Id$
*/
/**
* @category Zend
* @package Zend_Validate
- * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
interface Zend_Validate_Barcode_AdapterInterface
@@ -62,7 +62,7 @@
* Sets the checksum validation
*
* @param boolean $check
- * @return Zend_Validate_Barcode_Adapter Provides fluid interface
+ * @return Zend_Validate_Barcode_Adapter Provides a fluent interface
*/
public function setCheck($check);
}