23712 🪪 function.inner
70s
23713 215 Function processProps not found.
70s
23714 🪪 function.notFound
70s
23715 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
70s
23716 216 Function processProps not found.
70s
23717 🪪 function.notFound
70s
23718 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
70s
23719 ------ ----------------------------------------------------------------------
70s
23720
70s
23721 ------ -----------------------------------------------------------------------
70s
23722 Line plugins/system/languagefilter/src/Extension/LanguageFilter.php
70s
23723 ------ -----------------------------------------------------------------------
70s
23724 528 Access to deprecated static property $language of class
70s
23725 Joomla\CMS\Factory:
70s
23726 4.3 will be removed in 6.0
70s
23727 Use the language service in the DI container or get from
70s
23728 the application object
70s
23729 Example:
70s
23730 Factory::getApplication()->getLanguage();
70s
23731 🪪 staticProperty.deprecated
70s
23732 794 Call to deprecated method register() of class JLoader:
70s
23733 4.3 will be removed in 6.0
70s
23734 Classes should be autoloaded. Use
70s
23735 JLoader::registerPrefix() or JLoader::registerNamespace() to
70s
23736 register an autoloader for your files.
70s
23737 🪪 staticMethod.deprecated
70s
23738 ------ -----------------------------------------------------------------------
70s
23739
70s
23740 ------ ----------------------------------------------------------------------
70s
23741 Line plugins/system/schemaorg/src/Extension/Schemaorg.php
70s
23742 ------ ----------------------------------------------------------------------
70s
23743 120 Call to deprecated method getDispatcher() of class
70s
23744 Joomla\Plugin\System\Schemaorg\Extension\Schemaorg:
70s
23745 5.2 will be removed in 7.0
70s
23746 Plugin should implement DispatcherAwareInterface on its
70s
23747 own, when it is needed.
70s
23748 🪪 method.deprecated
70s
23749 177 Call to deprecated method getDispatcher() of class
70s
23750 Joomla\Plugin\System\Schemaorg\Extension\Schemaorg:
70s
23751 5.2 will be removed in 7.0
70s
23752 Plugin should implement DispatcherAwareInterface on its
70s
23753 own, when it is needed.
70s
23754 🪪 method.deprecated
70s
23755 241 Call to deprecated method getDispatcher() of class
70s
23756 Joomla\Plugin\System\Schemaorg\Extension\Schemaorg:
70s
23757 5.2 will be removed in 7.0
70s
23758 Plugin should implement DispatcherAwareInterface on its
70s
23759 own, when it is needed.
70s
23760 🪪 method.deprecated
70s
23761 422 Call to deprecated method getDispatcher() of class
70s
23762 Joomla\Plugin\System\Schemaorg\Extension\Schemaorg:
70s
23763 5.2 will be removed in 7.0
70s
23764 Plugin should implement DispatcherAwareInterface on its
70s
23765 own, when it is needed.
70s
23766 🪪 method.deprecated
70s
23767 ------ ----------------------------------------------------------------------
70s
23768
70s
23769 ------ ----------------------------------------------------------------------
70s
23770 Line plugins/system/shortcut/src/Extension/Shortcut.php
70s
23771 ------ ----------------------------------------------------------------------
70s
23772 93 Call to deprecated method getDispatcher() of class
70s
23773 Joomla\Plugin\System\Shortcut\Extension\Shortcut:
70s
23774 5.2 will be removed in 7.0
70s
23775 Plugin should implement DispatcherAwareInterface on its
70s
23776 own, when it is needed.
70s
23777 🪪 method.deprecated
70s
23778 ------ ----------------------------------------------------------------------
70s
23779
70s
23780 ------ ----------------------------------------------------------------------------------------------------
70s
23781 Line plugins/system/stats/src/Extension/Stats.php
70s
23782 ------ ----------------------------------------------------------------------------------------------------
70s
23783 586 Call to deprecated method getInstance() of class
70s
23784 Joomla\CMS\Cache\Cache:
70s
23785 4.2 will be removed in 6.0
70s
23786 Use the cache controller factory instead
70s
23787 Example:
70s
23788 Factory::getContainer()->get(CacheControllerFactoryInterface::class)->createCacheController($type,
70s
23789 $options);
70s
23790 🪪 staticMethod.deprecated
70s
23791 ------ ----------------------------------------------------------------------------------------------------
70s
23792
70s
23793 ------ ---------------------------------------------------------------
70s
23794 Line plugins/system/webauthn/src/Authentication.php
70s
23795 ------ ---------------------------------------------------------------
70s
23796 193 Class Webauthn\AuthenticatorSelectionCriteria does not have a
70s
23797 constructor and must be instantiated without any parameters.
70s
23798 🪪 new.noConstructor
70s
23799 ------ ---------------------------------------------------------------
70s
23800
70s
23801 ------ ---------------------------------------------------------
70s
23802 Line plugins/system/webauthn/src/MetadataRepository.php
70s
23803 ------ ---------------------------------------------------------
70s
23804 129 Call to deprecated method forUnsecuredSigner() of class
70s
23805 Lcobucci\JWT\Configuration:
70s
23806 Deprecated since v4.3
70s
23807 🪪 staticMethod.deprecated
70s
23808 ------ ---------------------------------------------------------
70s
23809
70s
23810 ------ --------------------------------------------------------------------
70s
23811 Line plugins/system/webauthn/src/PluginTraits/UserProfileFields.php (in
70s
23812 context of class Joomla\Plugin\System\Webauthn\Extension\Webauthn)
70s
23813 ------ --------------------------------------------------------------------
70s
23814 178 Call to deprecated method register() of class
70s
23815 Joomla\CMS\HTML\HTMLHelper:
70s
23816 4.0 will be removed in 6.0
70s
23817 Use the service registry instead
70s
23818 HTMLHelper::getServiceRegistry()->register($key,
70s
23819 $function);
70s
23820 🪪 staticMethod.deprecated
70s
23821 ------ --------------------------------------------------------------------
70s
23822
70s
23823 ------ ---------------------------------------------------------------------
70s
23824 Line plugins/task/sitestatus/services/provider.php
70s
23825 ------ ---------------------------------------------------------------------
70s
23826 40 Instantiated class JConfig not found.
70s
23827 🪪 class.notFound
70s
23828 💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
70s
23829 ------ ---------------------------------------------------------------------
70s
23830
70s
23831 ------ --------------------------------------------------------------------------------------
70s
23832 Line plugins/task/updatenotification/src/Extension/UpdateNotification.php
70s
23833 ------ --------------------------------------------------------------------------------------
70s
23834 248 Call to deprecated method getInstance() of class
70s
23835 Joomla\CMS\Table\Table:
70s
23836 4.3 will be removed in 6.0
70s
23837 Use the MvcFactory instead
70s
23838 Example:
70s
23839 Factory::getApplication()->bootComponent('...')->getMVCFactory()->createTable($name,
70s
23840 $prefix, $config);
70s
23841 🪪 staticMethod.deprecated
70s
23842 ------ --------------------------------------------------------------------------------------
70s
23843
70s
23844 ------ -----------------------------------------------------------------------
70s
23845 Line plugins/user/joomla/src/Extension/Joomla.php
70s
23846 ------ -----------------------------------------------------------------------
70s
23847 221 Access to deprecated static property $language of class
70s
23848 Joomla\CMS\Factory:
70s
23849 4.3 will be removed in 6.0
70s
23850 Use the language service in the DI container or get from
70s
23851 the application object
70s
23852 Example:
70s
23853 Factory::getApplication()->getLanguage();
70s
23854 🪪 staticProperty.deprecated
70s
23855 226 Access to deprecated static property $language of class
70s
23856 Joomla\CMS\Factory:
70s
23857 4.3 will be removed in 6.0
70s
23858 Use the language service in the DI container or get from
70s
23859 the application object
70s
23860 Example:
70s
23861 Factory::getApplication()->getLanguage();
70s
23862 🪪 staticProperty.deprecated
70s
23863 268 Access to deprecated static property $language of class
70s
23864 Joomla\CMS\Factory:
70s
23865 4.3 will be removed in 6.0
70s
23866 Use the language service in the DI container or get from
70s
23867 the application object
70s
23868 Example:
70s
23869 Factory::getApplication()->getLanguage();
70s
23870 🪪 staticProperty.deprecated
70s
23871 388 Call to deprecated method getSession() of class Joomla\CMS\Factory:
70s
23872 4.3 will be removed in 6.0
70s
23873 Use the session service in the DI container or get from
70s
23874 the application object
70s
23875 Example:
70s
23876 Factory::getApplication()->getSession();
70s
23877 🪪 staticMethod.deprecated
70s
23878 ------ -----------------------------------------------------------------------
70s
23879
70s
23880 ------ ---------------------------------------------------------------
70s
23881 Line plugins/user/profile/src/Extension/Profile.php
70s
23882 ------ ---------------------------------------------------------------
70s
23883 127 Call to deprecated method register() of class
70s
23884 Joomla\CMS\HTML\HTMLHelper:
70s
23885 4.0 will be removed in 6.0
70s
23886 Use the service registry instead
70s
23887 HTMLHelper::getServiceRegistry()->register($key,
70s
23888 $function);
70s
23889 🪪 staticMethod.deprecated
70s
23890 131 Call to deprecated method register() of class
70s
23891 Joomla\CMS\HTML\HTMLHelper:
70s
23892 4.0 will be removed in 6.0
70s
23893 Use the service registry instead
70s
23894 HTMLHelper::getServiceRegistry()->register($key,
70s
23895 $function);
70s
23896 🪪 staticMethod.deprecated
70s
23897 135 Call to deprecated method register() of class
70s
23898 Joomla\CMS\HTML\HTMLHelper:
70s
23899 4.0 will be removed in 6.0
70s
23900 Use the service registry instead
70s
23901 HTMLHelper::getServiceRegistry()->register($key,
70s
23902 $function);
70s
23903 🪪 staticMethod.deprecated
70s
23904 139 Call to deprecated method register() of class
70s
23905 Joomla\CMS\HTML\HTMLHelper:
70s
23906 4.0 will be removed in 6.0
70s
23907 Use the service registry instead
70s
23908 HTMLHelper::getServiceRegistry()->register($key,
70s
23909 $function);
70s
23910 🪪 staticMethod.deprecated
70s
23911 ------ ---------------------------------------------------------------
70s
23912
70s
23913 ------ -----------------------------------------------------------------------
70s
23914 Line plugins/user/profile/src/Field/TosField.php
70s
23915 ------ -----------------------------------------------------------------------
70s
23916 80 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
70s
23917 4.3 will be removed in 6.0
70s
23918 Use the language service in the DI container or get from
70s
23919 the application object
70s
23920 Example:
70s
23921 Factory::getApplication()->getLanguage();
70s
23922 🪪 staticMethod.deprecated
70s
23923 106 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
70s
23924 4.3 will be removed in 6.0
70s
23925 Use the language service in the DI container or get from
70s
23926 the application object
70s
23927 Example:
70s
23928 Factory::getApplication()->getLanguage();
70s
23929 🪪 staticMethod.deprecated
70s
23930 ------ -----------------------------------------------------------------------
70s
23931
70s
23932 ------ -----------------------------------------------------------------------
70s
23933 Line plugins/user/terms/src/Field/TermsField.php
70s
23934 ------ -----------------------------------------------------------------------
70s
23935 98 Call to deprecated method getLanguage() of class Joomla\CMS\Factory:
70s
23936 4.3 will be removed in 6.0
70s
23937 Use the language service in the DI container or get from
70s
23938 the application object
70s
23939 Example:
70s
23940 Factory::getApplication()->getLanguage();
70s
23941 🪪 staticMethod.deprecated
70s
23942 ------ -----------------------------------------------------------------------
70s
23943
70s
23944 ------ --------------------------------------------------------
70s
23945 Line plugins/workflow/featuring/src/Extension/Featuring.php
70s
23946 ------ --------------------------------------------------------
70s
23947 197 Call to deprecated method singularize() of class
70s
23948 Doctrine\Common\Inflector\Inflector.
70s
23949 🪪 staticMethod.deprecated
70s
23950 ------ --------------------------------------------------------
70s
23951
70s
23952 ------ ----------------------------------------------------------
70s
23953 Line plugins/workflow/publishing/src/Extension/Publishing.php
70s
23954 ------ ----------------------------------------------------------
70s
23955 213 Call to deprecated method singularize() of class
70s
23956 Doctrine\Common\Inflector\Inflector.
70s
23957 🪪 staticMethod.deprecated
70s
23958 ------ ----------------------------------------------------------
70s
23959
70s
23960 [ERROR] Found 3452 errors
70s
23961
70s