43m 24s
Feb 28, 2025, 8:02 AM

joomla-cms

[5.3] Remove unsed variable messages from enqueue messages (#42948) * Remove unsed variable * fix as reuested * Add a comment --------- Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com> Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com>

laoneo
laoneo
pushed
8a17a99d

Console Logs

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