phpstan #18
phpstan.yml
on: schedule
Static analysis with PHPStan
22s
Annotations
5 errors and 1 warning
Static analysis with PHPStan:
config/drupal-phpunit-bootstrap-file.php#L13
Instantiation of deprecated class DrupalFinder\DrupalFinder:
in drupal-finder:1.3.0 and is removed from drupal-finder:2.0.0.
Use \DrupalFinder\DrupalFinderComposerRuntime instead.
|
Static analysis with PHPStan:
config/drupal-phpunit-bootstrap-file.php#L14
Call to deprecated method locateRoot() of class DrupalFinder\DrupalFinder:
Will be removed in v2. Future usage should instantiate
a new DrupalFinder object by passing the starting path to its
constructor.
|
Static analysis with PHPStan:
rector.php#L21
Instantiation of deprecated class DrupalFinder\DrupalFinder:
in drupal-finder:1.3.0 and is removed from drupal-finder:2.0.0.
Use \DrupalFinder\DrupalFinderComposerRuntime instead.
|
Static analysis with PHPStan:
rector.php#L22
Call to deprecated method locateRoot() of class DrupalFinder\DrupalFinder:
Will be removed in v2. Future usage should instantiate
a new DrupalFinder object by passing the starting path to its
constructor.
|
Static analysis with PHPStan
Process completed with exit code 1.
|
Static analysis with PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|