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