Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drupal 9 coding standards and deprecation issues #19

Closed
stephen-cox opened this issue May 6, 2021 · 0 comments · Fixed by #20
Closed

Drupal 9 coding standards and deprecation issues #19

stephen-cox opened this issue May 6, 2021 · 0 comments · Fixed by #20

Comments

@stephen-cox
Copy link
Member

Coding standards

FILE: .../web/modules/contrib/localgov_geo/src/LocalgovGeoListBuilder.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 93 | WARNING | [x] Inline @var declarations should use the /** */
    |         |     delimiters
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: ...les/contrib/localgov_geo/src/LocalgovGeoAccessControlHandler.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
 25 | ERROR | The array declaration extends to column 93 (the limit
    |       | is 80). The array content should be split up over
    |       | multiple lines
 28 | ERROR | The array declaration extends to column 95 (the limit
    |       | is 80). The array content should be split up over
    |       | multiple lines
 41 | ERROR | The array declaration extends to column 91 (the limit
    |       | is 80). The array content should be split up over
    |       | multiple lines
----------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant