Fix the issues reported by phpcs

Created on 30 November 2022, over 2 years ago
Updated 28 September 2023, over 1 year ago

Problem/Motivation

Getting following error/warnings

FILE: /app/modules/contrib/redirect/modules/redirect_404/redirect_404.module
----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------
43 | WARNING | [x] A comma should follow the last multiline array item. Found: )
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/src/Controller/Fix404IgnoreController.php
--------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------
60 | ERROR | Description for the @return value is missing
--------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/src/EventSubscriber/Redirect404Subscriber.php
------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------
99 | ERROR | [x] Data types in @param tags need to be fully namespaced
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/src/Form/RedirectFix404Form.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
157 | ERROR | [ ] The array declaration extends to column 134 (the limit is 80). The array content should be split up over multiple lines
157 | ERROR | [ ] The array declaration extends to column 118 (the limit is 80). The array content should be split up over multiple lines
170 | ERROR | [x] Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
-------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/src/Render/Redirect404LogSuppressor.php
------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/src/SqlRedirectNotFoundStorage.php
---------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------
72 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/tests/src/Functional/Fix404RedirectUITest.php
------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------
178 | WARNING | [ ] Unused variable $xpath.
180 | ERROR | [x] Concat operator must be surrounded by a single space
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/tests/src/Functional/Redirect404LogSuppressorTest.php
--------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------
82 | ERROR | [x] Expected 1 blank line after function; 0 found
83 | ERROR | [x] The closing brace for the class must have an empty line before it
--------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/tests/src/Functional/Redirect404TestBase.php
-----------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_404/tests/src/Kernel/Fix404RedirectCronJobTest.php
-------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 6 LINES
-------------------------------------------------------------------------------------------------------
41 | ERROR | [x] Visibility must be declared on method "testRedirect404CronJob"
81 | ERROR | [x] Visibility must be declared on method "testRedirect404CronJobKeepAllButOne"
121 | ERROR | [x] Visibility must be declared on method "testRedirect404CronJobDailyCountReset"
186 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
223 | ERROR | [x] Expected 1 blank line after function; 0 found
224 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_domain/redirect_domain.module
-----------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
-----------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
7 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
8 | ERROR | [x] Expected 1 space(s) before asterisk; 0 found
18 | ERROR | [x] Case breaking statements must be followed by a single blank line
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_domain/src/EventSubscriber/DomainRedirectRequestSubscriber.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
19 | ERROR | [ ] Missing short description in doc comment
43 | ERROR | [x] Scope keyword "protected" must be followed by a single space; found 2
46 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
136 | ERROR | [ ] The array declaration extends to column 81 (the limit is 80). The array content should be split up over multiple lines
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_domain/src/Form/RedirectDomainForm.php
-------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 3 WARNINGS AFFECTING 8 LINES
-------------------------------------------------------------------------------------------
21 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
22 | ERROR | [x] Expected 3 space(s) before asterisk; 2 found
43 | WARNING | [x] A comma should follow the last multiline array item. Found: )
49 | WARNING | [ ] Unused variable $rows.
57 | ERROR | [x] Expected one space after the comma, 0 found
57 | ERROR | [x] Expected one space after the comma, 0 found
157 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
165 | ERROR | [x] Expected 1 blank line after function; 0 found
166 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_domain/tests/src/FunctionalJavascript/RedirectDomainUITest.php
-------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------------------------
35 | WARNING | [x] A comma should follow the last multiline array item. Found: 'administer redirects'
68 | ERROR | [x] Expected 1 blank line after function; 0 found
69 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/modules/redirect_domain/tests/src/Unit/DomainRedirectRequestSubscriberTest.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 11 LINES
------------------------------------------------------------------------------------------------------------------------------------------
124 | ERROR | [ ] Missing parameter type
126 | ERROR | [ ] Missing parameter type
129 | ERROR | [x] Data types in @return tags need to be fully namespaced
129 | ERROR | [x] Data types in @return tags need to be fully namespaced
148 | ERROR | [ ] The array declaration extends to column 83 (the limit is 80). The array content should be split up over multiple lines
149 | ERROR | [ ] The array declaration extends to column 89 (the limit is 80). The array content should be split up over multiple lines
152 | ERROR | [ ] The array declaration extends to column 82 (the limit is 80). The array content should be split up over multiple lines
153 | ERROR | [ ] The array declaration extends to column 85 (the limit is 80). The array content should be split up over multiple lines
154 | ERROR | [ ] The array declaration extends to column 87 (the limit is 80). The array content should be split up over multiple lines
155 | ERROR | [ ] The array declaration extends to column 91 (the limit is 80). The array content should be split up over multiple lines
157 | ERROR | [x] Expected 1 blank line after function; 0 found
158 | ERROR | [x] The closing brace for the class must have an empty line before it
------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/redirect.api.php
----------------------------------------------------------------------
FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 8 LINES
----------------------------------------------------------------------
28 | WARNING | Line exceeds 80 characters; contains 85 characters
38 | WARNING | Line exceeds 80 characters; contains 83 characters
101 | ERROR | Missing parameter type
103 | ERROR | Missing parameter type
115 | ERROR | Missing parameter type
117 | ERROR | Missing parameter type
119 | ERROR | Missing parameter type
142 | ERROR | Missing parameter type
----------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/redirect.drush.inc
--------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------
6 | ERROR | [x] There must be exactly one blank line after the file comment
7 | ERROR | [x] There must be one blank line after the last USE statement; 0 found;
11 | ERROR | [x] Expected 1 blank line before function; 0 found
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/redirect.generate.inc
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 16 ERRORS AND 5 WARNINGS AFFECTING 18 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8 | WARNING | [x] Unused use statement
19 | ERROR | [x] Missing function doc comment
39 | ERROR | [x] Missing function doc comment
45 | ERROR | [x] Missing function doc comment
59 | ERROR | [x] Missing function doc comment
85 | ERROR | [x] Missing function doc comment
109 | WARNING | [ ] Unused variable $source_options.
144 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
145 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
146 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
150 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
151 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
159 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
159 | WARNING | [x] There must be no blank line following an inline comment
159 | WARNING | [ ] There must be no blank line following an inline comment
159 | ERROR | [x] No space found before comment text; expected "// $context['message'] = t('Deleted URL redirect @rid.', array('@rid' => end($rids)));" but found "//$context['message'] = t('Deleted URL redirect @rid.',
| | array('@rid' => end($rids)));"
168 | ERROR | [x] Missing function doc comment
176 | ERROR | [ ] The array declaration extends to column 195 (the limit is 80). The array content should be split up over multiple lines
180 | ERROR | [x] Missing function doc comment
184 | ERROR | [x] Concat operator must be surrounded by a single space
193 | ERROR | [x] Missing function doc comment
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/redirect.install
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------
25 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters
30 | ERROR | [ ] The array declaration extends to column 96 (the limit is 80). The array content should be split up over multiple lines
37 | ERROR | [ ] unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
37 | ERROR | [x] Expected 1 space before ":"; 0 found
52 | ERROR | [x] Expected 1 blank line after function; 2 found
-------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/redirect.module
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AND 3 WARNINGS AFFECTING 12 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
16 | WARNING | [x] Unused use statement
52 | ERROR | [ ] The array declaration extends to column 487 (the limit is 80). The array content should be split up over multiple lines
64 | ERROR | [x] Case breaking statements must be followed by a single blank line
65 | WARNING | [ ] Code after the RETURN statement on line 64 cannot be executed
65 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
210 | ERROR | [ ] Missing parameter type
212 | ERROR | [ ] Missing parameter type
215 | ERROR | [ ] Return type missing for @return tag in function comment
228 | ERROR | [x] Missing function doc comment
238 | ERROR | [x] Use null coalesce operator instead of ternary operator.
246 | ERROR | [ ] Return type missing for @return tag in function comment
254 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "* Implements hook_foo_BAR_ID_bar() for
| | xyz-bar.tpl.php.", or "* Implements hook_foo_BAR_ID_bar() for block templates."
256 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "locale_form_redirect_edit_form_alter" but expected "redirect_locale_form_redirect_edit_form_alter"
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Entity/Redirect.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
157 | ERROR | [ ] The array declaration extends to column 83 (the limit is 80). The array content should be split up over multiple lines
163 | ERROR | [ ] Description for the @return value is missing
172 | ERROR | [ ] Description for the @return value is missing
252 | ERROR | [x] Use null coalesce operator instead of ternary operator.
298 | ERROR | [ ] The array declaration extends to column 268 (the limit is 80). The array content should be split up over multiple lines
313 | WARNING | [x] A comma should follow the last multiline array item. Found: DRUPAL_DISABLED
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/EventSubscriber/RedirectRequestSubscriber.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 14 ERRORS AND 2 WARNINGS AFFECTING 12 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------
28 | ERROR | [x] The open comment tag must be the only content on the line
28 | ERROR | [ ] Missing short description in doc comment
28 | ERROR | [x] Expected "\Drupal\redirect\RedirectRepository" but found "\Drupal\redirect\RedirectRepository " for @var tag in member variable comment
31 | ERROR | [ ] Missing short description in doc comment
36 | ERROR | [ ] Missing short description in doc comment
41 | ERROR | [ ] Missing short description in doc comment
46 | ERROR | [ ] Missing short description in doc comment
51 | ERROR | [ ] Missing short description in doc comment
56 | ERROR | [ ] Missing short description in doc comment
61 | ERROR | [ ] Missing short description in doc comment
73 | ERROR | [ ] Parameter $context is not described in comment
73 | ERROR | [ ] Parameter $path_processor is not described in comment
74 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
90 | ERROR | [ ] Missing parameter name
148 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
148 | ERROR | [ ] The array declaration extends to column 155 (the limit is 80). The array content should be split up over multiple lines
-------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/EventSubscriber/RedirectSettingsCacheTag.php
------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------
11 | WARNING | Line exceeds 80 characters; contains 84 characters
------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/EventSubscriber/RouteNormalizerRequestSubscriber.php
--------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------
109 | ERROR | [x] Equals sign not aligned correctly; expected 1 space but found 2 spaces
137 | ERROR | [x] Visibility must be declared on method "getSubscribedEvents"
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Exception/RedirectLoopException.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------
35 | ERROR | [ ] The array declaration extends to column 126 (the limit is 80). The array content should be split up over multiple lines
57 | ERROR | [x] Additional blank lines found at end of doc comment
------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Form/RedirectDeleteForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Missing class doc comment
15 | ERROR | [ ] The array declaration extends to column 203 (the limit is 80). The array content should be split up over multiple lines
------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Form/RedirectForm.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
-------------------------------------------------------------------------------------------------------------------------------
14 | ERROR | [x] Missing class doc comment
26 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
70 | ERROR | [x] Expected 1 space after closing parenthesis; found 2
71 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
77 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
128 | ERROR | [x] Use null coalesce operator instead of ternary operator.
129 | ERROR | [x] Use null coalesce operator instead of ternary operator.
133 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
143 | ERROR | [x] Closing parenthesis of array declaration must be on a new line
155 | ERROR | [x] Expected 1 blank line after function; 0 found
156 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Form/RedirectSettingsForm.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 2 WARNINGS AFFECTING 5 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
8 | ERROR | [x] Missing class doc comment
15 | ERROR | [x] Expected 1 blank line after function; 0 found
32 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
38 | ERROR | [ ] The array declaration extends to column 426 (the limit is 80). The array content should be split up over multiple lines
72 | WARNING | [ ] Avoid backslash escaping in translatable strings when possible, use "" quotes instead
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/Action/DeleteRedirect.php
------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------
48 | ERROR | [x] Data types in @param tags need to be fully namespaced
------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/Field/FieldType/RedirectSourceItem.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------
100 | ERROR | unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
--------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/Field/FieldWidget/RedirectSourceWidget.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 4 WARNINGS AFFECTING 9 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
65 | WARNING | [x] '@todo - Hmm... exception driven logic. Find a better way how to' should match the format '@todo Fix problem X here.'
68 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
68 | ERROR | [ ] The array declaration extends to column 102 (the limit is 80). The array content should be split up over multiple lines
70 | ERROR | [ ] The array declaration extends to column 113 (the limit is 80). The array content should be split up over multiple lines
81 | ERROR | [x] Use null coalesce operator instead of ternary operator.
84 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
88 | ERROR | [ ] The array declaration extends to column 319 (the limit is 80). The array content should be split up over multiple lines
121 | ERROR | [x] Expected 1 blank line after function; 0 found
122 | ERROR | [x] The closing brace for the class must have an empty line before it
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/Validation/Constraint/SourceLinkTypeConstraint.php
-------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 5 LINES
-------------------------------------------------------------------------------------------------
25 | ERROR | [ ] Missing member variable doc comment
27 | ERROR | [ ] Missing short description in doc comment
52 | WARNING | [x] The variable name should be defined after the type
90 | ERROR | [x] Expected 1 blank line after function; 0 found
91 | ERROR | [x] Expected 1 newline at end of file; 2 found
91 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/migrate/process/PathRedirect.php
-------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------
9 | ERROR | Missing short description in doc comment
-------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/migrate/process/d7/PathRedirect.php
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
14 | ERROR | [ ] Missing short description in doc comment
41 | ERROR | [ ] unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
54 | ERROR | [x] Expected 1 newline at end of file; 0 found
-----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/migrate/process/d7/RedirectSourceQuery.php
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
14 | ERROR | [ ] Missing short description in doc comment
31 | ERROR | [ ] unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
-----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/Plugin/migrate/source/d7/PathRedirect.php
----------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/RedirectChecker.php
------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
------------------------------------------------------------------------
18 | ERROR | [ ] Missing short description in doc comment
23 | ERROR | [ ] Missing short description in doc comment
28 | ERROR | [ ] Missing short description in doc comment
33 | ERROR | [ ] Missing short description in doc comment
38 | ERROR | [ ] Missing short description in doc comment
43 | ERROR | [x] Missing function doc comment
54 | ERROR | [x] Data types in @param tags need to be fully namespaced
------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/src/RedirectRepository.php
--------------------------------------------------------------------------------------------------
FOUND 11 ERRORS AND 2 WARNINGS AFFECTING 13 LINES
--------------------------------------------------------------------------------------------------
12 | ERROR | [x] Missing class doc comment
14 | ERROR | [ ] Missing short description in doc comment
19 | ERROR | [ ] Missing short description in doc comment
24 | ERROR | [ ] Missing short description in doc comment
36 | ERROR | [ ] Parameter $config_factory is not described in comment
37 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
57 | ERROR | [ ] Missing parameter type
107 | ERROR | [ ] Parameter $redirect is not described in comment
110 | ERROR | [ ] Missing parameter name
117 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
166 | ERROR | [ ] Description for the @return value is missing
183 | ERROR | [x] Expected 1 blank line after function; 0 found
184 | ERROR | [x] The closing brace for the class must have an empty line before it
--------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/fixtures/drupal6.php
-----------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/fixtures/drupal7-no-default.php
-----------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
-----------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
73 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
207 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
218 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
229 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/fixtures/drupal7.php
-----------------------------------------------------------------------------------
FOUND 7 ERRORS AND 1 WARNING AFFECTING 8 LINES
-----------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
73 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
149 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
153 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
218 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
229 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
240 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Functional/AssertRedirectTrait.php
---------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
---------------------------------------------------------------------------------------------
18 | ERROR | [ ] Missing parameter type
34 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
35 | ERROR | [x] Expected newline after closing brace
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Functional/GlobalRedirectTest.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 5 WARNINGS AFFECTING 10 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
38 | ERROR | [ ] Missing short description in doc comment
43 | ERROR | [ ] Missing short description in doc comment
48 | ERROR | [ ] Missing short description in doc comment
53 | ERROR | [ ] Missing short description in doc comment
58 | ERROR | [ ] Missing short description in doc comment
63 | ERROR | [ ] Missing short description in doc comment
196 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
212 | WARNING | [x] '@todo - here it seems that the access check runs prior to our redirecting' should match the format '@todo Fix problem X here.'
214 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
214 | WARNING | [x] There must be no blank line following an inline comment
214 | WARNING | [ ] There must be no blank line following an inline comment
214 | ERROR | [x] No space found before comment text; expected "// $this->assertRedirect('admin/config/system/site-information', 'site-info');" but found "//$this->assertRedirect('admin/config/system/site-information',
| | 'site-info');"
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Functional/RedirectUILanguageTest.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------
20 | ERROR | The array declaration extends to column 123 (the limit is 80). The array content should be split up over multiple lines
--------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Functional/RedirectUITest.php
--------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AND 1 WARNING AFFECTING 10 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
22 | ERROR | [ ] Missing short description in doc comment
27 | ERROR | [ ] Missing short description in doc comment
32 | ERROR | [ ] Missing short description in doc comment
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 3
40 | ERROR | [ ] The array declaration extends to column 88 (the limit is 80). The array content should be split up over multiple lines
160 | ERROR | [x] Visibility must be declared on method "testRedirectLoop"
191 | ERROR | [ ] unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.
198 | ERROR | [x] Visibility must be declared on method "createVocabulary"
214 | ERROR | [x] Visibility must be declared on method "createTerm"
--------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/FunctionalJavascript/RedirectJavascriptTest.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 12 ERRORS AND 1 WARNING AFFECTING 13 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
15 | ERROR | [ ] Missing short description in doc comment
20 | ERROR | [ ] Missing short description in doc comment
25 | ERROR | [ ] Missing short description in doc comment
33 | ERROR | [ ] The array declaration extends to column 88 (the limit is 80). The array content should be split up over multiple lines
67 | ERROR | [ ] Public method name "RedirectJavascriptTest::testRedirectUI" is not in lowerCamel format
78 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
186 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
208 | ERROR | [x] Array indentation error, expected 8 spaces but found 6
211 | ERROR | [x] Array closing indentation error, expected 6 spaces but found 4
221 | ERROR | [x] Array indentation error, expected 8 spaces but found 6
225 | ERROR | [x] Array closing indentation error, expected 6 spaces but found 4
234 | ERROR | [x] Array indentation error, expected 8 spaces but found 6
237 | ERROR | [x] Array closing indentation error, expected 6 spaces but found 4
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Kernel/Migrate/d6/PathRedirectTest.php
--------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
--------------------------------------------------------------------------------------
6 | ERROR | [x] There must be one blank line after the last USE statement; 2 found;
27 | ERROR | [x] There should be no white space after an opening "("
37 | ERROR | [x] Data types in @var tags need to be fully namespaced
48 | ERROR | [x] Expected 1 blank line after function; 0 found
49 | ERROR | [x] The closing brace for the class must have an empty line before it
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Kernel/Migrate/d7/PathRedirectSourceTest.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
18 | ERROR | [ ] The array declaration extends to column 82 (the limit is 80). The array content should be split up over multiple lines
29 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
-------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Kernel/Migrate/d7/PathRedirectTest.php
----------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Kernel/Migrate/d7/PathRedirectTestBase.php
-----------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
38 | ERROR | [x] Data types in @var tags need to be fully namespaced
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Kernel/Migrate/d7/PathRedirectWithoutDefaultTest.php
------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
5 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Kernel/RedirectAPITest.php
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
30 | ERROR | [ ] The array declaration extends to column 112 (the limit is 80). The array content should be split up over multiple lines
189 | ERROR | [ ] The array declaration extends to column 82 (the limit is 80). The array content should be split up over multiple lines
190 | ERROR | [ ] The array declaration extends to column 85 (the limit is 80). The array content should be split up over multiple lines
190 | ERROR | [ ] The array declaration extends to column 84 (the limit is 80). The array content should be split up over multiple lines
194 | WARNING | [ ] Unused variable $index.
272 | ERROR | [ ] Public method name "RedirectAPITest::testParseURL" is not in lowerCamel format
273 | ERROR | [x] No space found before comment text; expected "// $test_cases = array(" but found "//$test_cases = array("
275 | WARNING | [ ] Line exceeds 80 characters; contains 95 characters
275 | ERROR | [ ] Comment indentation error, expected only 2 spaces
276 | WARNING | [ ] Line exceeds 80 characters; contains 98 characters
278 | ERROR | [x] No space found before comment text; expected "// );" but found "//);"
279 | ERROR | [x] No space found before comment text; expected "// foreach ($test_cases as $index => $test_case) {" but found "//foreach ($test_cases as $index => $test_case) {"
282 | ERROR | [x] No space found before comment text; expected "// }" but found "//}"
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Unit/RedirectCheckerTest.php
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 29 ERRORS AND 6 WARNINGS AFFECTING 25 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
7 | WARNING | [x] Unused use statement
23 | ERROR | [ ] The array declaration extends to column 93 (the limit is 80). The array content should be split up over multiple lines
23 | ERROR | [ ] The array declaration extends to column 92 (the limit is 80). The array content should be split up over multiple lines
59 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
85 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
104 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
104 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
104 | ERROR | [x] 4 spaces found before inline comment; expected "// $checker = new RedirectChecker($this->getConfigFactoryStub($config), $state);" but found "// $checker = new
| | RedirectChecker($this->getConfigFactoryStub($config), $state);"
105 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
106 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
107 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
107 | ERROR | [ ] Comment indentation error, expected only 4 spaces
108 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
110 | ERROR | [ ] Comment indentation error, expected only 4 spaces
111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
112 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
113 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
115 | ERROR | [ ] Comment indentation error, expected only 4 spaces
116 | WARNING | [ ] Line exceeds 80 characters; contains 111 characters
116 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
118 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
119 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
120 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
121 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
122 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
123 | ERROR | [ ] Comment indentation error, expected only 4 spaces
124 | WARNING | [ ] Line exceeds 80 characters; contains 116 characters
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 24 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Unit/RedirectRequestSubscriberTest.php
------------------------------------------------------------------------------------
FOUND 15 ERRORS AFFECTING 11 LINES
------------------------------------------------------------------------------------
114 | ERROR | [ ] Missing parameter type
116 | ERROR | [ ] Missing parameter type
126 | ERROR | [ ] Type hint "array" missing for $request_query
178 | ERROR | [ ] Missing parameter type
180 | ERROR | [ ] Missing parameter type
210 | ERROR | [ ] Missing parameter type
245 | ERROR | [ ] Type hint "array" missing for $headers
257 | ERROR | [ ] Missing parameter comment
257 | ERROR | [ ] Missing parameter type
258 | ERROR | [ ] Missing parameter comment
258 | ERROR | [ ] Missing parameter type
260 | ERROR | [ ] Description for the @return value is missing
260 | ERROR | [x] Data types in @return tags need to be fully namespaced
260 | ERROR | [x] Data types in @return tags need to be fully namespaced
272 | ERROR | [ ] Description for the @return value is missing
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------

