Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency phpmd/phpmd to v2.15.0 #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpmd/phpmd (source) 2.2.1 -> 2.15.0 age adoption passing confidence

Release Notes

phpmd/phpmd (phpmd/phpmd)

v2.15.0

Compare Source

========================

v2.14.1

Compare Source

========================

  • Require pdepend/pdepend 2.15.1
    • Fixed #​1039 Re-allow empty compilation unit.
  • Fixed #​1037: Cache result also if there are no composer or baseline files.

v2.14.0

Compare Source

========================

v2.13.0

Compare Source

========================

v2.12.0

Compare Source

========================

  • Added composer/xdebug-handler 3 support #​930
  • Added GitHub action config for PHP 8.1 #​918 #​942
  • Fixed #​276 in #​833: Disallow capital letter at the beginning in CamelCasePropertyName rule.
  • Fixed typo in exclude-pattern.xml #​944

v2.11.1

Compare Source

========================

v2.11.0

Compare Source

========================

  • Added #​815 in #​817: Rule name in text output
  • Fixed #​884 in #​905: Avoid unused parameters on PHP 8: Constructor property
  • Fixed #​870 in #​906: False-positive message "Avoid using undefined variables" on a static variable
  • Fixed #​714 in #​781: static:: and self:: properties access

v2.10.2

Compare Source

========================

  • Added #​898 in #​902: Added newline for better ANSI output
  • Changed #​901 in #​903: Improve baseline basepath calculation
  • Fixed #​894: Fixed typo in DuplicatedArrayKey title incl. link
  • Fixed Update PHP Depend to the latest version, this fixed different PHP 8 options: #​889 #​893 #​896

v2.10.1

Compare Source

========================

  • Implemented #​885: Allowing 2.0 version of the composer/xdebug-handler

v2.10.0

Compare Source

========================

  • Added #​879: Documentation for Junit export with third party
  • Added #​836: Provide option to allow reference to a class in the root namespace without an import
  • Added #​856: Adds checkstyle compatible renderer, suitable for cs2pr or reviewdog
  • Added #​858 in #​865: Add SARIF renderer.
  • Added #​873 and #​876: Added option to baseline existing violations
  • Added #​861: Docs for GitHub renderer
  • Added #​868 In #​869: Option to ignore globally-namespaced classes from MissingImport
  • Added #​834 : Add "tool" property to main "pmd" tag in XML report
  • Fixed #​673 in #​782: Ignore dynamic class name from missing imports
  • Fixed #​577 in #​844: Recognize compact variables with double quotes
  • Fixed #​818 in #​822: Fix passing-by-reference detection
  • Fixed #​826 in #​827: Consider foreach exception only for direct children
  • Fixed #​851 in #​852: Fix multiple underscores in method name when allow-underscore-test is allowed
  • Fixed #​846 in #​847: Catch DevelopmentCodeFragment with fully qualified functions
  • Fixed #​829 in #​835: Fatal error while analyzing anonymous class
  • Fixed #​816 in #​818: Fixed undefined index referring
  • Changed #​786: Add convenience method AbstractNode::findChildrenOfTypeVariable()
  • Changed documentation: #​874 #​849 #​724
  • Changed #​514 in #​872: Change exit code on processing errors
  • Changed: Internal code improvement #​839 #​875 #​838 #​862 #​788 #​830
  • Changed #​848 #​864: Use GitHub actions
  • Deprecated: getIgnorePattern and setIgnorePattern on PHPMD\PHPMD see #​772

v2.9.1

Compare Source

========================

  • Fixed #​714: Improved static member detection
  • Fixed #​816: Fixed undefined index referring

v2.9.0

Compare Source

