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