FILE: /app/modules/contrib/redirect/tests/src/Unit/RouteNormalizerRequestSubscriberTest.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 11 ERRORS AND 6 WARNINGS AFFECTING 17 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
45 | WARNING | Line exceeds 80 characters; contains 118 characters
46 | WARNING | Line exceeds 80 characters; contains 81 characters
59 | WARNING | Line exceeds 80 characters; contains 113 characters
60 | WARNING | Line exceeds 80 characters; contains 81 characters
73 | WARNING | Line exceeds 80 characters; contains 126 characters
74 | WARNING | Line exceeds 80 characters; contains 81 characters
99 | ERROR | The array declaration extends to column 101 (the limit is 80). The array content should be split up over multiple lines
100 | ERROR | The array declaration extends to column 127 (the limit is 80). The array content should be split up over multiple lines
101 | ERROR | The array declaration extends to column 100 (the limit is 80). The array content should be split up over multiple lines
102 | ERROR | The array declaration extends to column 122 (the limit is 80). The array content should be split up over multiple lines
116 | ERROR | Description for the @return value is missing
140 | ERROR | Description for the @return value is missing
162 | ERROR | Description for the @return value is missing
182 | ERROR | Description for the @return value is missing
208 | ERROR | Description for the @return value is missing
210 | ERROR | Type hint "array" missing for $query_string
211 | ERROR | The array declaration extends to column 148 (the limit is 80). The array content should be split up over multiple lines
-----------------------------------------------------------------------------------------------------------------------------------------

