23494 ------ ------------------------------------------------------------------
249s
23495 168 Call to deprecated method getUser() of class Joomla\CMS\Factory:
249s
23496 4.3 will be removed in 6.0
249s
23497 Load the user service from the dependency injection
249s
23498 container or get from the application object
249s
23499 Example:
249s
23500 Factory::getApplication()->getIdentity();
249s
23501 🪪 staticMethod.deprecated
249s
23502 ------ ------------------------------------------------------------------
249s
23503
249s
23504 ------ -----------------------------------------------------------------------
249s
23505 Line plugins/system/guidedtours/src/Extension/GuidedTours.php
249s
23506 ------ -----------------------------------------------------------------------
249s
23507 292 Parameter $item of method
249s
23508 Joomla\Plugin\System\GuidedTours\Extension\GuidedTours::processTour()
249s
23509 has typehint with deprecated class Joomla\CMS\Object\CMSObject:
249s
23510 4.3 will be removed in 6.0
249s
23511 Use \stdClass or \Joomla\Registry\Registry instead.
249s
23512 Example: new \Joomla\Registry\Registry();
249s
23513 🪪 parameter.deprecatedClass
249s
23514 ------ -----------------------------------------------------------------------
249s
23515
249s
23516 ------ ----------------------------------------------------------------------
249s
23517 Line plugins/system/httpheaders/postinstall/introduction.php
249s
23518 ------ ----------------------------------------------------------------------
249s
23519 40 Call to deprecated method getDbo() of class Joomla\CMS\Factory:
249s
23520 4.3 will be removed in 6.0
249s
23521 Use the database service in the DI container
249s
23522 Example:
249s
23523 Factory::getContainer()->get(DatabaseInterface::class);
249s
23524 🪪 staticMethod.deprecated
249s
23525 ------ ----------------------------------------------------------------------
249s
23526
249s
23527 ------ ---------------------------------------------------------------------
249s
23528 Line plugins/system/jooa11y/src/Extension/Jooa11y.php
249s
23529 ------ ---------------------------------------------------------------------
249s
23530 202 Inner named functions are not supported by PHPStan. Consider
249s
23531 refactoring to an anonymous function, class method, or a
249s
23532 top-level-defined function. See issue #165
249s
23533 (https://github.com/phpstan/phpstan/issues/165) for more details.
249s
23534 🪪 function.inner
249s
23535 215 Function processProps not found.
249s
23536 🪪 function.notFound
249s
23537 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
249s
23538 216 Function processProps not found.
249s
23539 🪪 function.notFound
249s
23540 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
249s
23541 ------ ---------------------------------------------------------------------
249s
23542
249s
23543 ------ -----------------------------------------------------------------------
249s
23544 Line plugins/system/languagefilter/src/Extension/LanguageFilter.php
249s
23545 ------ -----------------------------------------------------------------------
249s
23546 528 Access to deprecated static property $language of class
249s
23547 Joomla\CMS\Factory:
249s
23548 4.3 will be removed in 6.0
249s
23549 Use the language service in the DI container or get from
249s
23550 the application object
249s
23551 Example:
249s
23552 Factory::getApplication()->getLanguage();
249s
23553 🪪 staticProperty.deprecated
249s
23554 794 Call to deprecated method register() of class JLoader:
249s
23555 4.3 will be removed in 6.0
249s
23556 Classes should be autoloaded. Use
249s
23557 JLoader::registerPrefix() or JLoader::registerNamespace() to
249s
23558 register an autoloader for your files.
249s
23559 🪪 staticMethod.deprecated
249s
23560 ------ -----------------------------------------------------------------------
249s
23561
249s
23562 ------ ----------------------------------------------------------------------------------------------------
249s
23563 Line plugins/system/stats/src/Extension/Stats.php
249s
23564 ------ ----------------------------------------------------------------------------------------------------
249s
23565 586 Call to deprecated method getInstance() of class
249s
23566 Joomla\CMS\Cache\Cache:
249s
23567 4.2 will be removed in 6.0
249s
23568 Use the cache controller factory instead
249s
23569 Example:
249s
23570 Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($type,
249s
23571 $options);
249s
23572 🪪 staticMethod.deprecated
249s
23573 ------ ----------------------------------------------------------------------------------------------------
249s
23574
249s
23575 ------ ---------------------------------------------------------------
249s
23576 Line plugins/system/webauthn/src/Authentication.php
249s
23577 ------ ---------------------------------------------------------------
249s
23578 193 Class Webauthn\AuthenticatorSelectionCriteria does not have a
249s
23579 constructor and must be instantiated without any parameters.
249s
23580 🪪 new.noConstructor
249s
23581 ------ ---------------------------------------------------------------
249s
23582
249s
23583 ------ ---------------------------------------------------------
249s
23584 Line plugins/system/webauthn/src/MetadataRepository.php
249s
23585 ------ ---------------------------------------------------------
249s
23586 129 Call to deprecated method forUnsecuredSigner() of class
249s
23587 Lcobucci\JWT\Configuration:
249s
23588 Deprecated since v4.3
249s
23589 🪪 staticMethod.deprecated
249s
23590 ------ ---------------------------------------------------------
249s
23591
249s
23592 ------ --------------------------------------------------------------------
249s
23593 Line plugins/system/webauthn/src/PluginTraits/UserProfileFields.php (in
249s
23594 context of class Joomla\Plugin\System\Webauthn\Extension\Webauthn)
249s
23595 ------ --------------------------------------------------------------------
249s
23596 178 Call to deprecated method register() of class
249s
23597 Joomla\CMS\HTML\HTMLHelper:
249s
23598 4.0 will be removed in 6.0
249s
23599 Use the service registry instead
249s
23600 HTMLHelper::getServiceRegistry()->register($key,
249s
23601 $function);
249s
23602 🪪 staticMethod.deprecated
249s
23603 ------ --------------------------------------------------------------------
249s
23604
249s
23605 ------ ---------------------------------------------------------------------
249s
23606 Line plugins/task/sitestatus/services/provider.php
249s
23607 ------ ---------------------------------------------------------------------
249s
23608 40 Instantiated class JConfig not found.
249s
23609 🪪 class.notFound
249s
23610 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
249s
23611 ------ ---------------------------------------------------------------------
249s
23612
249s
23613 ------ --------------------------------------------------------------------------------------
249s
23614 Line plugins/task/updatenotification/src/Extension/UpdateNotification.php
249s
23615 ------ --------------------------------------------------------------------------------------
249s
23616 248 Call to deprecated method getInstance() of class
249s
23617 Joomla\CMS\Table\Table:
249s
23618 4.3 will be removed in 6.0
249s
23619 Use the MvcFactory instead
249s
23620 Example:
249s
23621 Factory::getApplication()->bootComponent('...')->getMVCFactory()->createTable($name,
249s
23622 $prefix, $config);
249s
23623 🪪 staticMethod.deprecated
249s
23624 ------ --------------------------------------------------------------------------------------
249s
23625
249s
23626 ------ -----------------------------------------------------------------------
249s
23627 Line plugins/user/joomla/src/Extension/Joomla.php
249s
23628 ------ -----------------------------------------------------------------------
249s
23629 221 Access to deprecated static property $language of class
249s
23630 Joomla\CMS\Factory:
249s
23631 4.3 will be removed in 6.0
249s
23632 Use the language service in the DI container or get from
249s
23633 the application object
249s
23634 Example:
249s
23635 Factory::getApplication()->getLanguage();
249s
23636 🪪 staticProperty.deprecated
249s
23637 226 Access to deprecated static property $language of class
249s
23638 Joomla\CMS\Factory:
249s
23639 4.3 will be removed in 6.0
249s
23640 Use the language service in the DI container or get from
249s
23641 the application object
249s
23642 Example:
249s
23643 Factory::getApplication()->getLanguage();
249s
23644 🪪 staticProperty.deprecated
249s
23645 268 Access to deprecated static property $language of class
249s
23646 Joomla\CMS\Factory:
249s
23647 4.3 will be removed in 6.0
249s
23648 Use the language service in the DI container or get from
249s
23649 the application object
249s
23650 Example:
249s
23651 Factory::getApplication()->getLanguage();
249s
23652 🪪 staticProperty.deprecated
249s
23653 388 Call to deprecated method getSession() of class Joomla\CMS\Factory:
249s
23654 4.3 will be removed in 6.0
249s
23655 Use the session service in the DI container or get from
249s
23656 the application object
249s
23657 Example:
249s
23658 Factory::getApplication()->getSession();
249s
23659 🪪 staticMethod.deprecated
249s
23660 ------ -----------------------------------------------------------------------
249s
23661
249s
23662 ------ ---------------------------------------------------------------
249s
23663 Line plugins/user/profile/src/Extension/Profile.php
249s
23664 ------ ---------------------------------------------------------------
249s
23665 127 Call to deprecated method register() of class
249s
23666 Joomla\CMS\HTML\HTMLHelper:
249s
23667 4.0 will be removed in 6.0
249s
23668 Use the service registry instead
249s
23669 HTMLHelper::getServiceRegistry()->register($key,
249s
23670 $function);
249s
23671 🪪 staticMethod.deprecated
249s
23672 131 Call to deprecated method register() of class
249s
23673 Joomla\CMS\HTML\HTMLHelper:
249s
23674 4.0 will be removed in 6.0
249s
23675 Use the service registry instead
249s
23676 HTMLHelper::getServiceRegistry()->register($key,
249s
23677 $function);
249s
23678 🪪 staticMethod.deprecated
249s
23679 135 Call to deprecated method register() of class
249s
23680 Joomla\CMS\HTML\HTMLHelper:
249s
23681 4.0 will be removed in 6.0
249s
23682 Use the service registry instead
249s
23683 HTMLHelper::getServiceRegistry()->register($key,
249s
23684 $function);
249s
23685 🪪 staticMethod.deprecated
249s
23686 139 Call to deprecated method register() of class
249s
23687 Joomla\CMS\HTML\HTMLHelper:
249s
23688 4.0 will be removed in 6.0
249s
23689 Use the service registry instead
249s
23690 HTMLHelper::getServiceRegistry()->register($key,
249s
23691 $function);
249s
23692 🪪 staticMethod.deprecated
249s
23693 ------ ---------------------------------------------------------------
249s
23694
249s
23695 ------ -----------------------------------------------------------------------
249s
23696 Line plugins/user/profile/src/Field/TosField.php
249s
23697 ------ -----------------------------------------------------------------------
249s
23698 80 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
249s
23699 4.3 will be removed in 6.0
249s
23700 Use the language service in the DI container or get from
249s
23701 the application object
249s
23702 Example:
249s
23703 Factory::getApplication()->getLanguage();
249s
23704 🪪 staticMethod.deprecated
249s
23705 106 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
249s
23706 4.3 will be removed in 6.0
249s
23707 Use the language service in the DI container or get from
249s
23708 the application object
249s
23709 Example:
249s
23710 Factory::getApplication()->getLanguage();
249s
23711 🪪 staticMethod.deprecated
249s
23712 ------ -----------------------------------------------------------------------
249s
23713
249s
23714 ------ -----------------------------------------------------------------------
249s
23715 Line plugins/user/terms/src/Field/TermsField.php
249s
23716 ------ -----------------------------------------------------------------------
249s
23717 98 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
249s
23718 4.3 will be removed in 6.0
249s
23719 Use the language service in the DI container or get from
249s
23720 the application object
249s
23721 Example:
249s
23722 Factory::getApplication()->getLanguage();
249s
23723 🪪 staticMethod.deprecated
249s
23724 ------ -----------------------------------------------------------------------
249s
23725
249s
23726 ------ --------------------------------------------------------
249s
23727 Line plugins/workflow/featuring/src/Extension/Featuring.php
249s
23728 ------ --------------------------------------------------------
249s
23729 197 Call to deprecated method singularize() of class
249s
23730 Doctrine\Common\Inflector\Inflector.
249s
23731 🪪 staticMethod.deprecated
249s
23732 ------ --------------------------------------------------------
249s
23733
249s
23734 ------ ----------------------------------------------------------
249s
23735 Line plugins/workflow/publishing/src/Extension/Publishing.php
249s
23736 ------ ----------------------------------------------------------
249s
23737 213 Call to deprecated method singularize() of class
249s
23738 Doctrine\Common\Inflector\Inflector.
249s
23739 🪪 staticMethod.deprecated
249s
23740 ------ ----------------------------------------------------------
249s
23741
249s
23742 [ERROR] Found 3424 errors
249s
23743
249s