drupal-check icon indicating copy to clipboard operation
drupal-check copied to clipboard

Doesn't detect usage of deprecate private store class/service

Open Berdir opened this issue 6 years ago • 1 comments

How is drupal-check installed?

  • [ ] drupal-check is installed using the phar
  • [x] drupal-check is installed globally via Composer
  • [ ] drupal-check is installed globally using consolidation/cgr
  • [ ] drupal-check is installed as a dependency to my project

Environment:

  • OS: Linux
  • PHP Version: 7.2
  • Drupal core: 8.8.x

Describe the bug See https://www.drupal.org/project/contact_storage/issues/3038676#comment-13270544, the constants is a known issue, but was confused about the other change in that interdiff, apparently it didn't see the deprecated service nor the injected class.

Console output

Berdir avatar Sep 24 '19 18:09 Berdir

Yeah, this seems like weird edge case that isn't caught.

mglaman avatar May 11 '20 04:05 mglaman