Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Zend_Locale_Format::_getEncoding() is missing a return statement #390

Closed
thomas-kununu opened this issue Jun 25, 2014 · 0 comments
Closed
Assignees
Milestone

Comments

@thomas-kununu
Copy link

This method should definitely have a return statement:

protected static function _getEncoding()
{
    $oenc = PHP_VERSION_ID < 50600
        ? iconv_get_encoding('internal_encoding')
        : ini_get('default_charset');
}

See pull request #389

@froschdesign froschdesign added this to the 1.12.8 milestone Jun 25, 2014
@froschdesign froschdesign self-assigned this Jun 25, 2014
xopherdeep pushed a commit to xopherdeep/Zend-Framework-v1 that referenced this issue Jul 3, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants