23624 ------ ------------------------------------------------------------------
132s
23625 168 Call to deprecated method getUser() of class Joomla\CMS\Factory:
132s
23626 4.3 will be removed in 6.0
132s
23627 Load the user service from the dependency injection
132s
23628 container or get from the application object
132s
23629 Example:
132s
23630 Factory::getApplication()->getIdentity();
132s
23631 🪪 staticMethod.deprecated
132s
23632 ------ ------------------------------------------------------------------
132s
23633
132s
23634 ------ -----------------------------------------------------------------------
132s
23635 Line plugins/system/guidedtours/src/Extension/GuidedTours.php
132s
23636 ------ -----------------------------------------------------------------------
132s
23637 292 Parameter $item of method
132s
23638 Joomla\Plugin\System\GuidedTours\Extension\GuidedTours::processTour()
132s
23639 has typehint with deprecated class Joomla\CMS\Object\CMSObject:
132s
23640 4.3 will be removed in 6.0
132s
23641 Use \stdClass or \Joomla\Registry\Registry instead.
132s
23642 Example: new \Joomla\Registry\Registry();
132s
23643 🪪 parameter.deprecatedClass
132s
23644 ------ -----------------------------------------------------------------------
132s
23645
132s
23646 ------ ----------------------------------------------------------------------
132s
23647 Line plugins/system/httpheaders/postinstall/introduction.php
132s
23648 ------ ----------------------------------------------------------------------
132s
23649 40 Call to deprecated method getDbo() of class Joomla\CMS\Factory:
132s
23650 4.3 will be removed in 6.0
132s
23651 Use the database service in the DI container
132s
23652 Example:
132s
23653 Factory::getContainer()->get(DatabaseInterface::class);
132s
23654 🪪 staticMethod.deprecated
132s
23655 ------ ----------------------------------------------------------------------
132s
23656
132s
23657 ------ ---------------------------------------------------------------------
132s
23658 Line plugins/system/jooa11y/src/Extension/Jooa11y.php
132s
23659 ------ ---------------------------------------------------------------------
132s
23660 202 Inner named functions are not supported by PHPStan. Consider
132s
23661 refactoring to an anonymous function, class method, or a
132s
23662 top-level-defined function. See issue #165
132s
23663 (https://github.com/phpstan/phpstan/issues/165) for more details.
132s
23664 🪪 function.inner
132s
23665 215 Function processProps not found.
132s
23666 🪪 function.notFound
132s
23667 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
132s
23668 216 Function processProps not found.
132s
23669 🪪 function.notFound
132s
23670 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
132s
23671 ------ ---------------------------------------------------------------------
132s
23672
132s
23673 ------ -----------------------------------------------------------------------
132s
23674 Line plugins/system/languagefilter/src/Extension/LanguageFilter.php
132s
23675 ------ -----------------------------------------------------------------------
132s
23676 521 Access to deprecated static property $language of class
132s
23677 Joomla\CMS\Factory:
132s
23678 4.3 will be removed in 6.0
132s
23679 Use the language service in the DI container or get from
132s
23680 the application object
132s
23681 Example:
132s
23682 Factory::getApplication()->getLanguage();
132s
23683 🪪 staticProperty.deprecated
132s
23684 772 Call to deprecated method register() of class JLoader:
132s
23685 4.3 will be removed in 6.0
132s
23686 Classes should be autoloaded. Use
132s
23687 JLoader::registerPrefix() or JLoader::registerNamespace() to
132s
23688 register an autoloader for your files.
132s
23689 🪪 staticMethod.deprecated
132s
23690 ------ -----------------------------------------------------------------------
132s
23691
132s
23692 ------ ----------------------------------------------------------------------------------------------------
132s
23693 Line plugins/system/stats/src/Extension/Stats.php
132s
23694 ------ ----------------------------------------------------------------------------------------------------
132s
23695 586 Call to deprecated method getInstance() of class
132s
23696 Joomla\CMS\Cache\Cache:
132s
23697 4.2 will be removed in 6.0
132s
23698 Use the cache controller factory instead
132s
23699 Example:
132s
23700 Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($type,
132s
23701 $options);
132s
23702 🪪 staticMethod.deprecated
132s
23703 ------ ----------------------------------------------------------------------------------------------------
132s
23704
132s
23705 ------ ---------------------------------------------------------------
132s
23706 Line plugins/system/webauthn/src/Authentication.php
132s
23707 ------ ---------------------------------------------------------------
132s
23708 193 Class Webauthn\AuthenticatorSelectionCriteria does not have a
132s
23709 constructor and must be instantiated without any parameters.
132s
23710 🪪 new.noConstructor
132s
23711 ------ ---------------------------------------------------------------
132s
23712
132s
23713 ------ ---------------------------------------------------------
132s
23714 Line plugins/system/webauthn/src/MetadataRepository.php
132s
23715 ------ ---------------------------------------------------------
132s
23716 129 Call to deprecated method forUnsecuredSigner() of class
132s
23717 Lcobucci\JWT\Configuration:
132s
23718 Deprecated since v4.3
132s
23719 🪪 staticMethod.deprecated
132s
23720 ------ ---------------------------------------------------------
132s
23721
132s
23722 ------ --------------------------------------------------------------------
132s
23723 Line plugins/system/webauthn/src/PluginTraits/UserProfileFields.php (in
132s
23724 context of class Joomla\Plugin\System\Webauthn\Extension\Webauthn)
132s
23725 ------ --------------------------------------------------------------------
132s
23726 178 Call to deprecated method register() of class
132s
23727 Joomla\CMS\HTML\HTMLHelper:
132s
23728 4.0 will be removed in 6.0
132s
23729 Use the service registry instead
132s
23730 HTMLHelper::getServiceRegistry()->register($key,
132s
23731 $function);
132s
23732 🪪 staticMethod.deprecated
132s
23733 ------ --------------------------------------------------------------------
132s
23734
132s
23735 ------ ---------------------------------------------------------------------
132s
23736 Line plugins/task/sitestatus/services/provider.php
132s
23737 ------ ---------------------------------------------------------------------
132s
23738 40 Instantiated class JConfig not found.
132s
23739 🪪 class.notFound
132s
23740 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
132s
23741 ------ ---------------------------------------------------------------------
132s
23742
132s
23743 ------ --------------------------------------------------------------------------------------
132s
23744 Line plugins/task/updatenotification/src/Extension/UpdateNotification.php
132s
23745 ------ --------------------------------------------------------------------------------------
132s
23746 248 Call to deprecated method getInstance() of class
132s
23747 Joomla\CMS\Table\Table:
132s
23748 4.3 will be removed in 6.0
132s
23749 Use the MvcFactory instead
132s
23750 Example:
132s
23751 Factory::getApplication()->bootComponent('...')->getMVCFactory()->createTable($name,
132s
23752 $prefix, $config);
132s
23753 🪪 staticMethod.deprecated
132s
23754 ------ --------------------------------------------------------------------------------------
132s
23755
132s
23756 ------ -----------------------------------------------------------------------
132s
23757 Line plugins/user/joomla/src/Extension/Joomla.php
132s
23758 ------ -----------------------------------------------------------------------
132s
23759 221 Access to deprecated static property $language of class
132s
23760 Joomla\CMS\Factory:
132s
23761 4.3 will be removed in 6.0
132s
23762 Use the language service in the DI container or get from
132s
23763 the application object
132s
23764 Example:
132s
23765 Factory::getApplication()->getLanguage();
132s
23766 🪪 staticProperty.deprecated
132s
23767 226 Access to deprecated static property $language of class
132s
23768 Joomla\CMS\Factory:
132s
23769 4.3 will be removed in 6.0
132s
23770 Use the language service in the DI container or get from
132s
23771 the application object
132s
23772 Example:
132s
23773 Factory::getApplication()->getLanguage();
132s
23774 🪪 staticProperty.deprecated
132s
23775 268 Access to deprecated static property $language of class
132s
23776 Joomla\CMS\Factory:
132s
23777 4.3 will be removed in 6.0
132s
23778 Use the language service in the DI container or get from
132s
23779 the application object
132s
23780 Example:
132s
23781 Factory::getApplication()->getLanguage();
132s
23782 🪪 staticProperty.deprecated
132s
23783 388 Call to deprecated method getSession() of class Joomla\CMS\Factory:
132s
23784 4.3 will be removed in 6.0
132s
23785 Use the session service in the DI container or get from
132s
23786 the application object
132s
23787 Example:
132s
23788 Factory::getApplication()->getSession();
132s
23789 🪪 staticMethod.deprecated
132s
23790 ------ -----------------------------------------------------------------------
132s
23791
132s
23792 ------ ---------------------------------------------------------------
132s
23793 Line plugins/user/profile/src/Extension/Profile.php
132s
23794 ------ ---------------------------------------------------------------
132s
23795 127 Call to deprecated method register() of class
132s
23796 Joomla\CMS\HTML\HTMLHelper:
132s
23797 4.0 will be removed in 6.0
132s
23798 Use the service registry instead
132s
23799 HTMLHelper::getServiceRegistry()->register($key,
132s
23800 $function);
132s
23801 🪪 staticMethod.deprecated
132s
23802 131 Call to deprecated method register() of class
132s
23803 Joomla\CMS\HTML\HTMLHelper:
132s
23804 4.0 will be removed in 6.0
132s
23805 Use the service registry instead
132s
23806 HTMLHelper::getServiceRegistry()->register($key,
132s
23807 $function);
132s
23808 🪪 staticMethod.deprecated
132s
23809 135 Call to deprecated method register() of class
132s
23810 Joomla\CMS\HTML\HTMLHelper:
132s
23811 4.0 will be removed in 6.0
132s
23812 Use the service registry instead
132s
23813 HTMLHelper::getServiceRegistry()->register($key,
132s
23814 $function);
132s
23815 🪪 staticMethod.deprecated
132s
23816 139 Call to deprecated method register() of class
132s
23817 Joomla\CMS\HTML\HTMLHelper:
132s
23818 4.0 will be removed in 6.0
132s
23819 Use the service registry instead
132s
23820 HTMLHelper::getServiceRegistry()->register($key,
132s
23821 $function);
132s
23822 🪪 staticMethod.deprecated
132s
23823 ------ ---------------------------------------------------------------
132s
23824
132s
23825 ------ -----------------------------------------------------------------------
132s
23826 Line plugins/user/profile/src/Field/TosField.php
132s
23827 ------ -----------------------------------------------------------------------
132s
23828 80 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
132s
23829 4.3 will be removed in 6.0
132s
23830 Use the language service in the DI container or get from
132s
23831 the application object
132s
23832 Example:
132s
23833 Factory::getApplication()->getLanguage();
132s
23834 🪪 staticMethod.deprecated
132s
23835 106 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
132s
23836 4.3 will be removed in 6.0
132s
23837 Use the language service in the DI container or get from
132s
23838 the application object
132s
23839 Example:
132s
23840 Factory::getApplication()->getLanguage();
132s
23841 🪪 staticMethod.deprecated
132s
23842 ------ -----------------------------------------------------------------------
132s
23843
132s
23844 ------ -----------------------------------------------------------------------
132s
23845 Line plugins/user/terms/src/Field/TermsField.php
132s
23846 ------ -----------------------------------------------------------------------
132s
23847 98 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
132s
23848 4.3 will be removed in 6.0
132s
23849 Use the language service in the DI container or get from
132s
23850 the application object
132s
23851 Example:
132s
23852 Factory::getApplication()->getLanguage();
132s
23853 🪪 staticMethod.deprecated
132s
23854 ------ -----------------------------------------------------------------------
132s
23855
132s
23856 ------ --------------------------------------------------------
132s
23857 Line plugins/workflow/featuring/src/Extension/Featuring.php
132s
23858 ------ --------------------------------------------------------
132s
23859 197 Call to deprecated method singularize() of class
132s
23860 Doctrine\Common\Inflector\Inflector.
132s
23861 🪪 staticMethod.deprecated
132s
23862 ------ --------------------------------------------------------
132s
23863
132s
23864 ------ ----------------------------------------------------------
132s
23865 Line plugins/workflow/publishing/src/Extension/Publishing.php
132s
23866 ------ ----------------------------------------------------------
132s
23867 213 Call to deprecated method singularize() of class
132s
23868 Doctrine\Common\Inflector\Inflector.
132s
23869 🪪 staticMethod.deprecated
132s
23870 ------ ----------------------------------------------------------
132s
23871
132s
23872 [ERROR] Found 3447 errors
132s
23873
132s