You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#175: Fixes crashes on GlobalDrupalDependencyInjectionRule and autoloading when PHPUnit does not exist. Note: PHPStan still warns about autoloading and symbol discovery, still, but not crash.
#136: Test modules weighted higher to avoid redeclares of existing functions #123.
🥳 Features:
#174: Add dynamic file load support for module_load_include #166
#128 Adds a rule that fixes loading modules via \Drupal\Core\Extension\ModuleHandlerInterface::loadInclude, which are normally skipped (as PHPStan only handles require, etc.)
#106: Fix default drupal.drupal_root parameter value #107: PHPUnit tests run at PHPStan config level 4 #110: Fix type union for app.root #111: Fix autoloading theme-settings.php files