22240 Factory::getApplication()->getLanguage();
149s
22241 🪪 staticMethod.deprecated
149s
22242 ------ -----------------------------------------------------------------------
149s
22243
149s
22244 ------ -----------------------------------------------------------------------
149s
22245 Line plugins/system/debug/src/DataCollector/LanguageStringsCollector.php
149s
22246 ------ -----------------------------------------------------------------------
149s
22247 116 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
149s
22248 4.3 will be removed in 6.0
149s
22249 Use the language service in the DI container or get from
149s
22250 the application object
149s
22251 Example:
149s
22252 Factory::getApplication()->getLanguage();
149s
22253 🪪 staticMethod.deprecated
149s
22254 187 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
149s
22255 4.3 will be removed in 6.0
149s
22256 Use the language service in the DI container or get from
149s
22257 the application object
149s
22258 Example:
149s
22259 Factory::getApplication()->getLanguage();
149s
22260 🪪 staticMethod.deprecated
149s
22261 ------ -----------------------------------------------------------------------
149s
22262
149s
22263 ------ ------------------------------------------------------------------
149s
22264 Line plugins/system/debug/src/Storage/FileStorage.php
149s
22265 ------ ------------------------------------------------------------------
149s
22266 168 Call to deprecated method getUser() of class Joomla\CMS\Factory:
149s
22267 4.3 will be removed in 6.0
149s
22268 Load the user service from the dependency injection
149s
22269 container or get from the application object
149s
22270 Example:
149s
22271 Factory::getApplication()->getIdentity();
149s
22272 🪪 staticMethod.deprecated
149s
22273 ------ ------------------------------------------------------------------
149s
22274
149s
22275 ------ ----------------------------------------------------------------------
149s
22276 Line plugins/system/httpheaders/postinstall/introduction.php
149s
22277 ------ ----------------------------------------------------------------------
149s
22278 40 Call to deprecated method getDbo() of class Joomla\CMS\Factory:
149s
22279 4.3 will be removed in 6.0
149s
22280 Use the database service in the DI container
149s
22281 Example:
149s
22282 Factory::getContainer()->get(DatabaseInterface::class);
149s
22283 🪪 staticMethod.deprecated
149s
22284 ------ ----------------------------------------------------------------------
149s
22285
149s
22286 ------ ---------------------------------------------------------------------
149s
22287 Line plugins/system/jooa11y/src/Extension/Jooa11y.php
149s
22288 ------ ---------------------------------------------------------------------
149s
22289 202 Inner named functions are not supported by PHPStan. Consider
149s
22290 refactoring to an anonymous function, class method, or a
149s
22291 top-level-defined function. See issue #165
149s
22292 (https://github.com/phpstan/phpstan/issues/165) for more details.
149s
22293 🪪 function.inner
149s
22294 215 Function processProps not found.
149s
22295 🪪 function.notFound
149s
22296 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
149s
22297 216 Function processProps not found.
149s
22298 🪪 function.notFound
149s
22299 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
149s
22300 ------ ---------------------------------------------------------------------
149s
22301
149s
22302 ------ -----------------------------------------------------------------------
149s
22303 Line plugins/system/languagefilter/src/Extension/LanguageFilter.php
149s
22304 ------ -----------------------------------------------------------------------
149s
22305 529 Access to deprecated static property $language of class
149s
22306 Joomla\CMS\Factory:
149s
22307 4.3 will be removed in 6.0
149s
22308 Use the language service in the DI container or get from
149s
22309 the application object
149s
22310 Example:
149s
22311 Factory::getApplication()->getLanguage();
149s
22312 🪪 staticProperty.deprecated
149s
22313 795 Call to deprecated method register() of class JLoader:
149s
22314 4.3 will be removed in 6.0
149s
22315 Classes should be autoloaded. Use
149s
22316 JLoader::registerPrefix() or JLoader::registerNamespace() to
149s
22317 register an autoloader for your files.
149s
22318 🪪 staticMethod.deprecated
149s
22319 ------ -----------------------------------------------------------------------
149s
22320
149s
22321 ------ ----------------------------------------------------------------------------------------------------
149s
22322 Line plugins/system/stats/src/Extension/Stats.php
149s
22323 ------ ----------------------------------------------------------------------------------------------------
149s
22324 586 Call to deprecated method getInstance() of class
149s
22325 Joomla\CMS\Cache\Cache:
149s
22326 4.2 will be removed in 6.0
149s
22327 Use the cache controller factory instead
149s
22328 Example:
149s
22329 Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($type,
149s
22330 $options);
149s
22331 🪪 staticMethod.deprecated
149s
22332 ------ ----------------------------------------------------------------------------------------------------
149s
22333
149s
22334 ------ ---------------------------------------------------------------
149s
22335 Line plugins/system/webauthn/src/Authentication.php
149s
22336 ------ ---------------------------------------------------------------
149s
22337 193 Class Webauthn\AuthenticatorSelectionCriteria does not have a
149s
22338 constructor and must be instantiated without any parameters.
149s
22339 🪪 new.noConstructor
149s
22340 ------ ---------------------------------------------------------------
149s
22341
149s
22342 ------ ---------------------------------------------------------
149s
22343 Line plugins/system/webauthn/src/MetadataRepository.php
149s
22344 ------ ---------------------------------------------------------
149s
22345 129 Call to deprecated method forUnsecuredSigner() of class
149s
22346 Lcobucci\JWT\Configuration:
149s
22347 Deprecated since v4.3
149s
22348 🪪 staticMethod.deprecated
149s
22349 ------ ---------------------------------------------------------
149s
22350
149s
22351 ------ --------------------------------------------------------------------
149s
22352 Line plugins/system/webauthn/src/PluginTraits/UserProfileFields.php (in
149s
22353 context of class Joomla\Plugin\System\Webauthn\Extension\Webauthn)
149s
22354 ------ --------------------------------------------------------------------
149s
22355 178 Call to deprecated method register() of class
149s
22356 Joomla\CMS\HTML\HTMLHelper:
149s
22357 4.0 will be removed in 6.0
149s
22358 Use the service registry instead
149s
22359 HTMLHelper::getServiceRegistry()->register($key,
149s
22360 $function);
149s
22361 🪪 staticMethod.deprecated
149s
22362 ------ --------------------------------------------------------------------
149s
22363
149s
22364 ------ ---------------------------------------------------------------------
149s
22365 Line plugins/task/sitestatus/services/provider.php
149s
22366 ------ ---------------------------------------------------------------------
149s
22367 40 Instantiated class JConfig not found.
149s
22368 🪪 class.notFound
149s
22369 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
149s
22370 ------ ---------------------------------------------------------------------
149s
22371
149s
22372 ------ -----------------------------------------------------------------------
149s
22373 Line plugins/user/joomla/src/Extension/Joomla.php
149s
22374 ------ -----------------------------------------------------------------------
149s
22375 221 Access to deprecated static property $language of class
149s
22376 Joomla\CMS\Factory:
149s
22377 4.3 will be removed in 6.0
149s
22378 Use the language service in the DI container or get from
149s
22379 the application object
149s
22380 Example:
149s
22381 Factory::getApplication()->getLanguage();
149s
22382 🪪 staticProperty.deprecated
149s
22383 226 Access to deprecated static property $language of class
149s
22384 Joomla\CMS\Factory:
149s
22385 4.3 will be removed in 6.0
149s
22386 Use the language service in the DI container or get from
149s
22387 the application object
149s
22388 Example:
149s
22389 Factory::getApplication()->getLanguage();
149s
22390 🪪 staticProperty.deprecated
149s
22391 268 Access to deprecated static property $language of class
149s
22392 Joomla\CMS\Factory:
149s
22393 4.3 will be removed in 6.0
149s
22394 Use the language service in the DI container or get from
149s
22395 the application object
149s
22396 Example:
149s
22397 Factory::getApplication()->getLanguage();
149s
22398 🪪 staticProperty.deprecated
149s
22399 388 Call to deprecated method getSession() of class Joomla\CMS\Factory:
149s
22400 4.3 will be removed in 6.0
149s
22401 Use the session service in the DI container or get from
149s
22402 the application object
149s
22403 Example:
149s
22404 Factory::getApplication()->getSession();
149s
22405 🪪 staticMethod.deprecated
149s
22406 ------ -----------------------------------------------------------------------
149s
22407
149s
22408 ------ ---------------------------------------------------------------
149s
22409 Line plugins/user/profile/src/Extension/Profile.php
149s
22410 ------ ---------------------------------------------------------------
149s
22411 127 Call to deprecated method register() of class
149s
22412 Joomla\CMS\HTML\HTMLHelper:
149s
22413 4.0 will be removed in 6.0
149s
22414 Use the service registry instead
149s
22415 HTMLHelper::getServiceRegistry()->register($key,
149s
22416 $function);
149s
22417 🪪 staticMethod.deprecated
149s
22418 131 Call to deprecated method register() of class
149s
22419 Joomla\CMS\HTML\HTMLHelper:
149s
22420 4.0 will be removed in 6.0
149s
22421 Use the service registry instead
149s
22422 HTMLHelper::getServiceRegistry()->register($key,
149s
22423 $function);
149s
22424 🪪 staticMethod.deprecated
149s
22425 135 Call to deprecated method register() of class
149s
22426 Joomla\CMS\HTML\HTMLHelper:
149s
22427 4.0 will be removed in 6.0
149s
22428 Use the service registry instead
149s
22429 HTMLHelper::getServiceRegistry()->register($key,
149s
22430 $function);
149s
22431 🪪 staticMethod.deprecated
149s
22432 139 Call to deprecated method register() of class
149s
22433 Joomla\CMS\HTML\HTMLHelper:
149s
22434 4.0 will be removed in 6.0
149s
22435 Use the service registry instead
149s
22436 HTMLHelper::getServiceRegistry()->register($key,
149s
22437 $function);
149s
22438 🪪 staticMethod.deprecated
149s
22439 ------ ---------------------------------------------------------------
149s
22440
149s
22441 ------ -----------------------------------------------------------------------
149s
22442 Line plugins/user/profile/src/Field/TosField.php
149s
22443 ------ -----------------------------------------------------------------------
149s
22444 80 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
149s
22445 4.3 will be removed in 6.0
149s
22446 Use the language service in the DI container or get from
149s
22447 the application object
149s
22448 Example:
149s
22449 Factory::getApplication()->getLanguage();
149s
22450 🪪 staticMethod.deprecated
149s
22451 106 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
149s
22452 4.3 will be removed in 6.0
149s
22453 Use the language service in the DI container or get from
149s
22454 the application object
149s
22455 Example:
149s
22456 Factory::getApplication()->getLanguage();
149s
22457 🪪 staticMethod.deprecated
149s
22458 ------ -----------------------------------------------------------------------
149s
22459
149s
22460 ------ -----------------------------------------------------------------------
149s
22461 Line plugins/user/terms/src/Field/TermsField.php
149s
22462 ------ -----------------------------------------------------------------------
149s
22463 98 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
149s
22464 4.3 will be removed in 6.0
149s
22465 Use the language service in the DI container or get from
149s
22466 the application object
149s
22467 Example:
149s
22468 Factory::getApplication()->getLanguage();
149s
22469 🪪 staticMethod.deprecated
149s
22470 ------ -----------------------------------------------------------------------
149s
22471
149s
22472 ------ --------------------------------------------------------
149s
22473 Line plugins/workflow/featuring/src/Extension/Featuring.php
149s
22474 ------ --------------------------------------------------------
149s
22475 197 Call to deprecated method singularize() of class
149s
22476 Doctrine\Common\Inflector\Inflector.
149s
22477 🪪 staticMethod.deprecated
149s
22478 ------ --------------------------------------------------------
149s
22479
149s
22480 ------ ----------------------------------------------------------
149s
22481 Line plugins/workflow/publishing/src/Extension/Publishing.php
149s
22482 ------ ----------------------------------------------------------
149s
22483 213 Call to deprecated method singularize() of class
149s
22484 Doctrine\Common\Inflector\Inflector.
149s
22485 🪪 staticMethod.deprecated
149s
22486 ------ ----------------------------------------------------------
149s
22487
149s
22488 [ERROR] Found 3282 errors
149s
22489
149s