Skip to content

Commit

Permalink
fixed Zend_Validate_Barcode_IntelligentMail class name (#24)
Browse files Browse the repository at this point in the history
for psr-0 autoloading compatibility
  • Loading branch information
marcing committed Aug 26, 2020
1 parent 2ab441e commit 514800d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Validate_Barcode_IntelligentMail extends Zend_Validate_Barcode_AdapterAbstract
class Zend_Validate_Barcode_Intelligentmail extends Zend_Validate_Barcode_AdapterAbstract
{
/**
* Allowed barcode lengths
Expand Down

0 comments on commit 514800d

Please sign in to comment.