Problem/Motivation

$ 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               

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon 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

mxr576 created an issue. See original summary.

mxr576’s picture

This is valid and the constructor was removed before 9.0.0

https://github.com/drupal/core/commit/3e0fa0f9a2bdcdc39e29d9b128647945b2...

mxr576’s picture

Status: Active » Needs review