Skip to content
Snippets Groups Projects
Commit 73c28edc authored by Klaus Purer's avatar Klaus Purer
Browse files

tests(phpstan): Remove ignored rule that has been fixed in PHPStan

parent d51e0b8c
Branches
Tags
No related merge requests found
......@@ -27,6 +27,6 @@
},
"require-dev": {
"phpunit/phpunit": "^6.0 || ^7.0",
"phpstan/phpstan": "^0.12.5"
"phpstan/phpstan": "^0.12.25"
}
}
......@@ -81,5 +81,3 @@ parameters:
message: "#^Method Drupal\\\\Sniffs\\\\Files\\\\LineLengthSniff\\:\\:checkLineLength\\(\\) should return false\\|null but return statement is missing\\.$#"
count: 1
path: coder_sniffer/Drupal/Sniffs/Files/LineLengthSniff.php
# We support PHP 7.0 which does not have the "void" return type hint.
- '#^Method .+ has no return typehint specified\.$#'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment