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