========================

  • Added #​496: Added rule for PHP's @​ operator
  • Added #​737: Allowed custom exclusion for StaticAccess by extending the class
  • Added #​749: Added allow-underscore option for CamelCaseParameterName & CamelCaseVariableName
  • Added #​747: Long variable subtract suffix
  • Added #​763 via #​765: Added rules LongClassName and ShortClassName
  • Fixed #​743: Output for version
  • Fixed #​754: Fixed #​720 undefined variable in foreach when passed by reference
  • Fixed #​764: Fixed #​718 Handle anonymous class in "undefined variable" rule
  • Fixed #​770: Fixed #​769 Handle deconstruction assignation for undefined variable
  • Fixed #​781: Fixed #​714 static:: and self:: properties access
  • Fixed #​784: Fixed #​672 Handle passing-by-reference in native PHP functions
  • Fixed #​793: Fixed #​580 Raise UnusedFormalParameter instead UnusedLocalVariable for unused closure parameter
  • Fixed #​794: Fixed #​540 Detect unused variable declared multiple times
  • Fixed #​805: Fixed #​802 Prevent an error with nested arrays
  • Fixed #​807: Fixed #​790 Fix for short variables rule inside foreach statements
  • Fixed #​809: Fixed #​808 Ignore rule path for suppression annotation
  • Updated different parts of the documentation. #​717 #​736 #​748 #​811
  • Changed: #​529 : Replaced HTML renderer with new "pretty HTML" renderer
  • Changed: #​806 : Changed #​44 Change private methods to protected in rules. Make rules extendable
  • Changed: Internal code improvement #​750 #​752 #​756 #​757 #​758 #​759 #​768 #​773 #​775 #​785 #​787 #​791 #​792
  • Deprecated all the PHPMD exceptions that aren't part of the PHPMD\Exceptions namespace. See #​775
A potential BC change:

With the clean-up in #​768 we have a potential BC break in an unsupported part that we want to give attention for.

The class aliases PHP_PMD_* used for PHPMD 1.x backwards PEAR compatibility were removed. If you happen to still depend on these, please adjust your code like so:

From PHP_PMD_[Component]_[Class]' to PHPMD\[Component]\[Class],
as in PHP_PMD_Renderer_HTMLRenderer' to PHPMD\Renderer\HTMLRenderer.
See #​768

v2.8.2

Compare Source

========================

  • Fixed #​732: Added __serialize and __unserialize to list of ignored methods for camelCase rule.

v2.8.1

Compare Source

========================

  • Fixed PHP 7.4 unit tests compatibility
  • Improved documentation
  • Automated website generation and PHAR publishing

v2.8.0

Compare Source

========================

  • Required at least pdepend/pdepend 2.6:
  • Added #​497: Undefined variable rule
  • Improved performances by disabling XDebug if in use
  • Added #​571: ignore-namespaces property to DevelopmentCodeFragment rule
  • Added #​595: Renderer which writes an ansi report string
  • Fixed #​657: IfStatementAssignment violation message
  • Optimized Composer autoloader when building Phar
  • Fixed #​661: IfStatementAssignment thrown incorrectly
  • Fixed #​676: Handle @​SuppressWarnings on each method for CountInLoop
  • Fixed #​659: PHP 7.4 compatibility for implode() usage

v2.7.0

Compare Source

========================

