- Issue created by @ab.shakir
- πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
This merge request introduces new PHPCS issues.
-------------------------------------------------------------------------------- PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------------- FILE: ...68/src/Plugin/Field/FieldFormatter/EntityReferenceRevisionsIdFormatter.php -------------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 3 LINES -------------------------------------------------------------------------------- 6 | WARNING | [x] Unused use statement | | (Drupal.Classes.UnusedUseStatement.UnusedUse) 43 | ERROR | [x] Expected 1 blank line after function; 0 found | | (Squiz.WhiteSpace.FunctionSpacing.AfterLast) 44 | ERROR | [x] Expected 1 newline at end of file; 2 found | | (Drupal.Files.EndFileNewline.TooMany) 44 | ERROR | [x] The closing brace for the class must have an empty line | | before it | | (Drupal.Classes.ClassDeclaration.CloseBraceAfterBody) -------------------------------------------------------------------------------- FILE: ...visions-3499568/tests/src/Kernel/EntityReferenceRevisionsFormatterTest.php -------------------------------------------------------------------------------- FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES -------------------------------------------------------------------------------- 236 | ERROR | [x] Expected 1 newline at end of file; 0 found | | (Drupal.Files.EndFileNewline.NoneFound) 236 | ERROR | [x] The closing brace for the class must have an empty line | | before it | | (Drupal.Classes.ClassDeclaration.CloseBraceAfterBody)