Problem/Motivation
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/pagination_manager.info.yml
-----------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------
1 | WARNING | Remove "project" from the info file, it will be added by drupal.org packaging automatically
1 | WARNING | Remove "version" from the info file, it will be added by drupal.org packaging automatically
-----------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/config/schema/pagination_manager.schema.yml
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
43 | ERROR | [x] Expected 1 newline at end of file; 3 found
---------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/tests/src/Unit/PaginationManagerTest.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [ ] Missing short description in doc comment
8 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
13 | ERROR | [x] Opening brace should be on the same line as the declaration
14 | WARNING | [ ] Possible useless method overriding detected
14 | ERROR | [x] Missing function doc comment
14 | ERROR | [x] Expected 1 blank line before function; 0 found
15 | ERROR | [x] Opening brace should be on the same line as the declaration
17 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/README.md
-----------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------
19 | WARNING | Line exceeds 80 characters; contains 133 characters
-----------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/pagination_manager.module
------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES
------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
6 | ERROR | [ ] Missing short description in doc comment
7 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
15 | ERROR | [x] Opening brace should be on the same line as the declaration
15 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Form/PaginationManagerConfigForm.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 12 ERRORS AND 1 WARNING AFFECTING 12 LINES
------------------------------------------------------------------------------------------------------------------------------------
8 | ERROR | [ ] Missing short description in doc comment
9 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
12 | ERROR | [x] Opening brace should be on the same line as the declaration
13 | ERROR | [x] Missing function doc comment
13 | ERROR | [x] Expected 1 blank line before function; 0 found
14 | ERROR | [x] Opening brace should be on the same line as the declaration
18 | ERROR | [x] Missing function doc comment
19 | ERROR | [x] Opening brace should be on the same line as the declaration
23 | ERROR | [x] Missing function doc comment
24 | ERROR | [x] Opening brace should be on the same line as the declaration
60 | ERROR | [x] Missing function doc comment
61 | ERROR | [x] Opening brace should be on the same line as the declaration
68 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/PaginationManager.php
-------------------------------------------------------------------------------------------------------------------------------------
FOUND 30 ERRORS AND 3 WARNINGS AFFECTING 32 LINES
-------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [ ] Missing short description in doc comment
8 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
11 | ERROR | [x] Opening brace should be on the same line as the declaration
12 | ERROR | [ ] Missing member variable doc comment
14 | ERROR | [ ] Missing short description in doc comment
15 | ERROR | [ ] Missing parameter comment
18 | ERROR | [x] Opening brace should be on the same line as the declaration
22 | ERROR | [ ] Missing short description in doc comment
23 | ERROR | [ ] Missing parameter comment
24 | ERROR | [ ] Description for the @return value is missing
27 | ERROR | [x] Opening brace should be on the same line as the declaration
35 | ERROR | [x] Missing function doc comment
36 | ERROR | [x] Opening brace should be on the same line as the declaration
40 | ERROR | [x] Missing function doc comment
41 | ERROR | [x] Opening brace should be on the same line as the declaration
60 | ERROR | [x] Expected newline after closing brace
72 | ERROR | [x] Expected newline after closing brace
79 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
91 | ERROR | [ ] Missing short description in doc comment
92 | ERROR | [ ] Missing parameter comment
93 | ERROR | [ ] Missing parameter comment
94 | ERROR | [ ] Missing parameter comment
95 | ERROR | [ ] Description for the @return value is missing
98 | ERROR | [x] Opening brace should be on the same line as the declaration
116 | ERROR | [x] The first index in a multi-value array must be on a new line
117 | ERROR | [x] Concat operator must be surrounded by a single space
118 | ERROR | [x] Concat operator must be surrounded by a single space
118 | WARNING | [x] A comma should follow the last multiline array item. Found: )
119 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
125 | ERROR | [x] Missing function doc comment
126 | ERROR | [x] Opening brace should be on the same line as the declaration
128 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 5
138 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 19 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Configuration.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 25 ERRORS AND 4 WARNINGS AFFECTING 26 LINES
------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
11 | ERROR | [ ] Missing short description in doc comment
12 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
15 | ERROR | [x] Opening brace should be on the same line as the declaration
16 | ERROR | [ ] Missing member variable doc comment
17 | ERROR | [ ] Missing member variable doc comment
19 | ERROR | [ ] Missing short description in doc comment
20 | ERROR | [ ] Missing parameter comment
20 | ERROR | [x] Data types in @param tags need to be fully namespaced
23 | ERROR | [x] Opening brace should be on the same line as the declaration
30 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
30 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
34 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
40 | WARNING | [x] A comma should follow the last multiline array item. Found: )
45 | ERROR | [ ] Missing short description in doc comment
46 | ERROR | [ ] Description for the @return value is missing
46 | ERROR | [x] Data types in @return tags need to be fully namespaced
49 | ERROR | [x] Opening brace should be on the same line as the declaration
53 | ERROR | [x] Missing function doc comment
54 | ERROR | [x] Opening brace should be on the same line as the declaration
69 | ERROR | [x] Missing function doc comment
70 | ERROR | [x] Opening brace should be on the same line as the declaration
74 | ERROR | [ ] Missing short description in doc comment
75 | ERROR | [x] Data types in @throws tags need to be fully namespaced
78 | ERROR | [x] Opening brace should be on the same line as the declaration
80 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
81 | ERROR | [ ] Variable "YAMLDiscovery" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
83 | ERROR | [ ] Variable "YAMLDiscovery" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
84 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Filter.php
------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 26 ERRORS AND 1 WARNING AFFECTING 26 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------
7 | ERROR | [ ] Missing short description in doc comment
8 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
11 | ERROR | [x] Opening brace should be on the same line as the declaration
12 | ERROR | [ ] Missing member variable doc comment
13 | ERROR | [ ] Missing member variable doc comment
14 | ERROR | [ ] Missing member variable doc comment
15 | ERROR | [ ] Missing member variable doc comment
17 | ERROR | [ ] Missing short description in doc comment
18 | ERROR | [ ] Missing parameter comment
19 | ERROR | [ ] Missing parameter comment
20 | ERROR | [ ] Missing parameter comment
21 | ERROR | [ ] Missing parameter comment
28 | ERROR | [x] Expected 1 space before opening brace; found 0
28 | ERROR | [x] There must be a single space between the closing parenthesis and the opening brace of a multi-line function declaration; found 0 spaces
35 | ERROR | [ ] Missing short description in doc comment
36 | ERROR | [ ] Description for the @return value is missing
39 | ERROR | [x] Opening brace should be on the same line as the declaration
43 | ERROR | [ ] Missing short description in doc comment
44 | ERROR | [ ] Description for the @return value is missing
47 | ERROR | [x] Opening brace should be on the same line as the declaration
51 | ERROR | [ ] Missing short description in doc comment
52 | ERROR | [ ] Description for the @return value is missing
55 | ERROR | [x] Opening brace should be on the same line as the declaration
59 | ERROR | [ ] Missing short description in doc comment
60 | ERROR | [ ] Description for the @return value is missing
63 | ERROR | [x] Opening brace should be on the same line as the declaration
65 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Page.php
-------------------------------------------------------------------------------------------------------------------------------------
FOUND 51 ERRORS AND 2 WARNINGS AFFECTING 52 LINES
-------------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [ ] Missing short description in doc comment
6 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
9 | ERROR | [x] Opening brace should be on the same line as the declaration
10 | ERROR | [ ] Missing member variable doc comment
11 | ERROR | [ ] Missing member variable doc comment
12 | ERROR | [ ] Missing member variable doc comment
13 | ERROR | [ ] Missing member variable doc comment
14 | ERROR | [ ] Missing member variable doc comment
15 | ERROR | [ ] Missing member variable doc comment
16 | ERROR | [ ] Missing member variable doc comment
17 | ERROR | [ ] Missing member variable doc comment
19 | ERROR | [ ] Missing short description in doc comment
20 | ERROR | [ ] Missing parameter comment
21 | ERROR | [ ] Missing parameter comment
22 | ERROR | [ ] Missing parameter comment
23 | ERROR | [ ] Missing parameter comment
24 | ERROR | [ ] Missing parameter comment
25 | ERROR | [ ] Missing parameter comment
26 | ERROR | [ ] Missing parameter comment
27 | ERROR | [ ] Missing parameter comment
30 | ERROR | [x] Expected 1 space between type hint and argument "$page"; 3 found
31 | ERROR | [x] Expected 1 space between type hint and argument "$itemPerPage"; 3 found
32 | ERROR | [x] Expected 1 space between type hint and argument "$totalItems"; 3 found
35 | ERROR | [x] Expected 1 space between type hint and argument "$pageNumber"; 3 found
39 | ERROR | [x] Opening brace should be on the same line as the declaration
39 | ERROR | [x] The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
50 | ERROR | [x] Expected newline after closing brace
61 | ERROR | [ ] Missing short description in doc comment
62 | ERROR | [ ] Description for the @return value is missing
65 | ERROR | [x] Opening brace should be on the same line as the declaration
69 | ERROR | [ ] Missing short description in doc comment
70 | ERROR | [ ] Description for the @return value is missing
73 | ERROR | [x] Opening brace should be on the same line as the declaration
77 | ERROR | [x] Missing function doc comment
78 | ERROR | [x] Opening brace should be on the same line as the declaration
82 | ERROR | [ ] Missing short description in doc comment
83 | ERROR | [ ] Description for the @return value is missing
86 | ERROR | [x] Opening brace should be on the same line as the declaration
90 | ERROR | [ ] Missing short description in doc comment
91 | ERROR | [ ] Description for the @return value is missing
94 | ERROR | [x] Opening brace should be on the same line as the declaration
98 | ERROR | [ ] Missing short description in doc comment
99 | ERROR | [ ] Description for the @return value is missing
102 | ERROR | [x] Opening brace should be on the same line as the declaration
106 | ERROR | [ ] Missing short description in doc comment
107 | ERROR | [ ] Description for the @return value is missing
110 | ERROR | [x] Opening brace should be on the same line as the declaration
114 | ERROR | [x] Missing function doc comment
115 | ERROR | [x] Opening brace should be on the same line as the declaration
121 | WARNING | [x] A comma should follow the last multiline array item. Found: items
124 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
126 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
133 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Query.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 57 ERRORS AND 6 WARNINGS AFFECTING 59 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
6 | WARNING | [x] Unused use statement
11 | ERROR | [ ] Missing short description in doc comment
12 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
15 | ERROR | [x] Opening brace should be on the same line as the declaration
31 | WARNING | [x] A comma should follow the last multiline array item. Found: 'NOT BETWEEN'
34 | ERROR | [ ] Missing member variable doc comment
35 | ERROR | [ ] Missing member variable doc comment
36 | ERROR | [ ] Missing member variable doc comment
37 | ERROR | [ ] Missing member variable doc comment
38 | ERROR | [ ] Missing member variable doc comment
39 | ERROR | [ ] Missing member variable doc comment
40 | ERROR | [ ] Missing member variable doc comment
41 | ERROR | [ ] Missing member variable doc comment
42 | ERROR | [ ] Missing member variable doc comment
44 | ERROR | [ ] Missing short description in doc comment
45 | ERROR | [ ] Missing parameter comment
45 | ERROR | [x] Data types in @param tags need to be fully namespaced
46 | ERROR | [ ] Missing parameter comment
47 | ERROR | [ ] Missing parameter comment
48 | ERROR | [ ] Missing parameter comment
49 | ERROR | [ ] Missing parameter comment
50 | ERROR | [ ] Missing parameter comment
51 | ERROR | [ ] Missing parameter comment
52 | ERROR | [ ] Missing parameter comment
53 | ERROR | [ ] Missing parameter comment
65 | ERROR | [x] Expected 1 space before opening brace; found 0
65 | ERROR | [x] There must be a single space between the closing parenthesis and the opening brace of a multi-line function declaration; found 0 spaces
81 | ERROR | [ ] Missing short description in doc comment
82 | ERROR | [ ] Description for the @return value is missing
82 | ERROR | [x] Data types in @return tags need to be fully namespaced
85 | ERROR | [x] Opening brace should be on the same line as the declaration
89 | ERROR | [ ] Missing short description in doc comment
90 | ERROR | [ ] Description for the @return value is missing
93 | ERROR | [x] Opening brace should be on the same line as the declaration
97 | ERROR | [ ] Missing short description in doc comment
98 | ERROR | [ ] Description for the @return value is missing
101 | ERROR | [x] Opening brace should be on the same line as the declaration
105 | ERROR | [ ] Missing short description in doc comment
106 | ERROR | [ ] Description for the @return value is missing
109 | ERROR | [x] Opening brace should be on the same line as the declaration
110 | ERROR | [x] Inline control structures are not allowed
116 | ERROR | [ ] Missing short description in doc comment
117 | ERROR | [ ] Description for the @return value is missing
120 | ERROR | [x] Opening brace should be on the same line as the declaration
124 | ERROR | [ ] Missing short description in doc comment
125 | ERROR | [ ] Description for the @return value is missing
126 | ERROR | [x] Data types in @throws tags need to be fully namespaced
127 | ERROR | [x] Data types in @throws tags need to be fully namespaced
130 | ERROR | [x] Opening brace should be on the same line as the declaration
132 | WARNING | [ ] Exceptions should not be translated
132 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
139 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
141 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
142 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
143 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
144 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
145 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
146 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
158 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
160 | ERROR | [x] Expected newline after closing brace
164 | ERROR | [x] Expected 1 space after "="; 2 found
176 | ERROR | [x] Expected 1 blank line after function; 0 found
-------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 28 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Exception/SortAttributeNotAvailableException.php
------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 14 ERRORS AND 1 WARNING AFFECTING 14 LINES
------------------------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [ ] Missing short description in doc comment
6 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
9 | ERROR | [x] Opening brace should be on the same line as the declaration
10 | ERROR | [ ] Missing member variable doc comment
12 | ERROR | [ ] Missing short description in doc comment
13 | ERROR | [ ] Missing parameter comment
14 | ERROR | [ ] Missing parameter comment
15 | ERROR | [ ] Missing parameter comment
16 | ERROR | [ ] Missing parameter comment
16 | ERROR | [x] Expected "mixed|null" but found "mixed|NULL" for parameter type
19 | ERROR | [x] Opening brace should be on the same line as the declaration
25 | ERROR | [ ] Missing short description in doc comment
26 | ERROR | [ ] Description for the @return value is missing
29 | ERROR | [x] Opening brace should be on the same line as the declaration
31 | ERROR | [x] Expected 1 blank line after function; 0 found
------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Exception/PaginationException.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [ ] Missing short description in doc comment
6 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
9 | ERROR | [x] Opening brace should be on the same line as the declaration
-----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Exception/EntityTypeNotSupportedException.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [ ] Missing short description in doc comment
6 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
9 | ERROR | [x] Opening brace should be on the same line as the declaration
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------
FILE: /Users/ashutoshahirwal/Sites/lando/contribution/web/modules/custom/pagination_manager/src/Exception/BadFilterException.php
-----------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [ ] Missing short description in doc comment
6 | WARNING | [ ] @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
9 | ERROR | [x] Opening brace should be on the same line as the declaration
-----------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------
Time: 229ms; Memory: 12MB
Steps to reproduce
Use below command with arguments:-
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,css,js,yml web/modules/custom/pagination_manager
Proposed resolution
Fix phpcs issue found by phpcs command.