This is the first minor release of the new PHPMD maintainer team. It
contains all the new features, improvements and fixes from two and a
half years since 2.6.0. Please take note of a backwards incompatible
property renaming in the CouplingBetweenObjects rule.

  • Fixed #​482: Renamed minimum property to maximum in
    CouplingBetweenObjects rule (backwards incompatible) Fixed in commit
    #​9210116.
  • Fixed #​626: Fixed special characters escaping in violation
    description for XML output Fixed in commit #​5305f5b.
  • Fixed #​378: Fixed warning/error when trying to export to a
    non-existing path Fixed in commit #​67bd7c6.
  • Fixed #​575: Fixed UnusedFormalParameter false positive in string
    compound variable Fixed in commit #​8790cbb.
  • Fixed #​480: Fixed "Start tag expected, '<' not found" error Fixed in
    commit #​3e2e058.
  • Fixed #​494: Fixed UnusedPrivateField false positive Fixed in commit
    #​99f3ba9.
  • Fixed #​583: Changed LongNaming rule to apply on private fields too
    Fixed in commit #​42bf8ad.
  • Fixed #​598: Fixed a bug in the renderer auto-discovery Fixed in
    commit #cc06bfd.
  • Fixed #​572: Added support for both @​SuppressWarnings and
    @​suppressWarnings annotation cases Fixed in commit #bb2cfe9.
  • Fixed invalid "array of strings" type hints Fixed in commit
    #​16e4eda.
  • Fixed #​599: Fixed Composer package type Fixed in commit #​0ca4eff.
  • Fixed #​604: Renamed mikey179/vfsStream to mikey179/vfsstream to
    prevent Composer error Fixed in commit #f66247f.
  • Fixed #​632: Changed Scrutinizer CI settings to use local PHPUnit
    Fixed in commit #dfaa509.
  • Fixed #​633: Fixed AppVeyor CI build Fixed in commit #​40189f3.
  • Fixed #​609: Fixed main logo link in website build script Fixed in
    commit #f3b68be.
  • Fixed #​631: Fixed URL to "How to create a custom rule set"
    documentation page on website Fixed in commit #​3c5b534.
  • Fixed #​449: Improved code style Fixed in commit #​67cdab2.
  • Fixed #​447: Improved code style Fixed in commit #​3ef4ba8.
  • Fixed #​450: Improved code style Fixed in commit #​9525da7.
  • Fixed #​582: Fixed a typo in Clean Code Rules documentation Fixed in
    commit #​85e48ad.
  • Fixed #​567: Fixed a typo in Clean Code Rules documentation Fixed in
    commit #​175b08f.
  • Implemented #​472: Added rule for assignment within conditional
    (IfStatementAssignment) Implemented in commit #​716ecf5.
  • Implemented #​490: Added rule for count in loop (CountInLoop)
    Implemented in commit #​0e30d82.
  • Implemented #​484: Added rule for duplicated array key
    (DuplicatedArrayKey) Implemented in commit #a295850.
  • Implemented #​476: Added rule for empty catch block (EmptyCatchBlock)
    Implemented in commit #​4bc19bd.
  • Implemented #​636: Added rule for missing import (MissingImport)
    Implemented in commit #​3a82eab.
  • Implemented #​443: Added support for compound variables in
    UnusedLocalVariable rule Implemented in commit #c7009d5.
  • Implemented #​329: Added support to whitelist variables in the
    UnusedLocalVariable rule Implemented in commit #​55ca654.
  • Implemented #​478: Implemented renderer auto-discovery Implemented in
    commit #​91c4ca8.
  • Implemented #​405: Added JSON output format Implemented in commit
    #​7552089.
  • Implemented #​525: Added new options to CLI (min-priority,
    minimum-priority, report-file, input-file, not-strict) Implemented
    in commit #​71b52be.
  • Implemented #​579: Added support for setting the maximum execution
    priority through CLI (max-priority, maximum-priority,
    maximumpriority) Implemented in commit #​45de3be.
  • Implemented #​489: Added new predefined variables to
    AbstractLocalVariable rule Implemented in commit #​63047d9.
  • Implemented #​382: Changed TooManyMethods rule to ignore isser-,
    hasser-, wither-methods Implemented in commit #​609c6bb.
  • Implemented #​625: Fixed DuplicatedArrayKey rule to check only arrays
    with keys Implemented in commit #​43d4ed0.
  • Implemented #​528: Fixed Travis-CI build by temporarily removing PHP
    5.3 Implemented in commit #​0a69edf.
  • Implemented #​643: Fixed Travis-CI build to run PHP 5.3 and fixed 5.3
    compatibility Implemented in commit #​4a8a567.
  • Implemented #​475: Added tests that show support for chained methods
    (fluent interfaces) for UnusedPrivateMethod rule Implemented in
    commit #d5c1372.
  • Implemented #​495: Added test for SuppressWarnings for
    ExcessivePublicCount Implemented in commit #b1c15f8.
  • Implemented #​381: Added annotations to allow IDEs to reference
    correct classes Implemented in commit #​2dbae11.
  • Implemented #​639: Fixed arrays types to use standard type syntax
    Implemented in commit #​858c9fd.
  • Implemented #​640: Added type hint annotations Implemented in commit
    #d68e511.
  • Implemented #​481: Cleaned boc block comments Implemented in commit
    #​08a38d4.
  • Implemented #​491: Cleaned whitespaces Implemented in commit
    #dcdd61a.
  • Implemented #​477: Fixed code formatting Implemented in commit
    #​3c6b69b.
  • Implemented #​548: Updated PDepend to 2.5.2 Implemented in commit
    #f1c145e.
  • Implemented #​474: Dropped HHVM support Implemented in commit
    #​9f7b4d2.
  • Implemented #​458: Updated PHPCS dev dependency from 2.3.4 to 2.8.1
    Implemented in commit #f2ae09f.
  • Implemented #​458: Updated PHPCS & added Composer scripts Implemented
    in commit #​24ff5a9.
  • Implemented #​469: Updated Coding Standard command Implemented in
    commit #​9962dae.
  • Implemented #​627: Removed composer.lock Implemented in commit
    #​981c78f.
  • Implemented #​623: Extended test matrix & do only one job per build
    on Travis-CI Implemented in commit #a2c64bf.
  • Implemented #​617: Replaced Travis-CI build notification from IRC to
    the new Gitter core channel Implemented in commit #e1a4cd7.
  • Implemented #​620: Added PHPMD Gitter Community Channel notifications
    for Travis-CI Implemented in commit #f1c05bf.
  • Implemented #​459: Integrated Stickler CI Implemented in commit
    #d106330.
  • Implemented #​492: Adjusted Stickler-CI config for ignoring test
    resource files Implemented in commit #​9b18153.
  • Implemented #​460: Added ApiGen config file Implemented in commit
    #​4514235.
  • Implemented #​471: Modified default PHP installation directory to
    match Chocolatey package in AppVeyor CI config Implemented in commit
    #​2b55442.
  • Implemented #​552: Updated PHP in AppVeyor CI builds to 7.1
    Implemented in commit #​252b178.
  • Implemented #​605: Added a pure PHP build script to generate the
    website as static files Implemented in commit #​6f56a8f.
  • Implemented #​608: Updated the website build script to handle anchor
    links and to use direct links whenever possible Implemented in
    commit #​6cf7a2d.
  • Implemented #​483: Removed broken link to Web Content Viewer from
    website Implemented in commit #eeea9ee.
  • Implemented #​611: Removed section about commercial support from
    website Implemented in commit #​671760a.
  • Implemented #​612: Removed IRC, add Gitter & reword Support & Contact
    section from/on website Implemented in commit #​3e94d6b.
  • Implemented #​479: Replaced all file header doc blocks with uniform
    one Implemented in commit #fff046c.
  • Implemented #​470: Changed HTTP to HTTPS in some files Implemented in
    commit #​1ca30d0.
  • Implemented #​448: Switched from HTTP to HTTPS in some files
    Implemented in commit #​51eb887.
  • Implemented #​524: Switched from HTTP to HTTPS in resource file
    Implemented in commit #​409b276.
  • Implemented #​454: Switched from HTTP to HTTPS for test files
    Implemented in commit #f1c1426.
  • Implemented #​451: Switched from HTTP to HTTPS for main files
    Implemented in commit #​9a77c48.
  • Implemented #​455: Switched from HTTP to HTTPS for resource files
    Implemented in commit #b073ad2.
  • Implemented #​566: Added CLI usage example Implemented in commit
    #e12e59c.
  • Implemented #​621: Updated wording about PHPMD Implemented in commit
    #c116054.
  • Implemented #​606: Updated license according to BSD 3-clause template
    Implemented in commit #e850660.
  • Implemented #​469: Improved contributing guide for Linux / OS X users
    Implemented in commit #​63ff5bf.
  • Implemented #​383: Improved the ElseExpression description
    Implemented in commit #​6f02406.
  • Implemented #​565: Added example for modifying properties in a rule
    set Implemented in commit #​59551fc.
  • Implemented #​614: Removed API docs that do not exist anymore
    Implemented in commit #​7c8d9bc.
  • Implemented #​615: Added Gitter badge Implemented in commit #​8e1e9e8.
  • Implemented #​618: Added badges for the monthly and total downloads
    Implemented in commit #​1e86639.

v2.6.1

Compare Source

========================

This is the first release of the new maintainer team of PHPMD. It is a
re-tag of 2.6.0 but with PHAR build on Travis-CI and deployment to
GitHub releases.

  • Implemented #​616: Build the PHAR file on Travis-CI and publish it to
    GitHub releases Implemented in commit #​135327d.

v2.6.0

Compare Source

========================

This release incorporates several pending PRs. Beside that we have
rebased PHPMD on PDepend 2.5 which should complete support for PHP 7
language features.

  • Fixed #​345: Development Code Fragment feature is not working Fixed
    in commit #​1c0afd4.
  • Fixed #​384: use-statement for functions returns in:
    UnexpectedTokenException Fixed in commit #​1c0afd4.
  • Fixed #​409: Test for PHPMD or PMD on SuppressWarnings Fixed in
    commit #​147beb1.
  • Fixed #​418: Add missing link to TooManyPublicMethods rule in the
    rules document Fixed in commit #eccacb0.
  • Fixed #​419: Fix a link to github help because the link is broken
    Fixed in commit #​3c9ef0b.
  • Fixed #​426: Enable Windows Update service on AppVeyor Fixed in
    commit #​4bd2516.
  • Fixed #​429: Added ext-xml to require in composer.json file Fixed in
    commit #​0aecd07.
  • Fixed #​433: Mistake in documentation of CCN Fixed in commit
    #f686673.
  • Implemented #​379: Code cleaning. Implemented in commit #​902da6c.
  • Implemented #​412: Add .mailmap file to fix git shortlog Implemented
    in commit #​7fe3d6b.
  • Implemented #​416: Test against lowest possible dependencies
    Implemented in commit #d2b58b3.

