Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!1018
Re-enable PHPStan job
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Re-enable PHPStan job
issue/automatic_updates-3415291:3415291-run-phpstan-on
into
3.0.x
Overview
0
Commits
10
Pipelines
10
Changes
2
Merged
Adam G-H
requested to merge
issue/automatic_updates-3415291:3415291-run-phpstan-on
into
3.0.x
1 year ago
Overview
0
Commits
10
Pipelines
10
Changes
1
Expand
Closes
#3415291
0
0
Merge request reports
Compare
version 2
version 9
39a5e3cc
1 year ago
version 8
e1b09674
1 year ago
version 7
8fb22a11
1 year ago
version 6
619bdced
1 year ago
version 5
41365a30
1 year ago
version 4
3f36e95a
1 year ago
version 3
e0911115
1 year ago
version 2
41aa5800
1 year ago
version 1
b2be5e25
1 year ago
3.0.x (base)
and
version 3
latest version
39a5e3cc
10 commits,
1 year ago
version 9
39a5e3cc
10 commits,
1 year ago
version 8
e1b09674
9 commits,
1 year ago
version 7
8fb22a11
8 commits,
1 year ago
version 6
619bdced
7 commits,
1 year ago
version 5
41365a30
6 commits,
1 year ago
version 4
3f36e95a
5 commits,
1 year ago
version 3
e0911115
4 commits,
1 year ago
version 2
41aa5800
2 commits,
1 year ago
version 1
b2be5e25
1 commit,
1 year ago
Show latest version
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
phpstan.neon
0 → 100644
+
9
−
0
Options
includes:
- %rootDir%/../../../core/phpstan.neon.dist
parameters:
ignoreErrors:
# Drupal core's PHPStan config file ignores the non-anonymous variant of this.
- "#^Anonymous class extends @internal class#"
# Drupal core needs to ignore more things than we need to!
reportUnmatchedIgnoredErrors: false
Loading