Skip to content
Snippets Groups Projects
Commit 27fb68b4 authored by Daniel Kurowski's avatar Daniel Kurowski
Browse files

improve phpstan ignore error notation

parent 144bcdd3
No related branches found
No related tags found
1 merge request!26Upgrade deps and ci image
parameters:
checkMissingIterableValueType: false
ignoreErrors:
# intentionally; used to test if assertions are enabled in Tools.php
- '#Variable \$assertsEnabled in isset\(\) always exists and is not nullable.#'
# we need to test if assertions are enabled
-
message: "#^Variable \\$assertsEnabled in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: src/Tools.php
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment