Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stateful
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grifart libs
stateful
Commits
27fb68b4
Commit
27fb68b4
authored
3 years ago
by
Daniel Kurowski
Browse files
Options
Downloads
Patches
Plain Diff
improve phpstan ignore error notation
parent
144bcdd3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26
Upgrade deps and ci image
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpstan.neon
+5
-2
5 additions, 2 deletions
phpstan.neon
with
5 additions
and
2 deletions
phpstan.neon
+
5
−
2
View file @
27fb68b4
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment