- Issue created by @harivansh
- Status changed to Needs review
over 1 year ago 7:49am 19 April 2023 - First commit to issue fork.
- 🇮🇳India dineshkumarbollu
The patch applied cleanly and shows 0 phpcs compatible issues.
Thanks
FILE: .../web/sites/all/modules/contrib/apply_for_role/views/handlers/apply_for_role_views_handler_field_application_link_delete.inc
---------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------
41 | ERROR | Functions can not have multiple parameters with the same name since PHP 7.0
---------------------------------------------------------------------------------------------------------------------------------
FILE: ...web/sites/all/modules/contrib/apply_for_role/views/handlers/apply_for_role_views_handler_field_application_link_approve.inc
---------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------
47 | ERROR | Functions can not have multiple parameters with the same name since PHP 7.0
---------------------------------------------------------------------------------------------------------------------------------
FILE: ...ng/web/sites/all/modules/contrib/apply_for_role/views/handlers/apply_for_role_views_handler_field_application_link_deny.inc
---------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------
47 | ERROR | Functions can not have multiple parameters with the same name since PHP 7.0
---------------------------------------------------------------------------------------------------------------------------------
phpcs -p . --standard=PHPCompatibility --extensions=module/php,inc/php,install/php,php/php --runtime-set testVersion 8.1
Needs review
2.0
Code
The patch applied cleanly and shows 0 phpcs compatible issues.
Thanks