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