Problem/Motivation
- Drupal 10 compatibility
Line modules/custom/file_extractor/src/Service/TestFileHelper.php
------ --------------------------------------------------------------------
61 Call to deprecated function drupal_get_path():
in drupal:9.3.0 and is removed from drupal:10.0.0. Use
\Drupal\Core\Extension\ExtensionPathResolver::getPath() instead.
------ --------------------------------------------------------------------
- Fix PHP MND
- Fix PHPStan
- Apply PHPCS Fixer
- Fix composer normalize
Need to create a 4.1.x branch.
Comments
Comment #2
grimreaperComment #4
grimreaperOn 4.1.x.
Comment #6
grimreaper