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