Fix some phpcs issues on testing

Created on 31 March 2025, 7 days ago

This is a detailed list of current errors when the PR is merged to master v2.0

FILE: src/LogCacheTagsServiceProvider.php
------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Missing class doc comment (Drupal.Commenting.ClassComment.Missing)
9 | ERROR | [x] PHP keywords must be lowercase; expected "implements" but found "Implements"
| | (Generic.PHP.LowerCaseKeyword.Found)
10 | ERROR | [x] Missing function doc comment (Drupal.Commenting.FunctionComment.Missing)
10 | ERROR | [x] Expected 1 blank line before function; 0 found (Squiz.WhiteSpace.FunctionSpacing.BeforeFirst)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/MyInvalidateTags/MyInvalidateTags.php
------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 1 WARNING AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------
8 | ERROR | [x] Missing class doc comment (Drupal.Commenting.ClassComment.Missing)
8 | ERROR | [x] PHP keywords must be lowercase; expected "implements" but found "Implements"
| | (Generic.PHP.LowerCaseKeyword.Found)
9 | ERROR | [x] Missing function doc comment (Drupal.Commenting.FunctionComment.Missing)
9 | ERROR | [x] Expected 1 blank line before function; 0 found (Squiz.WhiteSpace.FunctionSpacing.BeforeFirst)
10 | WARNING | [x] 'TODO: Change the autogenerated' should match the format '@todo Fix problem X here.'
| | (Drupal.Commenting.TodoComment.TodoFormat)
10 | ERROR | [x] Comments may not appear after statements (Drupal.Commenting.PostStatementComment.Found)
10 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing
| | parentheses (Drupal.Commenting.InlineComment.InvalidEndChar)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Logger/LogCacheTagsToQueue.php
------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
12 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
| | (Drupal.Commenting.ClassComment.Short)
28 | ERROR | [x] Expected newline after closing brace
| | (Drupal.ControlStructures.ControlSignature.NewlineAfterCloseBrace)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: src/Form/LogCacheTagsForm.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------
10 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
| | (Drupal.Commenting.ClassComment.Short)
55 | WARNING | [x] '@TODO: Validate fields.' should match the format '@todo Fix problem X here.'
| | (Drupal.Commenting.TodoComment.TodoFormat)
------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------
FILE: log_cache_tags.module
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------
9 | WARNING | [x] Unused use statement (Drupal.Classes.UnusedUseStatement.UnusedUse)
10 | WARNING | [x] Unused use statement (Drupal.Classes.UnusedUseStatement.UnusedUse)

📌 Task
Status

Active

Version

2.0

Component

Code

Created by

🇦🇷Argentina darktek

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024