Needs review
Project:
Guzzle Cache
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2024 at 09:15 UTC
Updated:
8 May 2024 at 09:39 UTC
Jump to comment: Most recent
$ php vendor/bin/phpstan analyze $_WEB_ROOT/modules/custom/$CI_PROJECT_NAME $PHPSTAN_CONFIGURATION --no-progress || EXIT_CODE=$?
------ ----------------------------------------------------------------------
Line src/DrupalGuzzleCache.php
------ ----------------------------------------------------------------------
62 Class Drupal\Core\Cache\BackendChain does not have a constructor and
must be instantiated without any parameters.
------ ----------------------------------------------------------------------
[ERROR] Found 1 error
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 #2
mxr576This is valid and the constructor was removed before 9.0.0
https://github.com/drupal/core/commit/3e0fa0f9a2bdcdc39e29d9b128647945b2...
Comment #4
mxr576