- Issue created by @mxr576
- 🇭🇺Hungary mxr576 Hungary
This is valid and the constructor was removed before 9.0.0
https://github.com/drupal/core/commit/3e0fa0f9a2bdcdc39e29d9b128647945b2...
- Status changed to Needs review
7 months ago 9:39am 8 May 2024
$ 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
Needs review
3.0
Code
This is valid and the constructor was removed before 9.0.0
https://github.com/drupal/core/commit/3e0fa0f9a2bdcdc39e29d9b128647945b2...