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