Comply with Drupal coding standards (33) (Trailing commas)

Created on 24 April 2024, 7 months ago
Updated 5 June 2024, 5 months ago

Problem/Motivation

  • Fix coding standard errors by phpstan at d.o
    FILE: ...ud/modules/cloud_service_providers/vmware/src/Controller/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     127 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud/modules/cloud_service_providers/vmware/src/Form/VmwareDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 13 ERRORS AFFECTING 11 LINES
    --------------------------------------------------------------------------------
     110 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     111 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     112 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     113 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     114 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     115 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     116 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     117 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     118 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     119 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     120 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     120 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     120 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/vmware/src/Form/VmwareDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     41 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     44 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     45 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     47 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/vmware/src/Form/VmwareProcessMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     45 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     48 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     49 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     51 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/vmware/src/Form/Config/VmwareAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     58 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud/modules/cloud_service_providers/vmware/src/Form/VmwareContentForm.php
    --------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 15 LINES
    --------------------------------------------------------------------------------
     134 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     135 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     136 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     137 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     138 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     139 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     140 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     141 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     142 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     143 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     144 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     145 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     146 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     147 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     148 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     148 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     148 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/vmware/src/Plugin/Derivative/VmwareMenuLinks.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
      56 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
      56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     166 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     166 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     212 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     212 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/vmware/src/Plugin/cloud/config/VmwareCloudConfigPlugin.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     54 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...mware/src/Plugin/cloud/launch_template/VmwareCloudLaunchTemplatePlugin.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     128 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     129 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     130 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     131 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     132 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     133 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     134 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     135 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     136 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     137 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     138 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     139 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     139 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     139 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     391 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...roviders/vmware/src/Plugin/Field/FieldFormatter/VmwareGuestOsFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     60 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/vmware/src/Plugin/Block/VMwareBaseTableBlock.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 10
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 10
     90 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud/modules/cloud_service_providers/vmware/src/Service/VmwareService.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     112 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     113 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     114 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     115 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     116 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     117 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     118 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     118 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     118 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     475 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/vmware/src/Service/VmwareServiceFactory.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     108 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     109 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     110 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     111 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     112 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     113 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     114 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     115 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     115 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     115 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/vmware/src/Service/VmwareOperationsService.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     41 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/vmware/tests/src/Functional/VmwareTestBase.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     87 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     87 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/terraform/src/Controller/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     105 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/terraform/src/Form/TerraformDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     41 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     44 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     45 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     47 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/terraform/src/Form/TerraformContentForm.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     114 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     115 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     116 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     117 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     118 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     119 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     120 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     121 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     122 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     123 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     124 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     125 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     126 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     126 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     126 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/terraform/src/Form/Config/TerraformAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     58 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/terraform/src/Form/TerraformDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 12 ERRORS AFFECTING 10 LINES
    --------------------------------------------------------------------------------
     102 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     106 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     107 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     108 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     109 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     110 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     111 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     111 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     111 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/terraform/src/Form/TerraformProcessMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     45 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     48 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     49 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     51 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/terraform/src/Plugin/Derivative/TerraformMenuLinks.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
      56 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
      56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     152 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     152 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     198 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     198 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...providers/terraform/src/Plugin/cloud/config/TerraformCloudConfigPlugin.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     54 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/terraform/src/Plugin/Block/WorkspaceBlock.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     88 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 10
     89 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 10
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/terraform/src/Service/TerraformServiceFactory.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
      98 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     104 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/terraform/src/Service/TerraformService.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
      98 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     104 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     600 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/terraform/tests/src/Functional/TerraformTestBase.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     86 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/terraform/tests/src/Functional/TerraformVariableTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     142 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     142 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/aws_cloud/src/Controller/CloudFormation/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     87 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/aws_cloud/src/Controller/Ec2/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     162 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/aws_cloud/src/Controller/Vpc/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     87 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud/src/Form/CloudFormation/AwsCloudCloudFormationProcessMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     45 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     48 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     49 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     51 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud/src/Form/CloudFormation/AwsCloudCloudFormationDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     39 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     44 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     45 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     45 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     45 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...roviders/aws_cloud/src/Form/CloudFormation/AwsCloudFormationDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 12 ERRORS AFFECTING 10 LINES
    --------------------------------------------------------------------------------
     103 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     106 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     107 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     108 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     109 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     110 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     111 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     112 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     112 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     112 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     90 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/aws_cloud/src/Form/Ec2/SnapshotDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceRebootForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     69 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Ec2/SnapshotEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     90 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceCreateImageForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     69 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeAttachForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     84 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceStopForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     74 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/aws_cloud/src/Form/Ec2/AwsDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 12 ERRORS AFFECTING 10 LINES
    --------------------------------------------------------------------------------
     103 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     106 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     107 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     108 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     109 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     110 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     111 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     112 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     112 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     112 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/aws_cloud/src/Form/Ec2/AwsCloudProcessMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     45 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     48 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     49 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     51 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     91 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     90 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeDetachForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     69 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     93 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     98 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/aws_cloud/src/Form/Ec2/InstanceAssociateElasticIpForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     73 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/aws_cloud/src/Form/Ec2/NetworkInterfaceDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairImportForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     93 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     96 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/aws_cloud/src/Form/Ec2/SnapshotCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceStartForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     91 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpAssociateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     84 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/aws_cloud/src/Form/Ec2/AwsCloudDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     39 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     44 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     45 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     45 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     45 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/aws_cloud/src/Form/Ec2/ImageDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpDisassociateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/aws_cloud/src/Form/Ec2/SecurityGroupRevokeForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     69 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/src/Form/Ec2/InstanceConsoleOutputForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     101 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     101 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/aws_cloud/src/Form/Ec2/KeyPairCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     90 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/aws_cloud/src/Form/Ec2/AwsCloudContentForm.php
    --------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 15 LINES
    --------------------------------------------------------------------------------
     138 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     139 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     140 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     141 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     142 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     143 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     144 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     145 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     146 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     147 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     148 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     149 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     150 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     151 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     152 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     152 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     152 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../modules/cloud_service_providers/aws_cloud/src/Form/Ec2/VolumeEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     95 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/aws_cloud/src/Form/Ec2/ElasticIpCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     93 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/aws_cloud/src/Form/Ec2/NetworkInterfaceCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/aws_cloud/src/Form/Ec2/InstanceLaunchForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/src/Form/Ec2/NetworkInterfaceEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     93 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/src/Form/Vpc/TransitGatewayDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/aws_cloud/src/Form/Vpc/VpcDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 2 spaces but found 4
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Vpc/SubnetCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     96 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/aws_cloud/src/Form/Vpc/VpcCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/src/Form/Vpc/InternetGatewayDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/aws_cloud/src/Form/Vpc/TransitGatewayEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/aws_cloud/src/Form/Vpc/VpcPeeringConnectionEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     95 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/aws_cloud/src/Form/Vpc/CarrierGatewayEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     95 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/src/Form/Vpc/InternetGatewayCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     87 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/src/Form/Vpc/TransitGatewayCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/src/Form/Vpc/InternetGatewayAttachForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     78 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/aws_cloud/src/Form/Vpc/VpcPeeringConnectionDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 2 spaces but found 4
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/cloud_service_providers/aws_cloud/src/Form/Vpc/SubnetDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/aws_cloud/src/Form/Vpc/VpcPeeringConnectionCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     97 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud/modules/cloud_service_providers/aws_cloud/src/Form/Vpc/VpcEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     94 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/src/Form/Vpc/InternetGatewayDetachForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     72 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../modules/cloud_service_providers/aws_cloud/src/Form/Vpc/SubnetEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     95 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/src/Form/Vpc/CarrierGatewayDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     71 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/src/Form/Vpc/CarrierGatewayCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     96 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/aws_cloud/src/Form/Vpc/InternetGatewayEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     95 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._providers/aws_cloud/src/Form/Config/AwsCloudAdminNotificationSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     68 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/src/Form/Config/AwsCloudAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     73 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...vice_providers/aws_cloud/src/Form/Config/AwsCloudAdminLocationSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     44 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rc/Plugin/QueueWorker/AwsCloudUpdateCloudFormationResourcesQueueWorker.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     44 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s_cloud/src/Plugin/QueueWorker/AwsCloudUpdateIamPermissionsQueueWorker.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     44 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rs/aws_cloud/src/Plugin/QueueWorker/AwsCloudUpdateResourcesQueueWorker.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     44 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/aws_cloud/src/Plugin/Derivative/AwsCloudMenuLinks.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/aws_cloud/src/Plugin/cloud/config/AwsCloudConfigPlugin.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     59 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     61 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     62 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     63 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     64 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     64 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     64 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ws_cloud/src/Plugin/cloud/launch_template/AwsCloudLaunchTemplatePlugin.php
    --------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 15 LINES
    --------------------------------------------------------------------------------
      137 | ERROR | [x] The first parameter of a multi-line function declaration
          |       |     must be on the line after the opening bracket
      138 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      139 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      140 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      141 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      142 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      143 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      144 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      145 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      146 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      147 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      148 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      149 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      149 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      149 | ERROR | [x] The closing parenthesis of a multi-line function
          |       |     declaration must be on a new line
      625 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1093 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/aws_cloud/src/Plugin/Field/FieldFormatter/TagFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     62 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     62 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rs/aws_cloud/src/Plugin/Field/FieldFormatter/InstanceTypeLinkFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     65 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     65 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/aws_cloud/src/Plugin/Field/FieldWidget/TagItem.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     61 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     61 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/aws_cloud/src/Plugin/Block/LongRunningInstancesBlock.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     91 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/aws_cloud/src/Plugin/Block/MyLaunchTemplates.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     101 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/aws_cloud/src/Plugin/Block/MyInstancesBlock.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     101 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/aws_cloud/src/Plugin/Block/EC2PricingBlock.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/src/Plugin/Block/InstanceMonitorBlock.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 8
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 8
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 8
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 8
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 8
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 8
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 8
     84 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 2 spaces but found 4
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/aws_cloud/src/Plugin/Block/BulkDeleteBlock.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     127 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...vice_providers/aws_cloud/src/Plugin/Block/LowUtilizationInstancesBlock.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     117 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/aws_cloud/src/Plugin/Block/LaunchInstanceBlock.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     114 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...e_providers/aws_cloud/src/Service/CloudFormation/CloudFormationService.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
      98 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     103 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...viders/aws_cloud/src/Service/AwsCloud/AwsCloudCloudOrchestratorManager.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     53 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     53 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ice_providers/aws_cloud/src/Service/AwsCloud/AwsCloudOperationsService.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
      170 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4246 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4352 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4431 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4455 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4582 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4864 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/aws_cloud/src/Service/Ecr/EcrService.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     66 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     67 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     68 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     68 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     68 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/aws_cloud/src/Service/Ec2/Ec2Service.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     190 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     191 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     192 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     193 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     194 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     195 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     196 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     197 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     198 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     199 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     200 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     201 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     202 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     202 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     202 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/aws_cloud/src/Service/Ec2/Ec2BatchOperations.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     1628 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/aws_cloud/src/Service/CloudWatch/CloudWatchService.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     67 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     68 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     69 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     69 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     69 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oviders/aws_cloud/src/Service/CloudWatch/LowUtilizationInstanceChecker.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     41 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     41 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/aws_cloud/src/Service/Pricing/PricingService.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     81 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     84 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     84 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...providers/aws_cloud/src/Service/Pricing/InstanceTypePriceTableRenderer.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     36 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._providers/aws_cloud/src/Service/Pricing/InstanceTypePriceDataProvider.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     113 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     141 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     166 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud/modules/cloud_service_providers/aws_cloud/src/Service/S3/S3Service.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     67 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     68 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     69 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     69 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     69 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/aws_cloud/src/Service/Route53/Route53Service.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     73 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     75 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/aws_cloud/src/Service/Iam/IamService.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     76 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     79 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/src/EventSubscriber/AwsCloudSubscriber.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     75 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud/modules/cloud_service_providers/aws_cloud/src/Access/AwsCloudAccess.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     92 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     93 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     94 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     95 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     96 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     96 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     96 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud_service_providers/aws_cloud/tests/src/Functional/AwsCloudTestBase.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     113 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     113 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/aws_cloud/tests/src/Traits/AwsCloudTestEntityTrait.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     552 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     553 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 52
     554 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 52
     554 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     554 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/aws_cloud/tests/src/Traits/AwsCloudTestMockTrait.php
    --------------------------------------------------------------------------------
    FOUND 29 ERRORS AFFECTING 29 LINES
    --------------------------------------------------------------------------------
       88 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      137 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      221 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      323 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      357 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      438 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      559 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      672 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      748 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      846 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      938 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      971 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1047 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1092 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1132 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1186 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1241 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1366 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1394 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1421 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1469 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1517 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1550 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1582 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1630 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1666 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1777 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1985 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     2034 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 29 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/contrib/cloud/modules/cloud_service_providers/aws_cloud/aws_cloud.module
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
      856 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     2376 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     3625 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     3625 | ERROR | [x] The closing parenthesis of a multi-line function
          |       |     declaration must be on a new line
     3760 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     3760 | ERROR | [x] The closing parenthesis of a multi-line function
          |       |     declaration must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ders/cloud_cluster/src/Controller/CloudClusterWorkerLocationController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     64 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_cluster/src/Plugin/QueueWorker/CloudClusterSyncResourcesQueueWorker.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ce_providers/cloud_cluster/src/Plugin/Derivative/CloudClusterMenuLinks.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
      56 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
      56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     166 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     166 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     222 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     222 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ders/cloud_cluster/src/Plugin/rest/resource/CloudClusterWorkerResource.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     72 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     72 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_cluster/src/Plugin/rest/resource/CloudClusterOperationResource.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     79 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     79 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...viders/cloud_cluster/src/Plugin/rest/resource/CloudClusterSyncResource.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     79 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     79 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rs/cloud_cluster/src/Plugin/cloud/config/CloudClusterCloudConfigPlugin.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     54 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...src/Plugin/cloud/launch_template/CloudClusterCloudLaunchTemplatePlugin.php
    --------------------------------------------------------------------------------
    FOUND 16 ERRORS AFFECTING 14 LINES
    --------------------------------------------------------------------------------
     133 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     134 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     135 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     136 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     137 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     138 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     139 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     140 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     141 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     142 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     143 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     144 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     145 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     145 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     145 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     346 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cluster/src/Plugin/Field/FieldFormatter/CloudResourceKeyValueFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     60 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oviders/cloud_cluster/src/Plugin/Block/CloudClusterWorkerLocationBlock.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     115 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     135 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/cloud_cluster/src/Traits/CloudClusterTrait.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/openstack/src/Controller/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     159 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackKeyPairImportForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     108 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/openstack/src/Form/OpenStackSubnetDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackSecurityGroupDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackStackResumeForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     82 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackSubnetDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/openstack/src/Form/OpenStackSnapshotDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     73 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     85 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     85 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/openstack/src/Form/OpenStackServerGroupCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     110 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     110 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackRoleDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackSubnetCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     109 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     109 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackNetworkEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     108 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     108 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/openstack/src/Form/OpenStackSecurityGroupEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     106 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackVolumeAttachForm.php
    --------------------------------------------------------------------------------
    FOUND 16 ERRORS AFFECTING 14 LINES
    --------------------------------------------------------------------------------
     74 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     86 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     87 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     87 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     87 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackNetworkDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/openstack/src/Form/OpenStackAttachNetworkInterfaceForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     72 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     83 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/openstack/src/Form/OpenStackSnapshotDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackProjectEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     98 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     98 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackProjectCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     109 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     109 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackStackCheckForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     82 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackInstanceStopForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     89 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/openstack/src/Form/OpenStackRoleDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ce_providers/openstack/src/Form/OpenStackServerGroupDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     32 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     33 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     34 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     35 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     36 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     37 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     39 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackStackSuspendForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     82 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/openstack/src/Form/OpenStackSnapshotCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 20 ERRORS AFFECTING 18 LINES
    --------------------------------------------------------------------------------
      88 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      89 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      90 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      91 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      92 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      93 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      94 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      95 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      96 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      97 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      98 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     105 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackImageDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackRouterEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     110 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     110 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackKeyPairEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     106 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackInstanceCreateImageForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     96 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/openstack/src/Form/OpenStackInstanceDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackInstanceStartForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     89 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackImageCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     107 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/openstack/src/Form/OpenStackVolumeDetachMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/openstack/src/Form/OpenStackInstanceStartMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/openstack/src/Form/OpenStackRouterRemoveInterfaceForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     72 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     83 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackRouterCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     110 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     110 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/openstack/src/Form/OpenStackNetworkDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/openstack/src/Form/OpenStackInstanceDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackSecurityGroupRevokeForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/openstack/src/Form/OpenStackFloatingIpDisassociateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     85 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/openstack/src/Form/OpenStackFloatingIpCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     107 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     107 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackInstanceEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     119 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/openstack/src/Form/OpenStackFloatingIpDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackStackCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     110 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     110 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/openstack/src/Form/OpenStackDetachNetworkInterfaceForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     82 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackVolumeCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 20 ERRORS AFFECTING 18 LINES
    --------------------------------------------------------------------------------
      88 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      89 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      90 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      91 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      92 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      93 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      94 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      95 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      96 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      97 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      98 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     105 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/openstack/src/Form/OpenStackQuotaEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     99 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     99 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/openstack/src/Form/OpenStackUserDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/openstack/src/Form/OpenStackStackCreateExtraForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     120 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     120 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackRouterDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oviders/openstack/src/Form/OpenStackFloatingIpDisassociateMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/openstack/src/Form/OpenStackFloatingIpEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     107 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     107 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackKeyPairCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     106 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/openstack/src/Form/OpenStackPortDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/openstack/src/Form/OpenStackStackSuspendMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/openstack/src/Form/OpenStackImageEditForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     107 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Form/OpenStackStackDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/openstack/src/Form/OpenStackUserChangePasswordForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     98 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     98 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/openstack/src/Form/OpenStackServerGroupDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/openstack/src/Form/OpenStackVolumeDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/openstack/src/Form/OpenStackInstanceRebootForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     84 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/openstack/src/Form/OpenStackInstanceConsoleOutputForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     108 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ice_providers/openstack/src/Form/OpenStackFloatingIpDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     51 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     58 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackSubnetEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     109 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     109 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackStackResumeMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/openstack/src/Form/OpenStackRouterAddInterfaceForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     82 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...providers/openstack/src/Form/Config/OpenStackAdminNotificationSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/openstack/src/Form/OpenStackPortEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     111 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     111 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/openstack/src/Form/OpenStackInstanceRebootMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     58 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     61 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     62 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     63 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     64 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     65 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     65 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     65 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/openstack/src/Form/OpenStackKeyPairDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackVolumeDetachForm.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     83 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/openstack/src/Form/OpenStackRouterDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/openstack/src/Form/OpenStackUserEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     98 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     98 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackKeyPairDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackStackDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     32 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     33 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     34 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     35 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     36 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     37 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     39 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackProjectDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackUserCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     109 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     109 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackPortDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/openstack/src/Form/OpenStackProjectDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/openstack/src/Form/OpenStackInstanceStopMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackSecurityGroupCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     107 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackSnapshotEditForm.php
    --------------------------------------------------------------------------------
    FOUND 20 ERRORS AFFECTING 18 LINES
    --------------------------------------------------------------------------------
      88 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      89 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      90 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      91 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      92 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      93 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      94 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      95 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      96 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      97 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      98 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     105 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/openstack/src/Form/OpenStackVolumeDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     73 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     85 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     85 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackPortCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     111 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     111 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackRoleCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     109 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     109 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/cloud_service_providers/openstack/src/Form/OpenStackRoleEditForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     98 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     98 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._providers/openstack/src/Form/OpenStackSecurityGroupDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     52 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     59 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackVolumeEditForm.php
    --------------------------------------------------------------------------------
    FOUND 20 ERRORS AFFECTING 18 LINES
    --------------------------------------------------------------------------------
      89 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      90 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      91 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      92 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      93 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      94 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      95 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      96 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      97 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      98 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     106 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     106 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     106 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 20 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/openstack/src/Form/OpenStackStackCheckMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackImageDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 10 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     49 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     56 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/src/Form/OpenStackFloatingIpAssociateForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     69 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     70 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     80 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Form/OpenStackNetworkCreateForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     108 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     108 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Form/OpenStackUserDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     71 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     77 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     78 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     79 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     80 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     81 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...viders/openstack/src/Plugin/views/field/OpenStackRemoveRouterInterface.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     43 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     43 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...iders/openstack/src/Plugin/QueueWorker/OpenStackShareImagesQueueWorker.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     105 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     183 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     183 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     342 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/openstack/src/Plugin/QueueWorker/OpenStackUpdateResourcesQueueWorker.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     52 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...enstack/src/Plugin/cloud/launch_template/OpenStackLaunchTemplatePlugin.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     157 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     157 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     586 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     682 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...k/src/Plugin/Field/FieldFormatter/OpenStackServerGroupMembersFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     73 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     73 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/openstack/src/Plugin/Field/FieldFormatter/OpenStackFixedIpsFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     63 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     63 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...stack/src/Plugin/Field/FieldFormatter/OpenStackSharedProjectsFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     73 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     73 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...iders/openstack/src/Plugin/Field/FieldWidget/OpenStackIpPermissionItem.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     64 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     64 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/openstack/src/Plugin/Field/FieldWidget/UserRolesItem.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     55 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     55 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ers/openstack/src/Plugin/Field/FieldWidget/OpenStackSharedProjectsItem.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     55 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     55 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ervice_providers/openstack/src/Plugin/Block/OpenStackLimitSummaryBlock.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     91 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/openstack/src/Service/OpenStackServiceFactory.php
    --------------------------------------------------------------------------------
    FOUND 18 ERRORS AFFECTING 16 LINES
    --------------------------------------------------------------------------------
     183 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     184 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     185 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     186 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     187 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     188 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     189 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     190 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     191 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     192 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     193 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     194 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     195 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     196 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     197 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     198 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     198 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     198 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/openstack/src/Service/Rest/OpenStackService.php
    --------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 15 LINES
    --------------------------------------------------------------------------------
      153 | ERROR | [x] The first parameter of a multi-line function declaration
          |       |     must be on the line after the opening bracket
      154 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      155 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      156 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      157 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      158 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      159 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      160 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      161 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      162 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      163 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      163 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      163 | ERROR | [x] The closing parenthesis of a multi-line function
          |       |     declaration must be on a new line
     1034 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     7849 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     8402 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     8416 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/cloud_service_providers/openstack/src/Service/Ec2/OpenStackService.php
    --------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 15 LINES
    --------------------------------------------------------------------------------
       74 | ERROR | [x] The first parameter of a multi-line function declaration
          |       |     must be on the line after the opening bracket
       75 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       76 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       77 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       78 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       79 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       80 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       81 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       82 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       83 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       84 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       85 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       86 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
       86 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
       86 | ERROR | [x] The closing parenthesis of a multi-line function
          |       |     declaration must be on a new line
     1276 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1290 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/openstack/src/Service/OpenStackOperationsService.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
      229 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4094 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/openstack/tests/src/Functional/OpenStackTestBase.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     121 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     121 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ..._service_providers/openstack/tests/src/Traits/OpenStackTestEntityTrait.php
    --------------------------------------------------------------------------------
    FOUND 16 ERRORS AFFECTING 14 LINES
    --------------------------------------------------------------------------------
      66 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      67 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 52
      68 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 52
      68 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
      68 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     227 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     389 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     461 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     502 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     542 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     587 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     642 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     702 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     797 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     843 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     885 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud_service_providers/openstack/tests/src/Traits/OpenStackTestMockTrait.php
    --------------------------------------------------------------------------------
    FOUND 18 ERRORS AFFECTING 18 LINES
    --------------------------------------------------------------------------------
       91 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      256 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      341 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      418 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      514 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      609 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      716 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      808 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      906 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      951 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      994 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1046 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1082 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1170 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1203 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1263 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1330 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1400 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud/modules/cloud_service_providers/k8s/src/Controller/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     155 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud/modules/cloud_service_providers/k8s/src/Form/K8sDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     41 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     44 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     45 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     47 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...trib/cloud/modules/cloud_service_providers/k8s/src/Form/K8sContentForm.php
    --------------------------------------------------------------------------------
    FOUND 18 ERRORS AFFECTING 16 LINES
    --------------------------------------------------------------------------------
     145 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     146 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     147 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     148 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     149 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     150 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     151 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     152 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     153 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     154 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     155 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     156 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     157 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     158 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     159 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     160 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     160 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     160 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ntrib/cloud/modules/cloud_service_providers/k8s/src/Form/K8sDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 13 ERRORS AFFECTING 11 LINES
    --------------------------------------------------------------------------------
     111 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     112 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     113 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     114 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     115 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     116 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     117 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     118 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     119 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     120 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     121 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     121 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     121 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud/modules/cloud_service_providers/k8s/src/Form/K8sProcessMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     45 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     46 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     47 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     48 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     49 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     51 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/cloud_service_providers/k8s/src/Form/Config/K8sAdminNotifications.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     59 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/k8s/src/Form/Config/K8sAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...viders/k8s/src/Plugin/Validation/Constraint/YamlUrlConstraintValidator.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     53 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     53 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/cloud_service_providers/k8s/src/Plugin/Derivative/K8sMenuLinks.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
      67 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     264 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     264 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     320 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     320 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud_service_providers/k8s/src/Plugin/cloud/config/K8sCloudConfigPlugin.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     54 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud_service_providers/k8s/src/Plugin/cloud/store/K8sCloudStorePlugin.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     149 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     150 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     151 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     152 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     153 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     154 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     155 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     156 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     157 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     158 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     159 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     160 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     161 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     161 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     161 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ders/k8s/src/Plugin/cloud/launch_template/K8sCloudLaunchTemplatePlugin.php
    --------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 15 LINES
    --------------------------------------------------------------------------------
     153 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     154 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     155 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     156 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     157 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     158 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     159 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     160 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     161 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     162 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     163 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     164 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     165 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     165 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     165 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     367 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     826 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/k8s/src/Plugin/cloud/project/K8sCloudProjectPlugin.php
    --------------------------------------------------------------------------------
    FOUND 14 ERRORS AFFECTING 12 LINES
    --------------------------------------------------------------------------------
     132 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     133 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     134 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     135 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     136 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     137 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     138 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     139 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     140 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     141 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     142 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     143 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     143 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     143 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 14 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d_service_providers/k8s/src/Plugin/Field/FieldFormatter/CostsFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     65 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     65 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rvice_providers/k8s/src/Plugin/Field/FieldFormatter/ResourcesFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     76 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     76 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...service_providers/k8s/src/Plugin/Field/FieldFormatter/K8sFormatterBase.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     54 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud/modules/cloud_service_providers/k8s/src/Plugin/Block/K8sBaseBlock.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     234 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     269 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud/modules/cloud_service_providers/k8s/src/Entity/K8sPodViewBuilder.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     49 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud/modules/cloud_service_providers/k8s/src/Entity/K8sNodeViewBuilder.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     61 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../modules/cloud_service_providers/k8s/src/Entity/K8sScheduleViewBuilder.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     48 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud/modules/cloud_service_providers/k8s/src/Service/CostFieldsRenderer.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     39 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud/modules/cloud_service_providers/k8s/src/Service/K8sServiceInterface.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     2261 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     2292 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud/modules/cloud_service_providers/k8s/src/Service/K8sServiceFactory.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     217 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/k8s/src/Service/K8sOperationsService.php
    --------------------------------------------------------------------------------
    FOUND 11 ERRORS AFFECTING 11 LINES
    --------------------------------------------------------------------------------
       78 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      415 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      580 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      752 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      929 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1013 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1062 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1099 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1160 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1202 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1224 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/k8s/src/Service/CostFieldsRendererInterface.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     26 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_service_providers/k8s/src/Service/K8sClientExtension/K8sClient.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     32 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/cloud_service_providers/k8s/src/Service/K8sCloudOrchestratorManager.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     53 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     53 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ntrib/cloud/modules/cloud_service_providers/k8s/src/Service/K8sService.php
    --------------------------------------------------------------------------------
    FOUND 22 ERRORS AFFECTING 20 LINES
    --------------------------------------------------------------------------------
      221 | ERROR | [x] The first parameter of a multi-line function declaration
          |       |     must be on the line after the opening bracket
      222 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      223 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      224 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      225 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      226 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      227 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      228 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      229 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      230 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      231 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      232 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      233 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      234 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      235 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      235 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      235 | ERROR | [x] The closing parenthesis of a multi-line function
          |       |     declaration must be on a new line
     2534 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     3423 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4035 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4152 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     4423 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 22 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../cloud_service_providers/k8s/src/Service/K8sOperationsServiceInterface.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
      93 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     124 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     167 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     186 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     229 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     266 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     279 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...l/web/modules/contrib/cloud/modules/cloud_service_providers/k8s/k8s.module
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     1758 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
     1759 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 0 spaces but found 2
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...d/modules/cloud_service_providers/k8s/tests/src/Functional/K8sTestBase.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     96 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     96 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...cloud/modules/cloud_service_providers/docker/src/Service/DockerService.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     72 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     73 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../modules/cloud_dashboard/src/Controller/CloudDashboardConfigController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     58 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ontrib/cloud/modules/cloud_dashboard/src/Form/React/CloudDashboardForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     70 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud/modules/cloud_dashboard/src/Form/Config/CloudDashboardAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     85 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/contrib/cloud/modules/gapps/src/Form/Config/GAppsAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     45 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...trib/cloud/modules/gapps/src/Plugin/gapps/GoogleSpreadsheetUpdaterBase.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     76 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/contrib/cloud/modules/gapps/src/Service/GoogleSpreadsheetService.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     408 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     449 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     495 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     523 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rib/cloud/modules/tools/s3_to_k8s/src/Form/Config/S3ToK8sAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     55 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ww/html/web/modules/contrib/cloud/modules/tools/k8s_to_s3/k8s_to_s3.module
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     297 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     336 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     401 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     457 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     633 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rib/cloud/modules/tools/k8s_to_s3/src/Form/Config/K8sToS3AdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     33 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...s/cloud_cluster_worker/src/Form/Config/CloudClusterWorkerAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     81 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     82 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     83 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     86 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     86 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...rker/src/Plugin/QueueWorker/CloudClusterWorkerSyncResourcesQueueWorker.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     44 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...oud/modules/cloud_cluster_worker/src/Service/CloudClusterWorkerService.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     98 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...les/contrib/cloud/modules/cloud_budget/src/Form/CloudBudgetContentForm.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
     114 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     115 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     116 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     117 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     118 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     119 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     120 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     121 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     122 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     123 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     124 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     125 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     126 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     126 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     126 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...trib/cloud/modules/cloud_budget/src/Form/CloudBudgetDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     37 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     42 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/contrib/cloud/modules/cloud_budget/src/Form/CloudCreditDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 11 ERRORS AFFECTING 9 LINES
    --------------------------------------------------------------------------------
     91 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     92 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     93 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     94 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     95 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     96 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     97 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     98 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     99 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     99 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     99 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ib/cloud/modules/cloud_budget/src/Form/Config/CloudBudgetAdminSettings.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     44 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ib/cloud/modules/cloud_budget/tests/src/Functional/CloudBudgetTestBase.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     87 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     87 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Controller/ApiController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     93 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...w/html/web/modules/contrib/cloud/src/Controller/CloudProjectController.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     110 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     110 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...web/modules/contrib/cloud/src/Controller/CloudLaunchTemplateController.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     110 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     110 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...eb/modules/contrib/cloud/src/Controller/CloudLaunchTemplateListBuilder.php
    --------------------------------------------------------------------------------
    FOUND 12 ERRORS AFFECTING 10 LINES
    --------------------------------------------------------------------------------
     141 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     142 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     143 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     144 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     145 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     146 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     147 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     148 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     149 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     150 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     150 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     150 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...www/html/web/modules/contrib/cloud/src/Controller/CloudStoreController.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     109 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     109 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ww/html/web/modules/contrib/cloud/src/Controller/CloudConfigController.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     101 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     101 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ml/web/modules/contrib/cloud/src/Controller/CloudHealthCheckController.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     42 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/contrib/cloud/src/Form/CloudStoreRevisionRevertTranslationForm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     54 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/contrib/cloud/src/Form/CloudProjectRevisionRevertTranslationForm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     39 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     43 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Form/CloudStoreCopyConfirm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     34 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     35 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     36 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     37 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     37 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     37 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...b/modules/contrib/cloud/src/Form/CloudLaunchTemplateRevisionDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     73 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     76 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...w/html/web/modules/contrib/cloud/src/Form/CloudStoreRevisionDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     73 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     76 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../html/web/modules/contrib/cloud/src/Form/CloudConfigRevisionRevertForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     71 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     72 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     74 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ml/web/modules/contrib/cloud/src/Form/CloudLaunchTemplateReviewConfirm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...var/www/html/web/modules/contrib/cloud/src/Form/CloudContentDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     48 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     49 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     50 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     51 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     51 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/contrib/cloud/src/Form/CloudConfigRevisionRevertTranslationForm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     50 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     51 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     54 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...r/www/html/web/modules/contrib/cloud/src/Form/CloudProcessMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     117 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
     118 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     119 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     120 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     121 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     122 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     122 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     122 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...b/modules/contrib/cloud/src/Form/CloudLaunchTemplateDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     38 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     43 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     43 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...html/web/modules/contrib/cloud/src/Form/CloudProjectDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     37 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     42 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Form/CloudContentForm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     54 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     58 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...html/web/modules/contrib/cloud/src/Form/CloudProjectRevisionRevertForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     65 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     66 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     67 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     68 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     68 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     68 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../html/web/modules/contrib/cloud/src/Form/CloudConfigRevisionDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     73 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     76 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Form/CloudStoreForm.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
     54 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     60 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...b/modules/contrib/cloud/src/Form/CloudLaunchTemplateRevisionRevertForm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     84 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     86 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     87 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     88 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     88 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     88 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...html/web/modules/contrib/cloud/src/Form/CloudLaunchTemplateCopyConfirm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     33 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     34 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     35 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     36 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     36 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     36 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...html/web/modules/contrib/cloud/src/Form/CloudProjectRevisionDeleteForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     73 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     76 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     76 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ml/web/modules/contrib/cloud/src/Form/CloudLaunchTemplateLaunchConfirm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...w/html/web/modules/contrib/cloud/src/Form/CloudStoreDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     37 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     42 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../html/web/modules/contrib/cloud/src/Form/CloudConfigDeleteMultipleForm.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     37 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     42 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ar/www/html/web/modules/contrib/cloud/src/Form/CloudProjectCopyConfirm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     33 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     34 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     35 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     36 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     36 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     36 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...l/web/modules/contrib/cloud/src/Form/CloudLaunchTemplateApproveConfirm.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...w/html/web/modules/contrib/cloud/src/Form/CloudStoreRevisionRevertForm.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     72 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     73 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     74 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     75 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     75 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../modules/contrib/cloud/src/Plugin/views/access/ViewsCloudContextAccess.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     78 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     93 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ml/web/modules/contrib/cloud/src/Plugin/views/field/CloudStoreListLink.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...web/modules/contrib/cloud/src/Plugin/views/field/CloudInstanceListLink.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/contrib/cloud/src/Plugin/views/field/CloudLaunchTemplateListLink.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../web/modules/contrib/cloud/src/Plugin/views/field/CloudProjectListLink.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../modules/contrib/cloud/src/Plugin/views/field/CloudPricingInternalLink.php
    --------------------------------------------------------------------------------
    FOUND 9 ERRORS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     56 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     57 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     58 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     59 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     60 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...r/www/html/web/modules/contrib/cloud/src/Plugin/Menu/CloudProviderLink.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     81 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...web/modules/contrib/cloud/src/Plugin/Derivative/CloudLaunchTemplateTab.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     35 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     36 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     37 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     38 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     38 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/contrib/cloud/src/Plugin/Derivative/CloudUpdateQueueDerivative.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     56 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...l/web/modules/contrib/cloud/src/Plugin/Derivative/CloudDesignMenuLinks.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     45 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     45 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...w/html/web/modules/contrib/cloud/src/Plugin/Derivative/CloudProjectTab.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
     35 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     36 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     37 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     38 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     38 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...var/www/html/web/modules/contrib/cloud/src/Plugin/Action/OperateAction.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
     51 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     52 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     53 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     55 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...modules/contrib/cloud/src/Plugin/cloud/config/CloudConfigPluginManager.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     58 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...www/html/web/modules/contrib/cloud/src/Plugin/cloud/CloudPluginManager.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
     37 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     38 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     39 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     40 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     41 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     42 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     42 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ontrib/cloud/src/Plugin/cloud/store/CloudStorePluginUninstallValidator.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     34 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     35 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     35 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     35 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...b/modules/contrib/cloud/src/Plugin/cloud/store/CloudStorePluginManager.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     68 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ud/src/Plugin/cloud/launch_template/CloudLaunchTemplatePluginInterface.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     70 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...loud/src/Plugin/cloud/launch_template/CloudLaunchTemplatePluginManager.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
      71 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     268 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...Plugin/cloud/launch_template/CloudLaunchTemplatePluginManagerInterface.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     117 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ib/cloud/src/Plugin/cloud/project/CloudProjectPluginUninstallValidator.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     34 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     35 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     35 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     35 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...dules/contrib/cloud/src/Plugin/cloud/project/CloudProjectPluginManager.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     66 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ar/www/html/web/modules/contrib/cloud/src/Plugin/cloud/CloudPluginBase.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     25 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     26 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     27 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     27 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     27 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/contrib/cloud/src/Plugin/Field/FieldFormatter/InstanceLinkFormatter.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     99 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/contrib/cloud/src/Plugin/Field/FieldFormatter/EntityLinkFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     63 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     63 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/contrib/cloud/src/Plugin/Field/FieldFormatter/AnsiStringFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     61 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     61 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...odules/contrib/cloud/src/Plugin/Field/FieldFormatter/KeyValueFormatter.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     62 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     62 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ules/contrib/cloud/src/Plugin/Field/FieldFormatter/CloudImageFormatter.php
    --------------------------------------------------------------------------------
    FOUND 15 ERRORS AFFECTING 13 LINES
    --------------------------------------------------------------------------------
      93 | ERROR | [x] The first parameter of a multi-line function declaration
         |       |     must be on the line after the opening bracket
      94 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      95 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      96 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      97 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      98 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
      99 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     100 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     101 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     102 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     103 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     104 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declaration not indented correctly;
         |       |     expected 4 spaces but found 30
     105 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     105 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 15 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ml/web/modules/contrib/cloud/src/Plugin/Field/FieldWidget/KeyValueItem.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     57 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     57 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...tml/web/modules/contrib/cloud/src/Plugin/Block/CloudBaseResourcesBlock.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     84 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 10
     85 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 10
     90 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ml/web/modules/contrib/cloud/src/Plugin/Block/CloudConfigLocationBlock.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     115 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     135 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../web/modules/contrib/cloud/src/Entity/EntityOperateMultipleAccessCheck.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     52 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...w/html/web/modules/contrib/cloud/src/Service/CloudResourceTagInterface.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     40 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     59 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Service/EntityLinkRenderer.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
      63 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
      63 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
      85 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     191 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...html/web/modules/contrib/cloud/src/Service/EntityLinkRendererInterface.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     52 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     86 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Service/CloudService.php
    --------------------------------------------------------------------------------
    FOUND 29 ERRORS AFFECTING 27 LINES
    --------------------------------------------------------------------------------
      298 | ERROR | [x] The first parameter of a multi-line function declaration
          |       |     must be on the line after the opening bracket
      299 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      300 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      301 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      302 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      303 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      304 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      305 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      306 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      307 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      308 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      309 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      310 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      311 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      312 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      313 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      314 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      315 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      316 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      317 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      318 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      319 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      320 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      321 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      322 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      323 | ERROR | [x] Multi-line function declaration not indented correctly;
          |       |     expected 4 spaces but found 30
      323 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
      323 | ERROR | [x] The closing parenthesis of a multi-line function
          |       |     declaration must be on a new line
     1442 | ERROR | [x] Multi-line function declarations must have a trailing comma
          |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 29 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Service/CloudCacheService.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     43 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     44 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     44 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     44 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...www/html/web/modules/contrib/cloud/src/EventSubscriber/CloudSubscriber.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
     53 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     54 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declaration not indented correctly;
        |       |     expected 4 spaces but found 30
     55 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     55 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Traits/AccessCheckTrait.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
      37 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
      81 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     118 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: /var/www/html/web/modules/contrib/cloud/src/Commands/BehatCommands.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     70 | ERROR | [x] The first parameter of a multi-line function declaration must
        |       |     be on the line after the opening bracket
     76 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     76 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: .../www/html/web/modules/contrib/cloud/tests/src/Functional/CloudTestBase.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
     358 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     358 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
     382 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     382 | ERROR | [x] The closing parenthesis of a multi-line function declaration
         |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...es/contrib/cloud/tests/src/Functional/cloud/config/CloudConfigTestBase.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     66 | ERROR | [x] Multi-line function declarations must have a trailing comma
        |       |     after the last parameter
     66 | ERROR | [x] The closing parenthesis of a multi-line function declaration
        |       |     must be on a new line
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    FILE: ...ml/web/modules/contrib/cloud/tests/src/Traits/CloudLaunchTemplateTrait.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
      28 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
     103 | ERROR | [x] Multi-line function declarations must have a trailing comma
         |       |     after the last parameter
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    Time: 59.7 secs; Memory: 82.01MB
    
📌 Task
Status

Fixed

Version

7.0

Component

Code

Created by

🇺🇸United States yas California 🇺🇸

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024