Problem/Motivation
There are a bunch of PHP files in the Transliteration component: https://git.drupalcode.org/project/drupal/-/tree/9.4.x/core/lib/Drupal/C...
We should have PHPStan ignore them to speed up analysis bit a smidge and reduce memory.
Steps to reproduce
Scan with --debug and notice all of these files
Proposed resolution
Add ignore of core/lib/Drupal/Component/Transliteration/data/*.php
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3261613
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mglamanThis may not have the biggest impact, but it helps.
Comment #4
mondrakeThis makes sense to me
Comment #5
alexpottCommitted e446d19 and pushed to 10.0.x. Thanks!