Problem/Motivation

Fix the coding standards messages.

Remaining tasks

src/Template/Loader/ComponentLibraryLoader.php
line 3	Namespaced classes, interfaces and traits should not begin with a file doc comment
12	When importing a class with "use", do not include a leading \
18	Doc comment long description must end with a full stop
19	There must be exactly one blank line before the tags in a doc comment
24	You must use "/**" style comments for a member variable comment
36	Arguments with default values must be at the end of the argument list
89	A comma should follow the last multiline array item. Found: FALSE
104	Expected 1 blank line after function; 0 found
105	The closing brace for the class must have an empty line before it

src/Template/TwigExtension.php
6	When importing a class with "use", do not include a leading \
7	When importing a class with "use", do not include a leading \

src/Template/TwigNodeTheme.php
5	When importing a class with "use", do not include a leading \
6	When importing a class with "use", do not include a leading \
7	When importing a class with "use", do not include a leading \
8	When importing a class with "use", do not include a leading \
9	When importing a class with "use", do not include a leading \
10	When importing a class with "use", do not include a leading \
17	Missing function doc comment

src/Template/TwigThemeTokenParser.php
5	When importing a class with "use", do not include a leading \
6	When importing a class with "use", do not include a leading \
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

JohnAlbin created an issue. See original summary.

JohnAlbin’s picture

Status: Active » Needs review
FileSize
3.95 KB
JohnAlbin’s picture

FileSize
5.45 KB

  • JohnAlbin committed fc71e17 on 8.x-2.x
    Issue #3090521 by JohnAlbin: Fix coding standards
    
JohnAlbin’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.