- 902e3877 committed on 8.x-1.x
git commit -m 'Issue #3293073 by anoopsingh92, Rakhi Soni: \Drupal calls...
- 902e3877 committed on 8.x-1.x
- Status changed to Fixed
almost 2 years ago 4:21pm 31 May 2023
$ phpcs --standard=Drupalpractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml devel_mail_logger/
FILE: C:\xampp\htdocs\contribution\web\modules\contrib\devel_mail_logger\src\Controller\DevelMailLoggerController.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------------------------
196 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
199 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------------------------------------
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
git commit -m 'Issue #3293073 by anoopsingh92, Rakhi Soni: \Drupal calls...