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