Skip to content

Commit

Permalink
Correct file case
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Feb 17, 2022
1 parent c13cde5 commit d04c933
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/Zend/Validate/Barcode/Intelligentmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/**
* @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
2 changes: 1 addition & 1 deletion tests/Zend/Application/Resource/UseragentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
require_once 'Zend/Loader/Autoloader.php';
require_once 'Zend/Application/Resource/ResourceAbstract.php';
require_once 'Zend/Application/Resource/Useragent.php';
require_once 'Zend/Application/Resource/UserAgent.php';

/**
* @license http://framework.zend.com/license/new-bsd New BSD License
Expand Down

0 comments on commit d04c933

Please sign in to comment.