Time: 1.19 secs; Memory: 16MB

Steps to reproduce

Run following command

phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml modules/contrib/redirect/

Proposed resolution

Above error need to be fixed

๐Ÿ“Œ Task
Status

Postponed

Version

1.0

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia samit.310@gmail.com

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia rishu_kumar

    I applied patch #4, it applied cleanly, and all the errors was resolved (see attached images). It can be moved to RTBC.

    Thanks

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Charchil Khandelwal

    Charchil Khandelwal โ†’ made their first commit to this issueโ€™s fork.

  • Assigned to Charchil Khandelwal
  • Status changed to RTBC about 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Charchil Khandelwal

    Thanks @samit.310@gmail.com, patch #4 applied cleanly, all errors and warnings are fixed.
    Moving to RTBC.

  • @charchil-khandelwal opened merge request.
  • Issue was unassigned.
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Charchil Khandelwal

    Created MR for same.
    Please review.

    Thank You

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Manoj Raj.R Chennai

    Looks like a good catch overall by samit.310@gmail.com.

  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Manoj Raj.R Chennai
  • Status changed to Needs review about 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Manoj Raj.R Chennai

    Reviewed the MR looks good to me.

    After the Merge Request created by Charchil Khandelwal

    Can be moved to RTBC.

    Good work

  • Status changed to RTBC about 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡ณIndia Manoj Raj.R Chennai
  • Status changed to Needs work almost 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น
        * @return \Symfony\Component\HttpFoundation\RedirectResponse
    +   *   The Redirect Response.

    Redirect and Response are misspelled.

    -   * @param ExceptionEvent $event
    +   * @param \Symfony\Component\HttpKernel\Event\ExceptionEvent $event
        *   Is given by the event dispatcher.

    Since the documentation comment is changed, also the short description for that parameter needs to be changed.

               'title' => $this->t('Add redirect'),
    -          'url' => Url::fromRoute('redirect.add', [], ['query' => ['source' => $path, 'language' => $result->langcode] + $destination]),
    +          'url' => Url::fromRoute('redirect.add', [], [
    +            'query' => [
    +              'source' => $path,
    +              'language' => $result->langcode,
    +            ] + $destination,
    +          ]),

    Lines are allowed to be longer than 80 characters, if they are more readable. The changed code is not more readable.

    -    $xpath = $this->xpath('//*[@id="edit-ignore-pages"]')[0]->getHtml();
    +    // $xpath = $this->xpath('//*[@id="edit-ignore-pages"]')[0]->getHtml();
         // Check that the new page to ignore has been saved with leading slash.

    Lines that must be removed are removed, not commented out.

       /**
    -   * Passes if the row with the given parameters is NOT in the redirect_404 table.
    +   * Passes if the row with the given parameters is NOT in redirect_404 table.

    The existing short description is already correct. in the redirect_404 table is correct; in redirect_404 table is not correct.

    +  /**
    +   * Mock time.
    +   *
    +   * @var \Drupal\Component\Datetime\TimeInterface|\PHPUnit\Framework\MockObject\MockObject
    +   */
    +  protected $time;

    It should be The mocked time.

    +/**
    + * @file
    + * Module file for redirect_domain.
    + */

    The usual short description for modules is Hook implementations for the [module name] module.

       /**
    +   * The Redirect Checker.
    +   *
        * @var \Drupal\redirect\RedirectChecker
        */
       protected $redirectChecker;

    The short description does not say anything about the property purpose.

       /**
    -   * Constructs a \Drupal\redirect\EventSubscriber\RedirectRequestSubscriber object.
    +   * Constructs a DomainRedirectRequestSubscriber object.

    The existing short description is already correct, since it includes the class namespace.

    +/**
    + * Redirect generate form.
    + */
     function redirect_generate_form() {

    The documentation form for a form builder function is different.

    +/**
    + * Redirect generate form submit.
    + */

    The short description for submission and validation handlers is different.

    -  //$context['message'] = t('Deleted URL redirect @rid.', array('@rid' => end($rids)));
    -
    +  // $context['message'] = t('Deleted URL redirect @rid.',
    +  // array('@rid' => end($rids)));

    The existing code is more readable. It just misses a space after the comment delimiter.

    +/**
    + * Redirect generate batch finish.
    + */
     function redirect_generate_batch_finished($success, $results, $operations) {
    

    A batch callback is not described that way. Drupal coding standards have a section about callbacks.

    +/**
    + * Redirect generate URL.
    + */
     function _redirect_generate_url($external = FALSE, $max_levels = 2) {

    The documentation for the parameters or the return value is missing.

    +/**
    + * Redirect generate querystring.
    + */
     function _redirect_generate_querystring() {

    The short description is merely repeating the function name without underscores.

    +/**
    + * Redirect status code.
    + */
     function redirect_status_code_options($code = NULL) {

    The short description does not describe what the function does. Redirect status code. does not even make sense.
    The parameter nor the return value are not described.

     /**
    - * Implements hook_form_FORM_ID_alter() on behalf of locale.module.
    + * Implements hook_form_FORM_ID_alter() for locale.module.
      */
    -function locale_form_redirect_edit_form_alter(array &$form, FormStateInterface $form_state) {
    +function redirect_locale_form_redirect_edit_form_alter(array &$form, FormStateInterface $form_state) {

    The function name is correct because, as the short description says, that hook is implemented on behalf of locale.module.
    If I were to implement hook_entity_alter() in my module on behalf of the Node module, the function name would be node_entity_alter().

        * @return string
    +   *   Source URL.
        */
       public function getSourceUrl() {

    The short description is missing an article.

       /**
    +   * The language Manager.
    +   *
        * @var \Drupal\Core\Language\LanguageManagerInterface
        */
       protected $languageManager;

    Manager is misspelled, since it is not the first word in a sentence.

       /**
    +   * The entity type manager service.
    +   *
        * @var \Drupal\Core\Entity\EntityTypeManagerInterface
        */
       protected $entityTypeManager;
     

    There is no need to say it is a service.

       /**
    +   * The Redirect Checker.
    +   *
        * @var \Drupal\redirect\RedirectChecker
        */
       protected $checker;

    Words are written capitalized in few cases, none of them include Redirect nor Checker.

       /**
    +   * The path processor.
    +   *
        * A path processor manager for resolving the system path.
        *
        * @var \Drupal\Core\PathProcessor\InboundPathProcessorInterface

    The short description is sufficient.

       /**
    -   * Constructs a \Drupal\redirect\EventSubscriber\RedirectRequestSubscriber object.
    +   * The logger factory.
    +   *
    +   * @var \Drupal\Core\Logger\LoggerChannelFactoryInterface
    +   */
    +  protected $loggerFactory;
    +
    +  /**
    +   * Constructs a RedirectRequestSubscriber object.

    The existing short description is already correct, since it includes the class namespace.

     /**
    - * A subscriber invalidating the 'rendered' cache tag when saving redirect settings.
    + * The RedirectSettingsCacheTag Class.
    + *
    + * A subscriber invalidating the 'rendered' cache tag when saving
    + * redirect settings.
      */
     class RedirectSettingsCacheTag implements EventSubscriberInterface {

    The existing short description is already correct, since it does not repeat the class name.

    +/**
    + * The RedirectDeleteForm class.
    + */
     class RedirectDeleteForm extends ContentEntityConfirmFormBase {

    The short description for a class must not repeat the class name.

    +  /**
    +   * The entity type manager service.
    +   *
    +   * @var \Drupal\Core\Entity\EntityTypeManagerInterface
    +   */
    +  protected $entityTypeManager;

    It is not necessary to say it is a service, since a manager class is used for a service.

    +  /**
    +   * The module handler service.
    +   *
    +   * @var \Drupal\Core\Extension\ModuleHandlerInterface
    +   */

    It is not necessary to say it is a service.

    +  /**
    +   * Constructs a RedirectSettingsForm object.
    +   *
    +   * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
    +   *   The factory for configuration objects.
    +   * @param \Drupal\Core\Extension\ModuleHandlerInterface $module_handler
    +   *   The module handler.
    +   */
    +  public function __construct(ConfigFactoryInterface $config_factory, ModuleHandlerInterface $module_handler) {

    The class name must include its namespace.

    +  /**
    +   * The Redirect Repository.
    +   *
    +   * @var \Drupal\redirect\RedirectRepository
    +   */
    +  protected $redirectRepository;

    Redirect and Repository are misspelled.

    +   * @param \Drupal\Core\Routing\AccessAwareRouterInterface $router
    +   *   A router class for Drupal with access check and upcasting.
    +   * @param \Drupal\redirect\RedirectRepository $redirect_repository
    +   *   A router class for Drupal with access check and upcasting.

    The last short description is wrong. It is the exact same short description given for the other parameter.

    -        // @todo - Hmm... exception driven logic. Find a better way how to
    +        // @todo Hmm... exception driven logic. Find a better way how to
             //   determine if we have a valid path.

    Find a better way how to verify the path is valid. is probably better.

    -              ['%path' => $source_path, '@url-alias' => Url::fromRoute('entity.path_alias.add_form')->toString()]) . '</div>';
    +              [
    +                '%path' => $source_path,
    +                '@url-alias' => Url::fromRoute('entity.path_alias.add_form')->toString(),
    +              ]) . '</div>';

    That code is not more readable.

    +  /**
    +   * Message string.
    +   *
    +   * @var string
    +   */

    The short description is missing an article. Furthermore, the short description does not need to say the property type.

       /**
    +   * The contect.
    +   *
        * @var \Symfony\Component\Validator\Context\ExecutionContextInterface
        */
       protected $context;

    The short description contains a typo.

     /**
    + * Migrate process plugin.
    + *
      * @MigrateProcessPlugin(
      *   id = "d7_redirect_source_query"
      * )
    @@ -28,7 +25,7 @@ class RedirectSourceQuery extends ProcessPluginBase {

    The short description should be more specific. That same description has been used for two classes already.

    +  /**
    +   * Create RedirectChecker object.
    +   */
       public function __construct(ConfigFactoryInterface $config, StateInterface $state, AccessManager $access_manager, AccountInterface $account, RouteProviderInterface $route_provider) {
    

    The verb does not use the third-person singular.
    The class namespace is missing.
    The parameter descriptions are missing.

    +/**
    + * The RedirectRepository class.
    + */
     class RedirectRepository {

    The short description must not repeat the class name.

       /**
    +   * Database connection.
    +   *
        * @var \Drupal\Core\Database\Connection
        */
       protected $connection;

    The short description is missing an article.

       /**
    -   * Constructs a \Drupal\redirect\EventSubscriber\RedirectRequestSubscriber object.
    +   * The request stack.
    +   *
    +   * @var \Symfony\Component\HttpFoundation\RequestStack
    +   */
    +  protected $requestStack;
    +
    +  /**
    +   * Constructs RedirectRepository object.
        *
        * @param \Drupal\Core\Entity\EntityTypeManagerInterface $manager
        *   The entity type manager.
        * @param \Drupal\Core\Database\Connection $connection
        *   The database connection.
    +   * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
    +   *   The configuration factory.
    +   * @param \Symfony\Component\HttpFoundation\RequestStack $request_stack
    +   *   The request stack.
        */
    -  public function __construct(EntityTypeManagerInterface $manager, Connection $connection, ConfigFactoryInterface $config_factory) {
    +  public function __construct(EntityTypeManagerInterface $manager, Connection $connection, ConfigFactoryInterface $config_factory, RequestStack $request_stack) {

    The class namespace is missing from the constructor short description.

    -   * @param $language
    +   * @param string $language
        *   The language for which is the redirect.

    Since the documentation comment is changed, also that short description must be corrected.

       /**
    +   * The repository.
    +   *
        * @var \Drupal\redirect\RedirectRepository
        */
       protected $repository;

    That is a too vague short description, which could describe any repository.

       /**
    +   * The storage.
    +   *
        * @var \Drupal\Core\Entity\Sql\SqlContentEntityStorage
        */
    -   protected $storage;
    +  protected $storage;

    The short description is too generic.

    +  public function testParseUrl() {
    +    // $test_cases = array(
    +    // array(
    +    // 'input' => array(
    +    // 'b' => 'aa',
    +    // 'c' => array('c2' => 'aa', 'c1' => 'aa'),
    +    // 'a' => 'aa',
    +    // ),
    +    // 'expected' => array(
    +    // 'a' => 'aa',
    +    // 'b' => 'aa',
    +    // 'c' => array('c1' => 'aa', 'c2' => 'aa'),
    +    // ),
    +    // ),
    +    // );
    +    // foreach ($test_cases as $index => $test_case) {
    +    // $output = redirect_parse_url($test_case['input']);
    +    // $this->assertIdentical($output, $test_case['expected']);
    +    // }

    The code indentation is wrong.
    Since the Drupal coding standards say to use the short array syntax, that should be used even for commented out code.

    -    // Maintenance mode is on, but user has access to view site in maintenance mode.
    +    // Maintenance mode is on, but user has access to view site in
    +    // maintenance mode.
         $accountWithMaintenanceModeAccess = $this->createMock('Drupal\Core\Session\AccountInterface');

    Instead of reformatting the comment, that comment should be removed, as it does not say anything that is already clear from the code.

    -//    $checker = new RedirectChecker($this->getConfigFactoryStub($config), $state);
    -//
    -//    $route = $this->getMockBuilder('Symfony\Component\Routing\Route')
    -//      ->disableOriginalConstructor()
    -//      ->getMock();
    -//    $route->expects($this->any())
    -//      ->method('getOption')
    -//      ->with('_admin_route')
    -//      ->will($this->returnValue('system.admin_config_search'));
    -//
    -//    $request = $this->getRequestStub('index.php', 'GET',
    -//      array(RouteObjectInterface::ROUTE_OBJECT => $route));
    -//    $this->assertFalse($checker->canRedirect($request), 'Cannot redirect if we are requesting a admin path');
    -//
    -//    // We are at admin path with ignore_admin_path set to TRUE.
    -//    $config['redirect.settings']['ignore_admin_path'] = TRUE;
    -//    $checker = new RedirectChecker($this->getConfigFactoryStub($config), $state);
    -//
    -//    $request = $this->getRequestStub('index.php', 'GET',
    -//      array(RouteObjectInterface::ROUTE_OBJECT => $route));
    -//    $this->assertTrue($checker->canRedirect($request), 'Can redirect a admin with ignore_admin_path set to TRUE');
    +    // $checker = new RedirectChecker($this->getConfigFactoryStub($config),
    +    // $state);
    +    //
    +    //    $route = $this->getMockBuilder('Symfony\Component\Routing\Route')
    +    //    ->disableOriginalConstructor()
    +    //    ->getMock();
    +    //    $route->expects($this->any())
    +    //    ->method('getOption')
    +    //    ->with('_admin_route')
    +    //    ->will($this->returnValue('system.admin_config_search'));
    +    //
    +    //    $request = $this->getRequestStub('index.php', 'GET',
    +    //    array(RouteObjectInterface::ROUTE_OBJECT => $route));
    +    //    $this->assertFalse($checker->canRedirect($request),
    +    // 'Cannot redirect if we are requesting a admin path');
    +    //
    +    //    // We are at admin path with ignore_admin_path set to TRUE.
    +    //    $config['redirect.settings']['ignore_admin_path'] = TRUE;
    +    //    $checker = new RedirectChecker($this->getConfigFactoryStub($config),
    +    //    $state);
    +    //
    +    //    $request = $this->getRequestStub('index.php', 'GET',
    +    //    array(RouteObjectInterface::ROUTE_OBJECT => $route));
    +    //    $this->assertTrue($checker->canRedirect($request),
    +    //    'Can redirect aadmin with ignore_admin_path set to TRUE');

    Formatting rules do not change whether the code is commented out. Those changes are wrong.

    -   * @param $redirect
    +   * @param string $redirect
        *   The redirect entity.

    If it is a redirect entity, its type cannot be a string.

    -   * @param $method
    +   * @param string $method
        *   Method to mock - either load() or findMatchingRedirect().

    The short description is missing an article.
    I would rather use a comma instead of an hyphen.

    -   * @param $url
    -   *   Url to be returned from getRedirectUrl
    +   * @param string $url
    +   *   Url to be returned from getRedirectUrl.
        * @param int $status_code
        *   The redirect status code.

    Url is misspelled.
    The short description is missing an article.

    -   * @param $path_info
    -   * @param $query_string
    +   * @param string $path_info
    +   *   Path info.
    +   * @param string $query_string
    +   *   Query string.

    The short descriptions are each missing an article.

       * @return \Drupal\language\ConfigurableLanguageManagerInterface|\PHPUnit\Framework\MockObject\MockObject
    +   *   The $language_manager.

    That does not describe the return value.

         return [
    -      ['https://example.com/route-to-normalize', [], 'https://example.com/route-to-normalize', FALSE],
    -      ['https://example.com/route-to-normalize', ['key' => 'value'], 'https://example.com/route-to-normalize?key=value', FALSE],
    -      ['https://example.com/index.php/', ['q' => 'node/1'], 'https://example.com/?q=node%2F1', TRUE],
    -      ['https://example.com/index.php/', ['q' => 'node/1', 'p' => 'a+b'], 'https://example.com/?q=node%2F1&p=a%2Bb', TRUE],
    +      [
    +        'https://example.com/route-to-normalize',
    +        [],
    +        'https://example.com/route-to-normalize',
    +        FALSE,
    +      ],
    +      [
    +        'https://example.com/route-to-normalize',
    +        ['key' => 'value'],
    +        'https://example.com/route-to-normalize?key=value',
    +        FALSE,
    +      ],
    +      ['https://example.com/index.php/',
    +        ['q' => 'node/1'],
    +        'https://example.com/?q=node%2F1',
    +        TRUE,
    +      ],
    +      ['https://example.com/index.php/',
    +        ['q' => 'node/1', 'p' => 'a+b'],
    +        'https://example.com/?q=node%2F1&p=a%2Bb',
    +        TRUE,
    +      ],
         ];

    The existing code is more readable.

        * @return \Drupal\Core\Routing\UrlGeneratorInterface|\PHPUnit\Framework\MockObject\MockObject
    +   *   URl generator.

    URl is misspelled.

  • Assigned to ankitv18
  • Status changed to Active almost 2 years ago
  • Status changed to Needs work almost 2 years ago
  • ๐Ÿ‡ฎ๐Ÿ‡นItaly apaderno Brescia, ๐Ÿ‡ฎ๐Ÿ‡น

    The status is still Needs work, since no new patch nor new MR has been provided. When that is done, the status becomes Needs review, not Active.

  • First commit to issue fork.
  • Open in Jenkins โ†’ Open on Drupal.org โ†’
    Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7
    last update almost 2 years ago
    63 pass
  • Status changed to Postponed over 1 year ago
  • ๐Ÿ‡ณ๐Ÿ‡ฟNew Zealand jweowu

    It was noted in #15 but there was already a mostly-duplicate issue ๐Ÿ“Œ Maintaining drupal coding standards Needs review -- and as I've just re-rolled the patch for that, I'm marking this one postponed to prevent any more duplication of effort.

    I'm not closing this as a duplicate issue because I've noted some phpcs issues which I did not fix in that other patch; namely:

    * \Drupal calls should be avoided in classes, use dependency injection instead
    * unserialize() is insecure unless allowed classes are limited. Use a safe format like JSON or use the allowed_classes option.

    I think once the coding standards issue has been resolved, this one can be re-opened to address any remaining phpcs concerns.

Production build 0.71.5 2024