----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 17 | ERROR | [x] Doc comment long description must end with a full
    |       |     stop
----------------------------------------------------------------------


FILE: ...saction_workflow/src/Form/TransactionWorkflowTransitionsForm.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
 39 | ERROR | [x] Array indentation error, expected 8 spaces but
    |       |     found 10
 40 | ERROR | [x] Array indentation error, expected 8 spaces but
    |       |     found 10
----------------------------------------------------------------------


FILE: ...ansaction_workflow/src/Plugin/Transaction/WorkflowTransactor.php
----------------------------------------------------------------------
FOUND 2 ERRORS AND 2 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------
 203 | ERROR   | [x] Whitespace found at end of line
 230 | ERROR   | [x] Array indentation error, expected 6 spaces but
     |         |     found 8
 304 | WARNING | [ ] Line exceeds 80 characters; contains 82
     |         |     characters
 322 | WARNING | [x] A comma should follow the last multiline array
     |         |     item. Found: NULL
----------------------------------------------------------------------


FILE: ...ction_workflow/src/Plugin/Block/TransactionWorkflowFormBlock.php
----------------------------------------------------------------------
FOUND 3 ERRORS AND 3 WARNINGS AFFECTING 5 LINES
----------------------------------------------------------------------
  16 | WARNING | [x] Unused use statement
  17 | WARNING | [x] Unused use statement
 149 | ERROR   | [x] Inline comments must start with a capital letter
 149 | ERROR   | [x] Inline comments must end in full-stops,
     |         |     exclamation marks, colons, question marks, or
     |         |     closing parentheses
 158 | ERROR   | [ ] There must be no space between ? and :
 238 | WARNING | [x] A comma should follow the last multiline array
     |         |     item. Found: ]
----------------------------------------------------------------------


FILE: ...transaction_workflow/src/TransactionWorkflowServiceInterface.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 18 | ERROR | [x] Expected "string|false" but found "string|FALSE"
    |       |     for function return type
----------------------------------------------------------------------


FILE: ...modules/contrib/transaction_workflow/transaction_workflow.module
----------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
----------------------------------------------------------------------
  1 | ERROR   | [x] Missing file doc comment
 30 | WARNING | [ ] Line exceeds 80 characters; contains 82
    |         |     characters
 42 | ERROR   | [ ] There must be no space between ? and :

Comments

Aston Victor created an issue. See original summary.

astonvictor’s picture

Status: Active » Needs review
StatusFileSize
new8.89 KB
manuel.adan’s picture

Title: Coding standard » Coding standard review
Category: Bug report » Task
StatusFileSize
new10.95 KB
new2.39 KB

Thanks for the report. I found some other messages fixed in the patch.

manuel.adan’s picture

Status: Needs review » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.