Skip to content

Commit

Permalink
remove attribute ignore rule (#5204)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jul 16, 2022
1 parent ea96378 commit 7a617b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -13,6 +13,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "3.4.0",
"friendsofredaxo/linter": "1.3.0",
"jetbrains/phpstorm-attributes": "^1.0",
"phpstan/extension-installer": "1.1.0",
"phpstan/phpstan": "1.8.1",
"phpstan/phpstan-deprecation-rules": "1.0.0",
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon.dist
Expand Up @@ -40,7 +40,6 @@ parameters:
- '#Unsafe usage of new static\(\)\.#'
- '#Constructor of class rex_form_.*_element has an unused parameter \$tag.#'
- '#^Offset .* on .* always exists#'
- '#Attribute class (?:AllowDynamicProperties|JetBrains\\PhpStorm\\Deprecated) does not exist\.#'
- '#Parameter \#2 \$algo of function password_.+ expects int, string given\.#'
-
message: '#.*deprecated.*#'
Expand Down

0 comments on commit 7a617b2

Please sign in to comment.