scrutinizer-ci/scrutinizer

IntlCalendar and IntlTimeZone are unknown

Opened this issue · 1 comments

Even when Scrutinizer knows some of the PHP Intl-extension classes, it misses IntlCalendar and IntlTimeZone:

"The class IntlTimeZone does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"

"The class IntlCalendar does not exist. Is this class maybe located in a folder that is not analyzed, or in a newer version of your dependencies than listed in your composer.lock/composer.json?"

Both classes came with the Intl version shipped with PHP 5.5, which is the fallback PHP version in Scrutinizer.

Still an issue.