v2.5.0

Compare Source

========================

This release closes several minor/major issues in PHPMD itself and it
bundles a new version of PDepend that also provides fixes for several
bugs.

  • Fixed #​386: English language fixes Fixed in commit #​2a31103.
  • Fixed #​395: Fix typo in rulesets/cleancode Fixed in commit #f6aa5be.
  • Fix copy & paste error Fixed in commit #c51ea72.
  • Fixed #​411: Unexpected token: list
  • Fixed #​389: Unexpected token: EMPTY
  • Implemented #​365: Remove the leading blank line from the
    TextRenderer Implemented in commit #ca59154.
  • Implemented #​380: add --ignore-exit-violations CLI flag to allow
    exit code 0 event if violation is found (will allow successful
    build for CI) Implemented in commit #​9f71d98.
  • Bump PHP dependency to 5.3.9 Implemented in commit #​540d61c.

v2.4.4

Compare Source

========================

Maintenance release with new PDepend version bundled

  • Fixed #​347: Fixed UnexpectedTokenException on null coalesce
    operator. Fixed in commit #​8e80aaa.

v2.4.3

Compare Source

v2.4.2

Compare Source

========================

  • Fixed #​261: Prove Issue 261 and added tests for
    CamelCaseVariableName Fixed in commit #​319b398.
  • Fixed #​328: Cannot create new nodes, when internal state is frozen.
    Fixed in commit #​2fd479b.
  • Fixed #​354: Replace plus by a dot as concat operator in filename
    creation. Fixed in commit #​6a121ea.
  • Implemented #​343: Trim exceptions for StaticAccess Implemented in
    commit #​3121c58.

v2.4.1

Compare Source

========================

This release fixes a method naming issue, that was introduced with
2.4.0.

v2.4.0

Compare Source

========================

This release adds a new helper method to access the full qualified
name of an analyzed node.

  • Fixed #​335: Typo in clean code rule description fixed. Fixed in
    commit #​59a6e8a.
  • Helper method added, so that we can access the full qualified name
    of a class, method, interface or function. Implemented in commit
    #e46a099.
  • Implemented #​334: Added __debugInfo to list of ignored methods.
    Implemented in commit #f8b017a.

v2.3.3

Compare Source

========================

Some minor issues fixed

v2.3.2

Compare Source

========================

With this release we make the Symfony dependency superfluous.

  • Implemented #​312: No more hard Symfony dependency. Implemented in
    commit #​1da75aa.

v2.3.1

Compare Source

========================

Bugfix release for issue #​311 introduced with the 2.3.0 release.

  • Fixed #​311: Property "allow-underscore-test" does not exist. Fixed
    in commit #​0db4a3e.

v2.3.0

Compare Source

========================

This new release contains several contributed bugfixes and additions
to PHPMD. Beside that we now have better support for language
constructs in the upcoming PHP 7.

  • Fixed #​272: Improve type hint. Fixed in commit #​724bf76.
  • Fixed #​293: Declared missing method in abstract class Fixed in
    commit #​9b806f6.
  • Fixed #​297: Complete fix for timezone warning. Fixed in commit
    #​227d469.
  • Fixed #​301: Fix mixed up links in documentation. Fixed in commit
    #​4bc4eeb.
  • Fixed #​304: Fix #​303, change if condition order. Fixed in commit
    #​3376c73.
  • Implemented #​232: Three new features about references, includes and
    include-paths Implemented in commit #​180848f.
  • Implemented #​241: Fix of UnusedPrivateMethod chained method calls.
    Implemented in commit #​7e02f38.
  • Implemented #​257: Add option to allow having an undercore in test
    methods. Implemented in commit #​3cbe76d.
  • Implemented #​265: Search for development code Implemented in commit
    #dfa6872.
  • Implemented #​273: Add TooManyPublicMethods rule. Implemented in
    commit #b862f1f.
  • Implemented #​291: Define the version constraints of deps in Composer
    using the caret operator. Implemented in commit #​586ccfc.
  • Implemented #​306: Use new Travis infrastructure. Implemented in
    commit #cd1308e.

v2.2.3

Compare Source

========================

Bugfix release that closes issues and adds some improvements to phpmd.

  • Fixed #​285: Corrected HTML TR closing tag Fixed in commit #df6280f.
  • Fixed link to rules documentation Fixed in commit #​20a0142.
  • Implemented #​281: Code cleanup Implemented in commit #​5e94a65.
  • Underlying PDepend version bumped. Implemented in commit #f4ddb8a.

v2.2.2

Compare Source

========================

Bugfix release that closes some issues in phpmd's core and in the
project documentation.

  • Fixed #​271: Fix cp error in doc Fixed in commit #b73dd32.
  • Fixed #​270: Fixing namespace issue for OutOfBoundsException Fixed in
    commit #​0d4bed1.
  • Fixed #​80: Out of the box usage in combination with composer of all
    rules fails throws error Property $exceptions does not exist. Fixed
    in commit #​0d4bed1.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Owner

yegor256 commented Nov 4, 2022

@rultor please, try to merge

@renovate renovate bot changed the title Update dependency phpmd/phpmd to v2.13.0 Update dependency phpmd/phpmd to v2.14.0 Sep 27, 2023
@rultor
Copy link
Collaborator

rultor commented Sep 27, 2023

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Sep 27, 2023

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 1min)


Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: Undefined array key "config_vars" in Role.php on line 46
PHP Warning:  Undefined array key "config_vars" in /usr/share/php/PEAR/Installer/Role.php on line 46

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249

Warning: foreach() argument must be of type array|object, null given in PEAR/Command.php on line 249
PHP Warning:  foreach() argument must be of type array|object, null given in /usr/share/php/PEAR/Command.php on line 249
XML Extension not found
container 2b52a9f1d8d7d96936802629994d1fbf32627f1c34da3595e8934f588da80d22 is dead
Wed Sep 27 07:06:02 CEST 2023

@renovate renovate bot changed the title Update dependency phpmd/phpmd to v2.14.0 Update dependency phpmd/phpmd to v2.14.1 Sep 29, 2023
@renovate renovate bot changed the title Update dependency phpmd/phpmd to v2.14.1 Update dependency phpmd/phpmd to v2.15.0 Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants