FILE: /var/www/html/drupal-contrib/modules/contrib/animate/animate.module
------------------------------------------------------------------------------------------------------------------------------
FOUND 30 ERRORS AND 6 WARNINGS AFFECTING 25 LINES
------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
3 | ERROR | [x] The second line in the file doc comment must be "@file"
3 | ERROR | [x] Doc comment short description must end with a full stop
5 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 5
6 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 6
7 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 5
8 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 8
9 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 3
22 | WARNING | [ ] Hook implementations should not duplicate @param documentation
22 | ERROR | [ ] Missing parameter comment
25 | ERROR | [x] Opening brace should be on the same line as the declaration
34 | WARNING | [ ] Hook implementations should not duplicate @param documentation
34 | ERROR | [ ] Missing parameter comment
34 | ERROR | [ ] Missing parameter type
35 | WARNING | [ ] Hook implementations should not duplicate @param documentation
35 | ERROR | [ ] Missing parameter comment
36 | WARNING | [ ] Hook implementations should not duplicate @param documentation
36 | ERROR | [ ] Missing parameter comment
36 | ERROR | [ ] Missing parameter type
39 | ERROR | [x] Opening brace should be on the same line as the declaration
47 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
49 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
55 | WARNING | [x] A comma should follow the last multiline array item. Found: $anim_classes
63 | WARNING | [ ] Hook implementations should not duplicate @param documentation
63 | ERROR | [ ] Missing parameter comment
63 | ERROR | [ ] Missing parameter type
66 | ERROR | [x] Opening brace should be on the same line as the declaration
70 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
79 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
80 | ERROR | [x] Expected 1 space after IF keyword; 0 found
80 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
87 | ERROR | [x] Doc comment short description must end with a full stop
88 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
88 | ERROR | [ ] Missing parameter comment
91 | ERROR | [x] Opening brace should be on the same line as the declaration
95 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal-contrib/modules/contrib/animate/src/AnimateService.php
--------------------------------------------------------------------------------------------------------
FOUND 18 ERRORS AND 7 WARNINGS AFFECTING 25 LINES
--------------------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
2 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
3 | ERROR | [x] Doc comment short description must end with a full stop
5 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 5
6 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 6
7 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 5
8 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 8
9 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 3
19 | ERROR | [x] Missing class doc comment
21 | ERROR | [ ] Missing short description in doc comment
26 | ERROR | [ ] Missing short description in doc comment
34 | ERROR | [ ] Missing parameter comment
35 | ERROR | [ ] Missing parameter comment
44 | ERROR | [x] Doc comment short description must end with a full stop
46 | ERROR | [ ] Description for the @return value is missing
48 | ERROR | [x] Expected 1 space before opening brace; found 0
61 | WARNING | [x] A comma should follow the last multiline array item. Found: "heartBeat"
68 | WARNING | [x] A comma should follow the last multiline array item. Found: "bounceInUp"
79 | WARNING | [x] A comma should follow the last multiline array item. Found: "fadeInUpBig"
94 | WARNING | [x] A comma should follow the last multiline array item. Found: "rotateInUpRight"
100 | WARNING | [x] A comma should follow the last multiline array item. Found: "slideInRight"
108 | WARNING | [x] A comma should follow the last multiline array item. Found: "zoomInUp"
114 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
116 | ERROR | [x] Expected 1 blank line after function; 0 found
117 | ERROR | [x] The closing brace for the class must have an empty line before it
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal-contrib/modules/contrib/animate/src/Plugin/field_group/FieldGroupFormatter/AnimatedHtmlElement.php
-----------------------------------------------------------------------------------------------------------------------------
FOUND 29 ERRORS AFFECTING 23 LINES
-----------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
2 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
3 | ERROR | [x] Doc comment short description must end with a full stop
5 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 5
6 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 6
7 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 5
8 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 8
9 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 3
43 | ERROR | [x] Inline comments must start with a capital letter
43 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
44 | ERROR | [x] Expected 1 space after IF keyword; 0 found
45 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
49 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
52 | ERROR | [x] Inline comments must start with a capital letter
52 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
55 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
58 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
66 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
68 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
69 | ERROR | [x] Expected 1 space after IF keyword; 0 found
69 | ERROR | [x] Expected one space after the comma, 0 found
69 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
72 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
73 | ERROR | [x] Expected 1 space after IF keyword; 0 found
73 | ERROR | [x] Expected one space after the comma, 0 found
73 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
76 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
90 | ERROR | [x] Expected 1 blank line after function; 0 found
91 | ERROR | [x] The closing brace for the class must have an empty line before it
-----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 29 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal-contrib/modules/contrib/animate/css/animate.css
-------------------------------------------------------------------------------
FOUND 32 ERRORS AFFECTING 16 LINES
-------------------------------------------------------------------------------
1905 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1905 | ERROR | [ ] No style definition found on line; check for missing colon
1913 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1913 | ERROR | [ ] No style definition found on line; check for missing colon
1915 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1915 | ERROR | [ ] No style definition found on line; check for missing colon
1922 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1922 | ERROR | [ ] No style definition found on line; check for missing colon
1924 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1924 | ERROR | [ ] No style definition found on line; check for missing colon
1931 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1931 | ERROR | [ ] No style definition found on line; check for missing colon
1933 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1933 | ERROR | [ ] No style definition found on line; check for missing colon
1940 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1940 | ERROR | [ ] No style definition found on line; check for missing colon
1950 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1950 | ERROR | [ ] No style definition found on line; check for missing colon
1958 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1958 | ERROR | [ ] No style definition found on line; check for missing colon
1960 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1960 | ERROR | [ ] No style definition found on line; check for missing colon
1967 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1967 | ERROR | [ ] No style definition found on line; check for missing colon
1969 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1969 | ERROR | [ ] No style definition found on line; check for missing colon
1976 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1976 | ERROR | [ ] No style definition found on line; check for missing colon
1978 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1978 | ERROR | [ ] No style definition found on line; check for missing colon
1985 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1985 | ERROR | [ ] No style definition found on line; check for missing colon
-------------------------------------------------------------------------------
PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------
FILE: /var/www/html/drupal-contrib/modules/contrib/animate/README.md
----------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------
11 | WARNING | Line exceeds 80 characters; contains 143 characters
16 | WARNING | Line exceeds 80 characters; contains 91 characters
----------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3127880-2.patch | 15.59 KB | prabha1997 |
Comments
Comment #2
prabha1997 commentedKindly review patch
Comment #3
uditrawat