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
1
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
Viewing commit
41aa5800
Prev
Next
Show latest version
1 file
+
0
−
9
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
41aa5800
Delete specialized PHPStan configuration
· 41aa5800
Adam G-H
authored
1 year ago
phpstan.neon.dist deleted
100644 → 0
+
0
−
9
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