/
githubmirror
/
joomla-cms
Обзор
Документация
Войти
/
githubmirror
/
joomla-cms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.4-dev
build/phpstan/stubs/Language.stub
16 строк
284 B
Allon Moritz
[5.2] PHPStan integration (#43919)
15 авг 2024, 09:53
Не верифицирован
15 авг 2024, 09:53
5ae3ecd
Код
Авторство
О чём код?
<?php namespace Joomla\CMS\Language; class Language { /** * As the framework package has the _ function deprecated and the CMS one not, PHPStan will report it as deprecated. * We revert that. * * @not-deprecated * * @return string */ public function _(); }