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

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

@thomas-kununu

Description

@thomas-kununu

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions