Skip to content

Commit

Permalink
Merge pull request #297 from codacy/address-phpcompatibility-issues
Browse files Browse the repository at this point in the history
fix phpcompatibility version parser
  • Loading branch information
heliocodacy authored Jul 9, 2024
2 parents 4c3343e + 991c76c commit 61ef58f
Showing 8 changed files with 34 additions and 491 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"magento/magento-coding-standard": "^32.0",
"magento/marketplace-eqp": "^4.0.0",
"pheromone/phpcs-security-audit": "^2.0.1",
"phpcompatibility/php-compatibility": "^9.3.5",
"phpcompatibility/php-compatibility": "9.3.5",
"phpcompatibility/phpcompatibility-paragonie": "^1.3.3",
"phpcompatibility/phpcompatibility-wp": "^2.1.5",
"phpstan/phpdoc-parser": "^1.28.0",
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PHP Compatibility related issue (Classes): Forbidden Abstract Private Methods
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PHP Compatibility related issue (Keywords): Forbidden Names As Declared
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PHP Compatibility related issue (Keywords): Forbidden Names As Invoked Functions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PHP Compatibility related issue (Miscellaneous): Valid Integers
1 change: 1 addition & 0 deletions docs/description/PHPCompatibility_Upgrade_LowPHPCS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PHP Compatibility related issue (Upgrade): Low PHPCS
200 changes: 16 additions & 184 deletions docs/description/description.json

Large diffs are not rendered by default.

Loading
Oops, something went wrong.

0 comments on commit 61ef58f

Please sign in to comment.