Fix the issues reported by phpcs

Created on 9 April 2020, over 4 years ago
Updated 19 July 2024, 2 months ago
šŸ“Œ Task
Status

RTBC

Version

3.0

Component

Code

Created by

šŸ‡®šŸ‡³India Suresh Prabhu Parkala Bangalore

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

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

Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

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

  • šŸ‡®šŸ‡³India urvashi_vora Madhya Pradesh, India

    Problem/Motivation

    FILE: ...ntrib/currency-3126320/tests/src/Unit/Plugin/views/filter/CurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    51 | ERROR | The array declaration extends to column 101 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: .../contrib/currency-3126320/tests/src/Unit/Plugin/views/field/AmountTest.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
    83 | ERROR | Missing @var tag in member variable comment
    90 | ERROR | Missing @var tag in member variable comment
    157 | ERROR | The array declaration extends to column 105 (the limit is 80).
    | | The array content should be split up over multiple lines
    158 | ERROR | The array declaration extends to column 100 (the limit is 80).
    | | The array content should be split up over multiple lines
    159 | ERROR | The array declaration extends to column 89 (the limit is 80).
    | | The array content should be split up over multiple lines
    160 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    421 | ERROR | Doc comment is empty
    --------------------------------------------------------------------------------

    FILE: ...ontrib/currency-3126320/tests/src/Unit/Plugin/views/field/CurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    109 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    110 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...rib/currency-3126320/tests/src/Unit/Plugin/Filter/CurrencyLocalizeTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    112 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    113 | ERROR | The array declaration extends to column 90 (the limit is 80).
    | | The array content should be split up over multiple lines
    114 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...rib/currency-3126320/tests/src/Unit/Plugin/Filter/CurrencyExchangeTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    104 | ERROR | The array declaration extends to column 90 (the limit is 80).
    | | The array content should be split up over multiple lines
    105 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    106 | ERROR | The array declaration extends to column 122 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderDecoratorTest.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    88 | ERROR | The array declaration extends to column 93 (the limit is 80).
    | | The array content should be split up over multiple lines
    93 | ERROR | The array declaration extends to column 91 (the limit is 80).
    | | The array content should be split up over multiple lines
    103 | ERROR | Missing parameter comment
    104 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------

    FILE: ...ests/src/Unit/Plugin/Currency/ExchangeRateProvider/HistoricalRatesTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    55 | ERROR | The array declaration extends to column 91 (the limit is 80). The
    | | array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: .../Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProviderTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    41 | ERROR | Doc comment is empty
    61 | ERROR | The array declaration extends to column 110 (the limit is 80).
    | | The array content should be split up over multiple lines
    62 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...320/tests/src/Unit/Plugin/Currency/ExchangeRateProvider/FixedRatesTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    59 | ERROR | The array declaration extends to column 98 (the limit is 80). The
    | | array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...rrency/ExchangeRateProvider/ExchangeRateProviderOperationsProviderTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    22 | ERROR | Doc comment is empty
    --------------------------------------------------------------------------------

    FILE: .../Plugin/Currency/AmountFormatter/AmountFormatterOperationsProviderTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    22 | ERROR | Doc comment is empty
    --------------------------------------------------------------------------------

    FILE: ...rency-3126320/tests/src/Unit/Plugin/Currency/AmountFormatter/BasicTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    63 | ERROR | The array declaration extends to column 109 (the limit is 80).
    | | The array content should be split up over multiple lines
    64 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    113 | WARNING | Unused variable $translation.
    --------------------------------------------------------------------------------

    FILE: ...ts/src/Unit/Plugin/Currency/AmountFormatter/AmountFormatterManagerTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    158 | ERROR | The array declaration extends to column 98 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: .../src/Unit/Entity/CurrencyLocale/CurrencyLocaleAccessControlHandlerTest.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
    123 | ERROR | The array declaration extends to column 105 (the limit is 80).
    | | The array content should be split up over multiple lines
    125 | ERROR | The array declaration extends to column 91 (the limit is 80).
    | | The array content should be split up over multiple lines
    127 | ERROR | The array declaration extends to column 93 (the limit is 80).
    | | The array content should be split up over multiple lines
    129 | ERROR | The array declaration extends to column 91 (the limit is 80).
    | | The array content should be split up over multiple lines
    131 | ERROR | The array declaration extends to column 93 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...320/tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleListBuilderTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    89 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    90 | ERROR | The array declaration extends to column 98 (the limit is 80). The
    | | array content should be split up over multiple lines
    91 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...cy-3126320/tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleFormTest.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
    123 | ERROR | The array declaration extends to column 102 (the limit is 80).
    | | The array content should be split up over multiple lines
    124 | ERROR | The array declaration extends to column 105 (the limit is 80).
    | | The array content should be split up over multiple lines
    125 | ERROR | The array declaration extends to column 100 (the limit is 80).
    | | The array content should be split up over multiple lines
    126 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    174 | ERROR | The array declaration extends to column 81 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...urrency-3126320/tests/src/Unit/Entity/Currency/CurrencyListBuilderTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    85 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    86 | ERROR | The array declaration extends to column 98 (the limit is 80). The
    | | array content should be split up over multiple lines
    87 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...ntrib/currency-3126320/tests/src/Unit/Entity/Currency/CurrencyFormTest.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    109 | ERROR | The array declaration extends to column 105 (the limit is 80).
    | | The array content should be split up over multiple lines
    110 | ERROR | The array declaration extends to column 98 (the limit is 80).
    | | The array content should be split up over multiple lines
    111 | ERROR | The array declaration extends to column 100 (the limit is 80).
    | | The array content should be split up over multiple lines
    112 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...al8/web/modules/contrib/currency-3126320/tests/src/Unit/FormHelperTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    137 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    199 | ERROR | The array declaration extends to column 138 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...urrency-3126320/tests/src/Unit/Controller/CurrencyLocaleImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    81 | ERROR | The array declaration extends to column 111 (the limit is 80).
    | | The array content should be split up over multiple lines
    82 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    83 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    112 | WARNING | Line exceeds 80 characters; contains 82 characters
    --------------------------------------------------------------------------------

    FILE: ...les/contrib/currency-3126320/tests/src/Unit/Controller/AddCurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    66 | ERROR | The array declaration extends to column 107 (the limit is 80).
    | | The array content should be split up over multiple lines
    67 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: .../contrib/currency-3126320/tests/src/Unit/Controller/FixedRatesFormTest.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    109 | ERROR | The array declaration extends to column 98 (the limit is 80).
    | | The array content should be split up over multiple lines
    110 | ERROR | The array declaration extends to column 101 (the limit is 80).
    | | The array content should be split up over multiple lines
    111 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    112 | ERROR | The array declaration extends to column 152 (the limit is 80).
    | | The array content should be split up over multiple lines
    113 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    213 | ERROR | The array declaration extends to column 86 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...contrib/currency-3126320/tests/src/Unit/Controller/DisableCurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    49 | ERROR | The array declaration extends to column 96 (the limit is 80). The
    | | array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...ib/currency-3126320/tests/src/Unit/Controller/AmountFormattingFormTest.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    81 | ERROR | The array declaration extends to column 100 (the limit is 80).
    | | The array content should be split up over multiple lines
    82 | ERROR | The array declaration extends to column 143 (the limit is 80).
    | | The array content should be split up over multiple lines
    83 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    141 | ERROR | The array declaration extends to column 101 (the limit is 80).
    | | The array content should be split up over multiple lines
    141 | ERROR | The array declaration extends to column 100 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...es/contrib/currency-3126320/tests/src/Unit/Controller/EditCurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    48 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    63 | WARNING | Unused variable $string.
    --------------------------------------------------------------------------------

    FILE: ...ntrib/currency-3126320/tests/src/Unit/Controller/AddCurrencyLocaleTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    66 | ERROR | The array declaration extends to column 107 (the limit is 80).
    | | The array content should be split up over multiple lines
    67 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...trib/currency-3126320/tests/src/Unit/Controller/EditCurrencyLocaleTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    48 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: .../contrib/currency-3126320/tests/src/Unit/Controller/EnableCurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    49 | ERROR | The array declaration extends to column 96 (the limit is 80). The
    | | array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...trib/currency-3126320/tests/src/Unit/Controller/FixedRatesOverviewTest.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
    96 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    97 | ERROR | The array declaration extends to column 141 (the limit is 80).
    | | The array content should be split up over multiple lines
    98 | ERROR | The array declaration extends to column 152 (the limit is 80).
    | | The array content should be split up over multiple lines
    99 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    100 | ERROR | The array declaration extends to column 96 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...6320/tests/src/Unit/Controller/PluginBasedExchangeRateProviderFormTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    80 | ERROR | The array declaration extends to column 154 (the limit is 80).
    | | The array content should be split up over multiple lines
    81 | ERROR | The array declaration extends to column 124 (the limit is 80).
    | | The array content should be split up over multiple lines
    82 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...trib/currency-3126320/tests/src/Unit/Controller/CurrencyImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    80 | ERROR | The array declaration extends to column 111 (the limit is 80).
    | | The array content should be split up over multiple lines
    81 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    82 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    111 | WARNING | Line exceeds 80 characters; contains 82 characters
    --------------------------------------------------------------------------------

    FILE: ...trib/currency-3126320/tests/src/Unit/Form/CurrencyLocaleImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    81 | ERROR | The array declaration extends to column 111 (the limit is 80).
    | | The array content should be split up over multiple lines
    82 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    83 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    112 | WARNING | Line exceeds 80 characters; contains 82 characters
    --------------------------------------------------------------------------------

    FILE: ...odules/contrib/currency-3126320/tests/src/Unit/Form/FixedRatesFormTest.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    109 | ERROR | The array declaration extends to column 98 (the limit is 80).
    | | The array content should be split up over multiple lines
    110 | ERROR | The array declaration extends to column 101 (the limit is 80).
    | | The array content should be split up over multiple lines
    111 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    112 | ERROR | The array declaration extends to column 152 (the limit is 80).
    | | The array content should be split up over multiple lines
    113 | ERROR | The array declaration extends to column 106 (the limit is 80).
    | | The array content should be split up over multiple lines
    213 | ERROR | The array declaration extends to column 86 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: .../contrib/currency-3126320/tests/src/Unit/Form/AmountFormattingFormTest.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    82 | ERROR | The array declaration extends to column 100 (the limit is 80).
    | | The array content should be split up over multiple lines
    83 | ERROR | The array declaration extends to column 143 (the limit is 80).
    | | The array content should be split up over multiple lines
    84 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    142 | ERROR | The array declaration extends to column 101 (the limit is 80).
    | | The array content should be split up over multiple lines
    142 | ERROR | The array declaration extends to column 100 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...cy-3126320/tests/src/Unit/Form/PluginBasedExchangeRateProviderFormTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    80 | ERROR | The array declaration extends to column 154 (the limit is 80).
    | | The array content should be split up over multiple lines
    81 | ERROR | The array declaration extends to column 124 (the limit is 80).
    | | The array content should be split up over multiple lines
    82 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...es/contrib/currency-3126320/tests/src/Unit/Form/CurrencyImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    80 | ERROR | The array declaration extends to column 111 (the limit is 80).
    | | The array content should be split up over multiple lines
    81 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    82 | ERROR | The array declaration extends to column 108 (the limit is 80).
    | | The array content should be split up over multiple lines
    111 | WARNING | Line exceeds 80 characters; contains 82 characters
    --------------------------------------------------------------------------------

    FILE: ...rency-3126320/tests/src/Functional/Plugin/views/filter/CurrencyWebTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    9 | ERROR | Doc comment short description must start with a capital letter
    --------------------------------------------------------------------------------

    FILE: ...currency-3126320/tests/src/Functional/Plugin/views/field/AmountWebTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    9 | ERROR | Doc comment short description must start with a capital letter
    49 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    51 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...rrency-3126320/tests/src/Functional/Plugin/views/field/CurrencyWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    9 | ERROR | Doc comment short description must start with a capital letter
    15 | ERROR | Missing member variable doc comment
    --------------------------------------------------------------------------------

    FILE: ...s/src/Functional/Entity/CurrencyLocale/CurrencyLocaleDeleteFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    34 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...0/tests/src/Functional/Entity/CurrencyLocale/CurrencyLocaleFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AND 2 WARNINGS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    9 | ERROR | Doc comment short description must start with a capital letter
    15 | ERROR | Missing member variable doc comment
    25 | ERROR | Public method name "CurrencyLocaleFormWebTest::testUI" is not
    | | in lowerCamel format
    26 | ERROR | The array declaration extends to column 174 (the limit is 80).
    | | The array content should be split up over multiple lines
    39 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    46 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...3126320/tests/src/Functional/Entity/Currency/CurrencyDeleteFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    36 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...rency-3126320/tests/src/Functional/Entity/Currency/CurrencyFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
    10 | ERROR | Doc comment short description must start with a capital letter
    16 | ERROR | Missing member variable doc comment
    36 | ERROR | Public method name "CurrencyFormWebTest::testUI" is not in
    | | lowerCamel format
    37 | ERROR | The array declaration extends to column 146 (the limit is 80).
    | | The array content should be split up over multiple lines
    53 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    73 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    83 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...currency-3126320/tests/src/Functional/Controller/CurrencyLocaleWebTest.php
    --------------------------------------------------------------------------------
    FOUND 5 ERRORS AND 5 WARNINGS AFFECTING 10 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    50 | ERROR | The array declaration extends to column 111 (the limit is 80).
    | | The array content should be split up over multiple lines
    64 | ERROR | The array declaration extends to column 113 (the limit is 80).
    | | The array content should be split up over multiple lines
    77 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    78 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    79 | ERROR | The array declaration extends to column 142 (the limit is 80).
    | | The array content should be split up over multiple lines
    92 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    96 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    102 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...ntrib/currency-3126320/tests/src/Functional/Controller/CurrencyWebTest.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AND 5 WARNINGS AFFECTING 9 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    47 | ERROR | The array declaration extends to column 96 (the limit is 80).
    | | The array content should be split up over multiple lines
    62 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    63 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    64 | ERROR | The array declaration extends to column 121 (the limit is 80).
    | | The array content should be split up over multiple lines
    75 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    79 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    85 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...currency-3126320/tests/src/Functional/Controller/FixedRatesFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    34 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    52 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    64 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    70 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...s/src/Functional/Controller/PluginBasedExchangeRateProviderFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    24 | ERROR | Public method name
    | | "PluginBasedExchangeRateProviderFormWebTest::testCurrencyExchangerUI"
    | | is not in lowerCamel format
    41 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...cy-3126320/tests/src/Functional/Controller/AmountFormattingFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    36 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...ntrib/currency-3126320/tests/src/Functional/Form/FixedRatesFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    34 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    52 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    64 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    70 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...0/tests/src/Functional/Form/PluginBasedExchangeRateProviderFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    24 | ERROR | Public method name
    | | "PluginBasedExchangeRateProviderFormWebTest::testCurrencyExchangerUI"
    | | is not in lowerCamel format
    41 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...currency-3126320/tests/src/Functional/Form/AmountFormattingFormWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    36 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...ib/currency-3126320/tests/src/Functional/Element/CurrencyAmountWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 5 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment short description must start with a capital letter
    14 | ERROR | Missing member variable doc comment
    44 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    55 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    76 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...trib/currency-3126320/tests/src/Functional/Element/CurrencySignWebTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    9 | ERROR | Doc comment short description must start with a capital letter
    15 | ERROR | Missing member variable doc comment
    44 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    53 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    63 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    78 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...on/drupal8/web/modules/contrib/currency-3126320/tests/src/Kernel/Token.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    11 | WARNING | The class short comment should describe what the class does and
    | | not simply repeat the class name
    14 | ERROR | Missing member variable doc comment
    --------------------------------------------------------------------------------

    FILE: ...al8/web/modules/contrib/currency-3126320/tests/src/Kernel/CurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    16 | ERROR | Missing short description in doc comment
    26 | ERROR | The array declaration extends to column 109 (the limit is 80).
    | | The array content should be split up over multiple lines
    29 | WARNING | Unused variable $exchange_rates.
    --------------------------------------------------------------------------------

    FILE: ...b/modules/contrib/currency-3126320/tests/src/Kernel/CurrencyLocaleTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    15 | ERROR | Missing short description in doc comment
    --------------------------------------------------------------------------------

    FILE: ...pal8/web/modules/contrib/currency-3126320/src/FormElementCallbackTrait.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    5 | ERROR | Doc comment is empty
    --------------------------------------------------------------------------------

    FILE: .../web/modules/contrib/currency-3126320/src/Plugin/views/filter/Currency.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    25 | ERROR | Parameter $form_helper is not described in comment
    34 | ERROR | Missing parameter name
    --------------------------------------------------------------------------------

    FILE: ...8/web/modules/contrib/currency-3126320/src/Plugin/views/field/Currency.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    49 | ERROR | Unknown type hint "array" found for $plugin_definition
    --------------------------------------------------------------------------------

    FILE: ...al8/web/modules/contrib/currency-3126320/src/Plugin/views/field/Amount.php
    --------------------------------------------------------------------------------
    FOUND 6 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    37 | ERROR | Parameter $renderer is not described in comment
    50 | ERROR | Missing parameter name
    55 | ERROR | Unknown type hint "array" found for $plugin_definition
    77 | ERROR | Description for the @return value is missing
    149 | ERROR | Parameter tags must be defined first in a doc comment
    152 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...eb/modules/contrib/currency-3126320/src/Plugin/Filter/CurrencyLocalize.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    47 | ERROR | Parameter $string_translation is not described in comment
    56 | ERROR | Missing parameter name
    84 | ERROR | The array declaration extends to column 149 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...eb/modules/contrib/currency-3126320/src/Plugin/Filter/CurrencyExchange.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    46 | ERROR | Parameter $string_translation is not described in comment
    55 | ERROR | Missing parameter name
    81 | ERROR | The array declaration extends to column 150 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...b/currency-3126320/src/Plugin/Currency/ExchangeRateProvider/FixedRates.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    71 | ERROR | Missing parameter comment
    72 | ERROR | Missing parameter comment
    73 | ERROR | Missing parameter comment
    103 | ERROR | Missing parameter comment
    104 | ERROR | Missing parameter comment
    106 | ERROR | @return doc comment specified, but function has no return
    | | statement
    106 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...gin/Currency/ExchangeRateProvider/ExchangeRateProviderManagerInterface.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    21 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderDecorator.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    21 | ERROR | Parameter $exchange_rate_provider is not described in comment
    30 | ERROR | Missing parameter name
    --------------------------------------------------------------------------------

    FILE: ...src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderInterface.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    16 | ERROR | Missing parameter comment
    17 | ERROR | Missing parameter comment
    19 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...20/src/Plugin/Currency/AmountFormatter/AmountFormatterManagerInterface.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    15 | ERROR | Description for the @return value is missing
    22 | ERROR | Missing parameter comment
    31 | ERROR | Description for the @return value is missing
    43 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...y-3126320/src/Plugin/Currency/AmountFormatter/AmountFormatterInterface.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    24 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...upal8/web/modules/contrib/currency-3126320/src/LocaleResolverInterface.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    25 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: .../contrib/currency-3126320/src/Entity/CurrencyLocale/CurrencyLocaleForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    159 | ERROR | Doc comment short description must start with a capital letter
    --------------------------------------------------------------------------------

    FILE: ...drupal8/web/modules/contrib/currency-3126320/src/Entity/CurrencyLocale.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    202 | ERROR | Missing parameter comment
    215 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...eb/modules/contrib/currency-3126320/src/Entity/CurrencyLocaleInterface.php
    --------------------------------------------------------------------------------
    FOUND 17 ERRORS AFFECTING 16 LINES
    --------------------------------------------------------------------------------
    15 | ERROR | Missing parameter comment
    17 | ERROR | Description for the @return value is missing
    24 | ERROR | Description for the @return value is missing
    31 | ERROR | Missing parameter comment
    33 | ERROR | Description for the @return value is missing
    40 | ERROR | Description for the @return value is missing
    50 | ERROR | Description for the @return value is missing
    59 | ERROR | Parameter tags must be defined first in a doc comment
    59 | ERROR | Missing parameter comment
    60 | ERROR | Missing parameter comment
    62 | ERROR | Description for the @return value is missing
    71 | ERROR | Description for the @return value is missing
    78 | ERROR | Description for the @return value is missing
    85 | ERROR | Description for the @return value is missing
    92 | ERROR | Missing parameter comment
    94 | ERROR | Description for the @return value is missing
    101 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...ution/drupal8/web/modules/contrib/currency-3126320/src/Entity/Currency.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    102 | ERROR | The @var tag must be the first tag in a member variable comment
    337 | ERROR | Description for the @return value is missing
    350 | ERROR | Missing parameter comment
    363 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...pal8/web/modules/contrib/currency-3126320/src/Entity/CurrencyInterface.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    15 | WARNING | Line exceeds 80 characters; contains 88 characters
    16 | ERROR | Doc comment short description must be on a single line, further
    | | text should be a separate paragraph
    26 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: .../web/modules/contrib/currency-3126320/src/Entity/Currency/CurrencyForm.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    157 | ERROR | Doc comment short description must start with a capital letter
    --------------------------------------------------------------------------------

    FILE: ...ution/drupal8/web/modules/contrib/currency-3126320/src/EventDispatcher.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    24 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------

    FILE: ...drupal8/web/modules/contrib/currency-3126320/src/ExchangeRateInterface.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    18 | ERROR | Description for the @return value is missing
    25 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------

    FILE: ...pal8/web/modules/contrib/currency-3126320/src/Event/ResolveCountryCode.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    41 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...web/modules/contrib/currency-3126320/src/Controller/FixedRatesOverview.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    93 | ERROR | The array declaration extends to column 104 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...l8/web/modules/contrib/currency-3126320/src/Controller/DisableCurrency.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    37 | ERROR | Missing parameter comment
    39 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...web/modules/contrib/currency-3126320/src/Controller/EditCurrencyLocale.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    36 | ERROR | Missing parameter comment
    38 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...al8/web/modules/contrib/currency-3126320/src/Controller/EnableCurrency.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    37 | ERROR | Missing parameter comment
    39 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...upal8/web/modules/contrib/currency-3126320/src/Controller/EditCurrency.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    36 | ERROR | Missing parameter comment
    38 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...bution/drupal8/web/modules/contrib/currency-3126320/src/ConfigImporter.php
    --------------------------------------------------------------------------------
    FOUND 8 ERRORS AFFECTING 7 LINES
    --------------------------------------------------------------------------------
    30 | ERROR | The @var tag must be the first tag in a member variable comment
    62 | ERROR | Parameter $module_handler is not described in comment
    65 | ERROR | Missing parameter name
    83 | ERROR | Description for the @return value is missing
    96 | ERROR | Missing parameter comment
    96 | ERROR | Missing parameter name
    161 | ERROR | Missing parameter comment
    163 | ERROR | Description for the @return value is missing
    --------------------------------------------------------------------------------

    FILE: ...ribution/drupal8/web/modules/contrib/currency-3126320/src/ExchangeRate.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    21 | ERROR | Missing @var tag in member variable comment
    51 | ERROR | Expected type hint "ExchangerateInterface"; found
    | | "GenericExchangerateInterface" for $other_exchange_rate
    --------------------------------------------------------------------------------

    FILE: ...b/modules/contrib/currency-3126320/src/PluginBasedExchangeRateProvider.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    31 | ERROR | Missing parameter comment
    32 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------

    FILE: ...upal8/web/modules/contrib/currency-3126320/src/Form/CurrencyImportForm.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    33 | ERROR | Parameter $config_importer is not described in comment
    33 | ERROR | Parameter $form_helper is not described in comment
    38 | ERROR | Missing parameter name
    40 | ERROR | Missing parameter name
    --------------------------------------------------------------------------------

    FILE: .../contrib/currency-3126320/src/Form/PluginBasedExchangeRateProviderForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    15 | WARNING | Line exceeds 80 characters; contains 88 characters
    71 | ERROR | The array declaration extends to column 103 (the limit is 80).
    | | The array content should be split up over multiple lines
    134 | ERROR | The array declaration extends to column 88 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...n/drupal8/web/modules/contrib/currency-3126320/src/Form/FixedRatesForm.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    41 | ERROR | Parameter $form_helper is not described in comment
    52 | ERROR | Missing parameter name
    129 | ERROR | The array declaration extends to column 84 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...al8/web/modules/contrib/currency-3126320/src/Form/AmountFormattingForm.php
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    75 | ERROR | The array declaration extends to column 87 (the limit is 80). The
    | | array content should be split up over multiple lines
    75 | ERROR | The array declaration extends to column 86 (the limit is 80). The
    | | array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...web/modules/contrib/currency-3126320/src/Form/CurrencyLocaleImportForm.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    33 | ERROR | Parameter $config_importer is not described in comment
    33 | ERROR | Parameter $form_helper is not described in comment
    38 | ERROR | Missing parameter name
    40 | ERROR | Missing parameter name
    --------------------------------------------------------------------------------

    FILE: ...bution/drupal8/web/modules/contrib/currency-3126320/src/LocaleResolver.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    54 | ERROR | Missing parameter comment
    55 | ERROR | Missing parameter comment
    56 | ERROR | Missing parameter comment
    57 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------

    FILE: ...upal8/web/modules/contrib/currency-3126320/src/ConfigImporterInterface.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 4 LINES
    --------------------------------------------------------------------------------
    13 | ERROR | Description for the @return value is missing
    20 | ERROR | Missing parameter comment
    30 | ERROR | Description for the @return value is missing
    37 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------

    FILE: .../drupal8/web/modules/contrib/currency-3126320/src/Element/CurrencySign.php
    --------------------------------------------------------------------------------
    FOUND 3 ERRORS AND 3 WARNINGS AFFECTING 6 LINES
    --------------------------------------------------------------------------------
    34 | ERROR | Parameter $string_translation is not described in comment
    43 | ERROR | Missing parameter comment
    45 | ERROR | Unknown type hint "array" found for $plugin_definition
    97 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    105 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    119 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...rupal8/web/modules/contrib/currency-3126320/src/Element/CurrencyAmount.php
    --------------------------------------------------------------------------------
    FOUND 7 ERRORS AND 2 WARNINGS AFFECTING 8 LINES
    --------------------------------------------------------------------------------
    46 | ERROR | Parameter $string_translation is not described in comment
    55 | ERROR | Missing parameter comment
    56 | ERROR | Missing parameter comment
    57 | ERROR | Missing parameter comment
    59 | ERROR | Unknown type hint "array" found for $plugin_definition
    88 | ERROR | The array declaration extends to column 94 (the limit is 80).
    | | The array content should be split up over multiple lines
    88 | ERROR | The array declaration extends to column 93 (the limit is 80).
    | | The array content should be split up over multiple lines
    89 | WARNING | Line exceeds 80 characters; contains 81 characters
    207 | WARNING | Line exceeds 80 characters; contains 82 characters
    --------------------------------------------------------------------------------

    FILE: ...ntribution/drupal8/web/modules/contrib/currency-3126320/src/FormHelper.php
    --------------------------------------------------------------------------------
    FOUND 4 ERRORS AFFECTING 3 LINES
    --------------------------------------------------------------------------------
    30 | ERROR | Parameter $string_translation is not described in comment
    33 | ERROR | Missing parameter comment
    33 | ERROR | Missing parameter name
    34 | ERROR | Missing parameter comment
    --------------------------------------------------------------------------------

    FILE: ...dules/contrib/currency-3126320/modules/currency_test/currency_test.install
    --------------------------------------------------------------------------------
    FOUND 2 ERRORS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    8 | ERROR | Doc comment is empty
    20 | ERROR | The array declaration extends to column 201 (the limit is 80).
    | | The array content should be split up over multiple lines
    --------------------------------------------------------------------------------

    FILE: ...s/contrib/currency-3126320/modules/currency_test/currency_test.routing.yml
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    7 | WARNING | Open page callback found, please add a comment before the line
    | | why there is no access restriction
    16 | WARNING | Open page callback found, please add a comment before the line
    | | why there is no access restriction
    --------------------------------------------------------------------------------

    FILE: ...contrib/currency-3126320/modules/currency_test/src/CurrencySignElement.php
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    32 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    36 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...ntrib/currency-3126320/modules/currency_test/src/CurrencyAmountElement.php
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
    --------------------------------------------------------------------------------
    31 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    37 | WARNING | t() calls should be avoided in classes, use
    | | \Drupal\Core\StringTranslation\StringTranslationTrait and
    | | $this->t() instead
    --------------------------------------------------------------------------------

    FILE: ...3126320/modules/currency_intl/src/Plugin/Currency/AmountFormatter/Intl.php
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    71 | WARNING | Unused variable $formatted.
    --------------------------------------------------------------------------------

    FILE: .../html/contribution/drupal8/web/modules/contrib/currency-3126320/PLUGINS.md
    --------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    --------------------------------------------------------------------------------
    21 | WARNING | Line exceeds 80 characters; contains 83 characters
    --------------------------------------------------------------------------------

    Time: 10.15 secs; Memory: 16MB

    Steps to Reproduce

    Execute the command:
    phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,js,info,txt,md,yml,twig currency-3126320/

    Proposed resolution

    Above error/warnings need to be fixed

  • šŸ‡®šŸ‡³India urvashi_vora Madhya Pradesh, India
  • Assigned to urvashi_vora
  • šŸ‡®šŸ‡³India urvashi_vora Madhya Pradesh, India
  • Issue was unassigned.
  • Status changed to Needs review over 1 year ago
  • Open in Jenkins ā†’ Open on Drupal.org ā†’
    Core: 9.5.5 + Environment: PHP 7.3 & MariaDB 10.3.22
    last update over 1 year ago
    265 pass, 4 fail
  • šŸ‡®šŸ‡³India urvashi_vora Madhya Pradesh, India

    I will provide a patch for the remaining issues too.

    Thanks

  • The last submitted patch, 10: coding_standard_fixes-10.patch, failed testing. View results ā†’
    - codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

  • šŸ‡®šŸ‡³India Ashutosh Ahirwal India

    Ashutosh Ahirwal ā†’ made their first commit to this issueā€™s fork.

  • Open in Jenkins ā†’ Open on Drupal.org ā†’
    Core: 9.5.5 + Environment: PHP 7.3 & MariaDB 10.3.22
    last update over 1 year ago
    241 pass, 32 fail
  • @ashutosh-ahirwal opened merge request.
  • šŸ‡®šŸ‡³India Ashutosh Ahirwal India

    Worked on phpcs issue.
    Please review the MR MR 3

  • šŸ‡®šŸ‡¹Italy apaderno Brescia, šŸ‡®šŸ‡¹
  • Status changed to Needs work 4 months ago
  • Hi @Ashutosh Ahirwal,

    Applied your changes on MR !3 successfully, however, errors are still thrown. Please see below:

    currency git:(8.x-3.4) curl https://git.drupalcode.org/project/currency/-/merge_requests/3.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  470k    0  470k    0     0   959k      0 --:--:-- --:--:-- --:--:--  988k
    patching file PLUGINS.md
    patching file config/default/currency.currency_locale.aa_DJ.yml
    patching file config/default/currency.currency_locale.aa_ER.yml
    patching file config/default/currency.currency_locale.aa_ET.yml
    patching file config/default/currency.currency_locale.af_NA.yml
    patching file config/default/currency.currency_locale.af_ZA.yml
    patching file config/default/currency.currency_locale.ak_GH.yml
    patching file config/default/currency.currency_locale.am_ET.yml
    patching file config/default/currency.currency_locale.ar_AE.yml
    patching file config/default/currency.currency_locale.ar_BH.yml
    patching file config/default/currency.currency_locale.ar_DJ.yml
    patching file config/default/currency.currency_locale.ar_DZ.yml
    patching file config/default/currency.currency_locale.ar_EG.yml
    patching file config/default/currency.currency_locale.ar_EH.yml
    patching file config/default/currency.currency_locale.ar_ER.yml
    patching file config/default/currency.currency_locale.ar_IL.yml
    patching file config/default/currency.currency_locale.ar_IQ.yml
    patching file config/default/currency.currency_locale.ar_JO.yml
    patching file config/default/currency.currency_locale.ar_KM.yml
    patching file config/default/currency.currency_locale.ar_KW.yml
    patching file config/default/currency.currency_locale.ar_LB.yml
    patching file config/default/currency.currency_locale.ar_LY.yml
    patching file config/default/currency.currency_locale.ar_MA.yml
    patching file config/default/currency.currency_locale.ar_MR.yml
    patching file config/default/currency.currency_locale.ar_OM.yml
    patching file config/default/currency.currency_locale.ar_PS.yml
    patching file config/default/currency.currency_locale.ar_QA.yml
    patching file config/default/currency.currency_locale.ar_SA.yml
    patching file config/default/currency.currency_locale.ar_SD.yml
    patching file config/default/currency.currency_locale.ar_SO.yml
    patching file config/default/currency.currency_locale.ar_SY.yml
    patching file config/default/currency.currency_locale.ar_TD.yml
    patching file config/default/currency.currency_locale.ar_TN.yml
    patching file config/default/currency.currency_locale.ar_YE.yml
    patching file config/default/currency.currency_locale.as_IN.yml
    patching file config/default/currency.currency_locale.be_BY.yml
    patching file config/default/currency.currency_locale.bg_BG.yml
    patching file config/default/currency.currency_locale.bm_ML.yml
    patching file config/default/currency.currency_locale.bn_BD.yml
    patching file config/default/currency.currency_locale.bn_IN.yml
    patching file config/default/currency.currency_locale.bo_CN.yml
    patching file config/default/currency.currency_locale.bo_IN.yml
    patching file config/default/currency.currency_locale.ca_AD.yml
    patching file config/default/currency.currency_locale.ca_ES.yml
    patching file config/default/currency.currency_locale.cs_CZ.yml
    patching file config/default/currency.currency_locale.cy_GB.yml
    patching file config/default/currency.currency_locale.da_DK.yml
    patching file config/default/currency.currency_locale.de_AT.yml
    patching file config/default/currency.currency_locale.de_BE.yml
    patching file config/default/currency.currency_locale.de_CH.yml
    patching file config/default/currency.currency_locale.de_DE.yml
    patching file config/default/currency.currency_locale.de_LI.yml
    patching file config/default/currency.currency_locale.de_LU.yml
    patching file config/default/currency.currency_locale.dz_BT.yml
    patching file config/default/currency.currency_locale.ee_GH.yml
    patching file config/default/currency.currency_locale.ee_TG.yml
    patching file config/default/currency.currency_locale.el_CY.yml
    patching file config/default/currency.currency_locale.el_GR.yml
    patching file config/default/currency.currency_locale.en_AG.yml
    patching file config/default/currency.currency_locale.en_AS.yml
    patching file config/default/currency.currency_locale.en_AU.yml
    patching file config/default/currency.currency_locale.en_BB.yml
    patching file config/default/currency.currency_locale.en_BE.yml
    patching file config/default/currency.currency_locale.en_BM.yml
    patching file config/default/currency.currency_locale.en_BS.yml
    patching file config/default/currency.currency_locale.en_BW.yml
    patching file config/default/currency.currency_locale.en_BZ.yml
    patching file config/default/currency.currency_locale.en_CA.yml
    patching file config/default/currency.currency_locale.en_CM.yml
    patching file config/default/currency.currency_locale.en_DM.yml
    patching file config/default/currency.currency_locale.en_FJ.yml
    patching file config/default/currency.currency_locale.en_FM.yml
    patching file config/default/currency.currency_locale.en_GB.yml
    patching file config/default/currency.currency_locale.en_GD.yml
    patching file config/default/currency.currency_locale.en_GG.yml
    patching file config/default/currency.currency_locale.en_GH.yml
    patching file config/default/currency.currency_locale.en_GI.yml
    patching file config/default/currency.currency_locale.en_GM.yml
    patching file config/default/currency.currency_locale.en_GU.yml
    patching file config/default/currency.currency_locale.en_GY.yml
    patching file config/default/currency.currency_locale.en_HK.yml
    patching file config/default/currency.currency_locale.en_IE.yml
    patching file config/default/currency.currency_locale.en_IM.yml
    patching file config/default/currency.currency_locale.en_IN.yml
    patching file config/default/currency.currency_locale.en_JE.yml
    patching file config/default/currency.currency_locale.en_JM.yml
    patching file config/default/currency.currency_locale.en_KE.yml
    patching file config/default/currency.currency_locale.en_KI.yml
    patching file config/default/currency.currency_locale.en_KN.yml
    patching file config/default/currency.currency_locale.en_KY.yml
    patching file config/default/currency.currency_locale.en_LC.yml
    patching file config/default/currency.currency_locale.en_LR.yml
    patching file config/default/currency.currency_locale.en_LS.yml
    patching file config/default/currency.currency_locale.en_MG.yml
    patching file config/default/currency.currency_locale.en_MH.yml
    patching file config/default/currency.currency_locale.en_MP.yml
    patching file config/default/currency.currency_locale.en_MT.yml
    patching file config/default/currency.currency_locale.en_MU.yml
    patching file config/default/currency.currency_locale.en_MW.yml
    patching file config/default/currency.currency_locale.en_NA.yml
    patching file config/default/currency.currency_locale.en_NG.yml
    patching file config/default/currency.currency_locale.en_NZ.yml
    patching file config/default/currency.currency_locale.en_PG.yml
    patching file config/default/currency.currency_locale.en_PH.yml
    patching file config/default/currency.currency_locale.en_PK.yml
    patching file config/default/currency.currency_locale.en_PR.yml
    patching file config/default/currency.currency_locale.en_PW.yml
    patching file config/default/currency.currency_locale.en_SB.yml
    patching file config/default/currency.currency_locale.en_SC.yml
    patching file config/default/currency.currency_locale.en_SG.yml
    patching file config/default/currency.currency_locale.en_SL.yml
    patching file config/default/currency.currency_locale.en_SS.yml
    patching file config/default/currency.currency_locale.en_SZ.yml
    patching file config/default/currency.currency_locale.en_TC.yml
    patching file config/default/currency.currency_locale.en_TO.yml
    patching file config/default/currency.currency_locale.en_TT.yml
    patching file config/default/currency.currency_locale.en_TZ.yml
    patching file config/default/currency.currency_locale.en_UG.yml
    patching file config/default/currency.currency_locale.en_UM.yml
    patching file config/default/currency.currency_locale.en_VC.yml
    patching file config/default/currency.currency_locale.en_VG.yml
    patching file config/default/currency.currency_locale.en_VI.yml
    patching file config/default/currency.currency_locale.en_VU.yml
    patching file config/default/currency.currency_locale.en_WS.yml
    patching file config/default/currency.currency_locale.en_ZA.yml
    patching file config/default/currency.currency_locale.en_ZM.yml
    patching file config/default/currency.currency_locale.en_ZW.yml
    patching file config/default/currency.currency_locale.es_AR.yml
    patching file config/default/currency.currency_locale.es_BO.yml
    patching file config/default/currency.currency_locale.es_CL.yml
    patching file config/default/currency.currency_locale.es_CO.yml
    patching file config/default/currency.currency_locale.es_CR.yml
    patching file config/default/currency.currency_locale.es_CU.yml
    patching file config/default/currency.currency_locale.es_DO.yml
    patching file config/default/currency.currency_locale.es_EA.yml
    patching file config/default/currency.currency_locale.es_EC.yml
    patching file config/default/currency.currency_locale.es_ES.yml
    patching file config/default/currency.currency_locale.es_GQ.yml
    patching file config/default/currency.currency_locale.es_GT.yml
    patching file config/default/currency.currency_locale.es_HN.yml
    patching file config/default/currency.currency_locale.es_IC.yml
    patching file config/default/currency.currency_locale.es_MX.yml
    patching file config/default/currency.currency_locale.es_NI.yml
    patching file config/default/currency.currency_locale.es_PA.yml
    patching file config/default/currency.currency_locale.es_PE.yml
    patching file config/default/currency.currency_locale.es_PH.yml
    patching file config/default/currency.currency_locale.es_PR.yml
    patching file config/default/currency.currency_locale.es_PY.yml
    patching file config/default/currency.currency_locale.es_SV.yml
    patching file config/default/currency.currency_locale.es_US.yml
    patching file config/default/currency.currency_locale.es_UY.yml
    patching file config/default/currency.currency_locale.es_VE.yml
    patching file config/default/currency.currency_locale.et_EE.yml
    patching file config/default/currency.currency_locale.eu_ES.yml
    patching file config/default/currency.currency_locale.fa_AF.yml
    patching file config/default/currency.currency_locale.fa_IR.yml
    patching file config/default/currency.currency_locale.ff_SN.yml
    patching file config/default/currency.currency_locale.fi_FI.yml
    patching file config/default/currency.currency_locale.fo_FO.yml
    patching file config/default/currency.currency_locale.fr_BE.yml
    patching file config/default/currency.currency_locale.fr_BF.yml
    patching file config/default/currency.currency_locale.fr_BI.yml
    patching file config/default/currency.currency_locale.fr_BJ.yml
    patching file config/default/currency.currency_locale.fr_BL.yml
    patching file config/default/currency.currency_locale.fr_CA.yml
    patching file config/default/currency.currency_locale.fr_CD.yml
    patching file config/default/currency.currency_locale.fr_CF.yml
    patching file config/default/currency.currency_locale.fr_CG.yml
    patching file config/default/currency.currency_locale.fr_CH.yml
    patching file config/default/currency.currency_locale.fr_CI.yml
    patching file config/default/currency.currency_locale.fr_CM.yml
    patching file config/default/currency.currency_locale.fr_DJ.yml
    patching file config/default/currency.currency_locale.fr_DZ.yml
    patching file config/default/currency.currency_locale.fr_FR.yml
    patching file config/default/currency.currency_locale.fr_GA.yml
    patching file config/default/currency.currency_locale.fr_GF.yml
    patching file config/default/currency.currency_locale.fr_GN.yml
    patching file config/default/currency.currency_locale.fr_GP.yml
    patching file config/default/currency.currency_locale.fr_GQ.yml
    patching file config/default/currency.currency_locale.fr_HT.yml
    patching file config/default/currency.currency_locale.fr_KM.yml
    patching file config/default/currency.currency_locale.fr_LU.yml
    patching file config/default/currency.currency_locale.fr_MA.yml
    patching file config/default/currency.currency_locale.fr_MC.yml
    patching file config/default/currency.currency_locale.fr_MF.yml
    patching file config/default/currency.currency_locale.fr_MG.yml
    patching file config/default/currency.currency_locale.fr_ML.yml
    patching file config/default/currency.currency_locale.fr_MQ.yml
    patching file config/default/currency.currency_locale.fr_MR.yml
    patching file config/default/currency.currency_locale.fr_MU.yml
    patching file config/default/currency.currency_locale.fr_NC.yml
    patching file config/default/currency.currency_locale.fr_NE.yml
    patching file config/default/currency.currency_locale.fr_PF.yml
    patching file config/default/currency.currency_locale.fr_RE.yml
    patching file config/default/currency.currency_locale.fr_RW.yml
    patching file config/default/currency.currency_locale.fr_SC.yml
    patching file config/default/currency.currency_locale.fr_SN.yml
    patching file config/default/currency.currency_locale.fr_SY.yml
    patching file config/default/currency.currency_locale.fr_TD.yml
    patching file config/default/currency.currency_locale.fr_TG.yml
    patching file config/default/currency.currency_locale.fr_TN.yml
    patching file config/default/currency.currency_locale.fr_VU.yml
    patching file config/default/currency.currency_locale.fr_YT.yml
    patching file config/default/currency.currency_locale.ga_IE.yml
    patching file config/default/currency.currency_locale.gd_GB.yml
    patching file config/default/currency.currency_locale.gl_ES.yml
    patching file config/default/currency.currency_locale.gu_IN.yml
    patching file config/default/currency.currency_locale.gv_GB.yml
    patching file config/default/currency.currency_locale.he_IL.yml
    patching file config/default/currency.currency_locale.hi_IN.yml
    patching file config/default/currency.currency_locale.hr_BA.yml
    patching file config/default/currency.currency_locale.hr_HR.yml
    patching file config/default/currency.currency_locale.hu_HU.yml
    patching file config/default/currency.currency_locale.hy_AM.yml
    patching file config/default/currency.currency_locale.id_ID.yml
    patching file config/default/currency.currency_locale.ig_NG.yml
    patching file config/default/currency.currency_locale.is_IS.yml
    patching file config/default/currency.currency_locale.it_CH.yml
    patching file config/default/currency.currency_locale.it_IT.yml
    patching file config/default/currency.currency_locale.it_SM.yml
    patching file config/default/currency.currency_locale.ja_JP.yml
    patching file config/default/currency.currency_locale.ka_GE.yml
    patching file config/default/currency.currency_locale.ki_KE.yml
    patching file config/default/currency.currency_locale.kl_GL.yml
    patching file config/default/currency.currency_locale.km_KH.yml
    patching file config/default/currency.currency_locale.kn_IN.yml
    patching file config/default/currency.currency_locale.ko_KP.yml
    patching file config/default/currency.currency_locale.ko_KR.yml
    patching file config/default/currency.currency_locale.kw_GB.yml
    patching file config/default/currency.currency_locale.lg_UG.yml
    patching file config/default/currency.currency_locale.ln_AO.yml
    patching file config/default/currency.currency_locale.ln_CD.yml
    patching file config/default/currency.currency_locale.ln_CF.yml
    patching file config/default/currency.currency_locale.ln_CG.yml
    patching file config/default/currency.currency_locale.lo_LA.yml
    patching file config/default/currency.currency_locale.lt_LT.yml
    patching file config/default/currency.currency_locale.lu_CD.yml
    patching file config/default/currency.currency_locale.lv_LV.yml
    patching file config/default/currency.currency_locale.mg_MG.yml
    patching file config/default/currency.currency_locale.mk_MK.yml
    patching file config/default/currency.currency_locale.ml_IN.yml
    patching file config/default/currency.currency_locale.mr_IN.yml
    patching file config/default/currency.currency_locale.ms_BN.yml
    patching file config/default/currency.currency_locale.ms_MY.yml
    patching file config/default/currency.currency_locale.ms_SG.yml
    patching file config/default/currency.currency_locale.mt_MT.yml
    patching file config/default/currency.currency_locale.my_MM.yml
    patching file config/default/currency.currency_locale.nb_NO.yml
    patching file config/default/currency.currency_locale.nd_ZW.yml
    patching file config/default/currency.currency_locale.nl_AW.yml
    patching file config/default/currency.currency_locale.nl_BE.yml
    patching file config/default/currency.currency_locale.nl_CW.yml
    patching file config/default/currency.currency_locale.nl_NL.yml
    patching file config/default/currency.currency_locale.nl_SR.yml
    patching file config/default/currency.currency_locale.nl_SX.yml
    patching file config/default/currency.currency_locale.nn_NO.yml
    patching file config/default/currency.currency_locale.nr_ZA.yml
    patching file config/default/currency.currency_locale.om_ET.yml
    patching file config/default/currency.currency_locale.om_KE.yml
    patching file config/default/currency.currency_locale.or_IN.yml
    patching file config/default/currency.currency_locale.os_GE.yml
    patching file config/default/currency.currency_locale.os_RU.yml
    patching file config/default/currency.currency_locale.pl_PL.yml
    patching file config/default/currency.currency_locale.ps_AF.yml
    patching file config/default/currency.currency_locale.pt_AO.yml
    patching file config/default/currency.currency_locale.pt_BR.yml
    patching file config/default/currency.currency_locale.pt_CV.yml
    patching file config/default/currency.currency_locale.pt_GW.yml
    patching file config/default/currency.currency_locale.pt_MO.yml
    patching file config/default/currency.currency_locale.pt_MZ.yml
    patching file config/default/currency.currency_locale.pt_PT.yml
    patching file config/default/currency.currency_locale.pt_ST.yml
    patching file config/default/currency.currency_locale.pt_TL.yml
    patching file config/default/currency.currency_locale.rm_CH.yml
    patching file config/default/currency.currency_locale.rn_BI.yml
    patching file config/default/currency.currency_locale.ro_MD.yml
    patching file config/default/currency.currency_locale.ro_RO.yml
    patching file config/default/currency.currency_locale.ru_BY.yml
    patching file config/default/currency.currency_locale.ru_KG.yml
    patching file config/default/currency.currency_locale.ru_KZ.yml
    patching file config/default/currency.currency_locale.ru_MD.yml
    patching file config/default/currency.currency_locale.ru_RU.yml
    patching file config/default/currency.currency_locale.ru_UA.yml
    patching file config/default/currency.currency_locale.se_FI.yml
    patching file config/default/currency.currency_locale.se_NO.yml
    patching file config/default/currency.currency_locale.sg_CF.yml
    patching file config/default/currency.currency_locale.si_LK.yml
    patching file config/default/currency.currency_locale.sk_SK.yml
    patching file config/default/currency.currency_locale.sl_SI.yml
    patching file config/default/currency.currency_locale.sn_ZW.yml
    patching file config/default/currency.currency_locale.so_DJ.yml
    patching file config/default/currency.currency_locale.so_ET.yml
    patching file config/default/currency.currency_locale.so_KE.yml
    patching file config/default/currency.currency_locale.so_SO.yml
    patching file config/default/currency.currency_locale.sq_AL.yml
    patching file config/default/currency.currency_locale.sq_MK.yml
    patching file config/default/currency.currency_locale.ss_SZ.yml
    patching file config/default/currency.currency_locale.ss_ZA.yml
    patching file config/default/currency.currency_locale.st_LS.yml
    patching file config/default/currency.currency_locale.st_ZA.yml
    patching file config/default/currency.currency_locale.sv_AX.yml
    patching file config/default/currency.currency_locale.sv_FI.yml
    patching file config/default/currency.currency_locale.sv_SE.yml
    patching file config/default/currency.currency_locale.sw_KE.yml
    patching file config/default/currency.currency_locale.sw_TZ.yml
    patching file config/default/currency.currency_locale.sw_UG.yml
    patching file config/default/currency.currency_locale.ta_IN.yml
    patching file config/default/currency.currency_locale.ta_LK.yml
    patching file config/default/currency.currency_locale.ta_MY.yml
    patching file config/default/currency.currency_locale.ta_SG.yml
    patching file config/default/currency.currency_locale.te_IN.yml
    patching file config/default/currency.currency_locale.th_TH.yml
    patching file config/default/currency.currency_locale.ti_ER.yml
    patching file config/default/currency.currency_locale.ti_ET.yml
    patching file config/default/currency.currency_locale.tn_BW.yml
    patching file config/default/currency.currency_locale.tn_ZA.yml
    patching file config/default/currency.currency_locale.to_TO.yml
    patching file config/default/currency.currency_locale.tr_CY.yml
    patching file config/default/currency.currency_locale.tr_TR.yml
    patching file config/default/currency.currency_locale.ts_ZA.yml
    patching file config/default/currency.currency_locale.uk_UA.yml
    patching file config/default/currency.currency_locale.ur_IN.yml
    patching file config/default/currency.currency_locale.ur_PK.yml
    patching file config/default/currency.currency_locale.ve_ZA.yml
    patching file config/default/currency.currency_locale.vi_VN.yml
    patching file config/default/currency.currency_locale.xh_ZA.yml
    patching file config/default/currency.currency_locale.yo_NG.yml
    patching file config/default/currency.currency_locale.zu_ZA.yml
    patching file config/install/currency.amount_formatting.yml
    patching file config/install/currency.currency_locale.en_US.yml
    patching file config/install/currency.exchange_rate_provider.yml
    patching file currency.api.php
    patching file currency.tokens.inc
    patching file modules/currency_intl/currency_intl.install
    patching file modules/currency_intl/src/Plugin/Currency/AmountFormatter/Intl.php
    patching file modules/currency_intl/tests/src/Functional/ModuleInstallUninstallWebTest.php
    patching file modules/currency_intl/tests/src/Unit/Plugin/Currency/AmountFormatter/IntlTest.php
    patching file modules/currency_test/currency_test.install
    patching file modules/currency_test/currency_test.module
    patching file modules/currency_test/currency_test.routing.yml
    patching file modules/currency_test/src/CurrencyAmountElement.php
    patching file modules/currency_test/src/CurrencySignElement.php
    patching file src/ConfigImporter.php
    patching file src/ConfigImporterInterface.php
    patching file src/Controller/DisableCurrency.php
    patching file src/Controller/EditCurrency.php
    patching file src/Controller/EditCurrencyLocale.php
    patching file src/Controller/EnableCurrency.php
    patching file src/Controller/FixedRatesOverview.php
    patching file src/Element/CurrencyAmount.php
    patching file src/Element/CurrencySign.php
    patching file src/Entity/Currency.php
    patching file src/Entity/Currency/CurrencyAccessControlHandler.php
    patching file src/Entity/Currency/CurrencyDeleteForm.php
    patching file src/Entity/Currency/CurrencyForm.php
    patching file src/Entity/Currency/CurrencyListBuilder.php
    patching file src/Entity/CurrencyInterface.php
    patching file src/Entity/CurrencyLocale.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleAccessControlHandler.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleDeleteForm.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleForm.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleListBuilder.php
    patching file src/Entity/CurrencyLocaleInterface.php
    patching file src/Event/CurrencyEvents.php
    patching file src/Event/ResolveCountryCode.php
    patching file src/EventDispatcher.php
    patching file src/ExchangeRate.php
    patching file src/ExchangeRateInterface.php
    patching file src/Form/AmountFormattingForm.php
    patching file src/Form/CurrencyImportForm.php
    patching file src/Form/CurrencyLocaleImportForm.php
    patching file src/Form/FixedRatesForm.php
    patching file src/Form/PluginBasedExchangeRateProviderForm.php
    patching file src/FormElementCallbackTrait.php
    patching file src/FormHelper.php
    patching file src/LocaleResolver.php
    patching file src/LocaleResolverInterface.php
    patching file src/Plugin/Currency/AmountFormatter/AmountFormatterInterface.php
    patching file src/Plugin/Currency/AmountFormatter/AmountFormatterManager.php
    patching file src/Plugin/Currency/AmountFormatter/AmountFormatterManagerInterface.php
    patching file src/Plugin/Currency/AmountFormatter/Basic.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderDecorator.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderInterface.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderManager.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderManagerInterface.php
    patching file src/Plugin/Currency/ExchangeRateProvider/FixedRates.php
    patching file src/Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProvider.php
    patching file src/Plugin/Currency/ExchangeRateProvider/HistoricalRates.php
    patching file src/Plugin/Filter/CurrencyExchange.php
    patching file src/Plugin/Filter/CurrencyLocalize.php
    patching file src/Plugin/Validation/Constraint/CurrencyCode.php
    patching file src/Plugin/Validation/Constraint/CurrencyNumber.php
    patching file src/Plugin/views/field/Amount.php
    patching file src/Plugin/views/field/Currency.php
    patching file src/Plugin/views/filter/Currency.php
    patching file src/PluginBasedExchangeRateProvider.php
    patching file tests/src/Functional/Controller/AmountFormattingFormWebTest.php
    patching file tests/src/Functional/Controller/CurrencyLocaleWebTest.php
    patching file tests/src/Functional/Controller/CurrencyWebTest.php
    patching file tests/src/Functional/Controller/FixedRatesFormWebTest.php
    patching file tests/src/Functional/Controller/PluginBasedExchangeRateProviderFormWebTest.php
    patching file tests/src/Functional/Element/CurrencyAmountWebTest.php
    patching file tests/src/Functional/Element/CurrencySignWebTest.php
    patching file tests/src/Functional/Entity/Currency/CurrencyDeleteFormWebTest.php
    patching file tests/src/Functional/Entity/Currency/CurrencyFormWebTest.php
    patching file tests/src/Functional/Entity/CurrencyLocale/CurrencyLocaleDeleteFormWebTest.php
    patching file tests/src/Functional/Entity/CurrencyLocale/CurrencyLocaleFormWebTest.php
    patching file tests/src/Functional/Form/AmountFormattingFormWebTest.php
    patching file tests/src/Functional/Form/FixedRatesFormWebTest.php
    patching file tests/src/Functional/Form/PluginBasedExchangeRateProviderFormWebTest.php
    patching file tests/src/Functional/ModuleInstallUninstallWebTest.php
    patching file tests/src/Functional/Plugin/views/field/AmountWebTest.php
    patching file tests/src/Functional/Plugin/views/field/CurrencyWebTest.php
    patching file tests/src/Functional/Plugin/views/filter/CurrencyWebTest.php
    patching file tests/src/Kernel/CurrencyLocaleTest.php
    patching file tests/src/Kernel/CurrencyTest.php
    patching file tests/src/Kernel/Token.php
    patching file tests/src/Unit/ConfigImporterTest.php
    patching file tests/src/Unit/Controller/AddCurrencyLocaleTest.php
    patching file tests/src/Unit/Controller/AddCurrencyTest.php
    patching file tests/src/Unit/Controller/AmountFormattingFormTest.php
    patching file tests/src/Unit/Controller/CurrencyImportFormTest.php
    patching file tests/src/Unit/Controller/CurrencyLocaleImportFormTest.php
    patching file tests/src/Unit/Controller/DisableCurrencyTest.php
    patching file tests/src/Unit/Controller/EditCurrencyLocaleTest.php
    patching file tests/src/Unit/Controller/EditCurrencyTest.php
    patching file tests/src/Unit/Controller/EnableCurrencyTest.php
    patching file tests/src/Unit/Controller/FixedRatesFormTest.php
    patching file tests/src/Unit/Controller/FixedRatesOverviewTest.php
    patching file tests/src/Unit/Controller/PluginBasedExchangeRateProviderFormTest.php
    patching file tests/src/Unit/Element/CurrencyAmountTest.php
    patching file tests/src/Unit/Element/CurrencySignTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyAccessControlHandlerTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyDeleteFormTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyFormTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyListBuilderTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleAccessControlHandlerTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleDeleteFormTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleFormTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleListBuilderTest.php
    patching file tests/src/Unit/Entity/CurrencyLocaleTest.php
    patching file tests/src/Unit/Entity/CurrencyTest.php
    patching file tests/src/Unit/EventDispatcherTest.php
    patching file tests/src/Unit/Form/AmountFormattingFormTest.php
    patching file tests/src/Unit/Form/CurrencyImportFormTest.php
    patching file tests/src/Unit/Form/CurrencyLocaleImportFormTest.php
    patching file tests/src/Unit/Form/FixedRatesFormTest.php
    patching file tests/src/Unit/Form/PluginBasedExchangeRateProviderFormTest.php
    patching file tests/src/Unit/FormHelperTest.php
    patching file tests/src/Unit/LocaleResolverTest.php
    patching file tests/src/Unit/Plugin/Currency/AmountFormatter/AmountFormatterManagerTest.php
    patching file tests/src/Unit/Plugin/Currency/AmountFormatter/AmountFormatterOperationsProviderTest.php
    patching file tests/src/Unit/Plugin/Currency/AmountFormatter/BasicTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderDecoratorTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderOperationsProviderTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProviderTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/FixedRatesTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/HistoricalRatesTest.php
    patching file tests/src/Unit/Plugin/Filter/CurrencyExchangeTest.php
    patching file tests/src/Unit/Plugin/Filter/CurrencyLocalizeTest.php
    patching file tests/src/Unit/Plugin/views/field/AmountTest.php
    patching file tests/src/Unit/Plugin/views/field/CurrencyTest.php
    patching file tests/src/Unit/Plugin/views/filter/CurrencyTest.php
    patching file tests/src/Unit/PluginBasedExchangeRateProviderTest.php
    āžœ  currency git:(8.x-3.4) āœ— cd ..
    āžœ  contrib git:(main) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig currency
    
    FILE: ...eb/modules/contrib/currency/tests/src/Unit/Form/CurrencyImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     10 | ERROR | [x] Use statements should be sorted alphabetically. The first
        |       |     wrong one is Drupal\currency\Entity\CurrencyInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...ules/contrib/currency/tests/src/Unit/Form/CurrencyLocaleImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     10 | ERROR | [x] Use statements should be sorted alphabetically. The first
        |       |     wrong one is Drupal\currency\Entity\CurrencyInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...ue/web/modules/contrib/currency/tests/src/Unit/Form/FixedRatesFormTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     8 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...b/currency/tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleFormTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     6 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...al-orgissue/web/modules/contrib/currency/tests/src/Unit/FormHelperTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     6 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...les/contrib/currency/tests/src/Unit/Plugin/Filter/CurrencyLocalizeTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     10 | ERROR | [x] Use statements should be sorted alphabetically. The first
        |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...odules/contrib/currency/tests/src/Unit/Plugin/views/field/CurrencyTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     7 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: .../modules/contrib/currency/tests/src/Unit/Plugin/views/field/AmountTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     8 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...e/web/modules/contrib/currency/tests/src/Unit/Element/CurrencySignTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     7 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...web/modules/contrib/currency/tests/src/Unit/Element/CurrencyAmountTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     7 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...rgissue/web/modules/contrib/currency/tests/src/Unit/ConfigImporterTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     10 | ERROR | [x] Use statements should be sorted alphabetically. The first
        |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...ules/contrib/currency/tests/src/Unit/Controller/CurrencyImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     10 | ERROR | [x] Use statements should be sorted alphabetically. The first
        |       |     wrong one is Drupal\currency\Entity\CurrencyInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...ontrib/currency/tests/src/Unit/Controller/CurrencyLocaleImportFormTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     10 | ERROR | [x] Use statements should be sorted alphabetically. The first
        |       |     wrong one is Drupal\currency\Entity\CurrencyInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...ules/contrib/currency/tests/src/Unit/Controller/FixedRatesOverviewTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     6 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: .../modules/contrib/currency/tests/src/Unit/Controller/FixedRatesFormTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     8 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    
    FILE: ...rgissue/web/modules/contrib/currency/tests/src/Unit/LocaleResolverTest.php
    --------------------------------------------------------------------------------
    FOUND 1 ERROR AFFECTING 1 LINE
    --------------------------------------------------------------------------------
     8 | ERROR | [x] Use statements should be sorted alphabetically. The first
       |       |     wrong one is Drupal\Core\Entity\EntityStorageInterface.
    --------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
    --------------------------------------------------------------------------------
    
    Time: 4.49 secs; Memory: 16MB

    Kindly check.

    Thanks,
    Jake

  • Open in Jenkins ā†’ Open on Drupal.org ā†’
    Core: 9.5.5 + Environment: PHP 7.3 & MariaDB 10.3.22
    last update 4 months ago
    267 pass
  • Pipeline finished with Failed
    4 months ago
    Total: 217s
    #193767
  • šŸ‡®šŸ‡¹Italy apaderno Brescia, šŸ‡®šŸ‡¹
  • First commit to issue fork.
  • Status changed to Needs review 2 months ago
  • šŸ‡µšŸ‡­Philippines cleavinjosh

    Hi,

    Please review, check, and advise on MR!5.

    Thank you.

  • Status changed to RTBC 2 months ago
  • Hi @cleavinjosh,

    The changes you made on MR!5 was applied successfully and confirmed the errors I reported above were fixed.

    currency git:(8.x-3.4) curl https://git.drupalcode.org/project/currency/-/merge_requests/5.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  479k    0  479k    0     0   979k      0 --:--:-- --:--:-- --:--:--  999k
    patching file .gitlab-ci.yml
    patching file PLUGINS.md
    patching file config/default/currency.currency_locale.aa_DJ.yml
    patching file config/default/currency.currency_locale.aa_ER.yml
    patching file config/default/currency.currency_locale.aa_ET.yml
    patching file config/default/currency.currency_locale.af_NA.yml
    patching file config/default/currency.currency_locale.af_ZA.yml
    patching file config/default/currency.currency_locale.ak_GH.yml
    patching file config/default/currency.currency_locale.am_ET.yml
    patching file config/default/currency.currency_locale.ar_AE.yml
    patching file config/default/currency.currency_locale.ar_BH.yml
    patching file config/default/currency.currency_locale.ar_DJ.yml
    patching file config/default/currency.currency_locale.ar_DZ.yml
    patching file config/default/currency.currency_locale.ar_EG.yml
    patching file config/default/currency.currency_locale.ar_EH.yml
    patching file config/default/currency.currency_locale.ar_ER.yml
    patching file config/default/currency.currency_locale.ar_IL.yml
    patching file config/default/currency.currency_locale.ar_IQ.yml
    patching file config/default/currency.currency_locale.ar_JO.yml
    patching file config/default/currency.currency_locale.ar_KM.yml
    patching file config/default/currency.currency_locale.ar_KW.yml
    patching file config/default/currency.currency_locale.ar_LB.yml
    patching file config/default/currency.currency_locale.ar_LY.yml
    patching file config/default/currency.currency_locale.ar_MA.yml
    patching file config/default/currency.currency_locale.ar_MR.yml
    patching file config/default/currency.currency_locale.ar_OM.yml
    patching file config/default/currency.currency_locale.ar_PS.yml
    patching file config/default/currency.currency_locale.ar_QA.yml
    patching file config/default/currency.currency_locale.ar_SA.yml
    patching file config/default/currency.currency_locale.ar_SD.yml
    patching file config/default/currency.currency_locale.ar_SO.yml
    patching file config/default/currency.currency_locale.ar_SY.yml
    patching file config/default/currency.currency_locale.ar_TD.yml
    patching file config/default/currency.currency_locale.ar_TN.yml
    patching file config/default/currency.currency_locale.ar_YE.yml
    patching file config/default/currency.currency_locale.as_IN.yml
    patching file config/default/currency.currency_locale.be_BY.yml
    patching file config/default/currency.currency_locale.bg_BG.yml
    patching file config/default/currency.currency_locale.bm_ML.yml
    patching file config/default/currency.currency_locale.bn_BD.yml
    patching file config/default/currency.currency_locale.bn_IN.yml
    patching file config/default/currency.currency_locale.bo_CN.yml
    patching file config/default/currency.currency_locale.bo_IN.yml
    patching file config/default/currency.currency_locale.ca_AD.yml
    patching file config/default/currency.currency_locale.ca_ES.yml
    patching file config/default/currency.currency_locale.cs_CZ.yml
    patching file config/default/currency.currency_locale.cy_GB.yml
    patching file config/default/currency.currency_locale.da_DK.yml
    patching file config/default/currency.currency_locale.de_AT.yml
    patching file config/default/currency.currency_locale.de_BE.yml
    patching file config/default/currency.currency_locale.de_CH.yml
    patching file config/default/currency.currency_locale.de_DE.yml
    patching file config/default/currency.currency_locale.de_LI.yml
    patching file config/default/currency.currency_locale.de_LU.yml
    patching file config/default/currency.currency_locale.dz_BT.yml
    patching file config/default/currency.currency_locale.ee_GH.yml
    patching file config/default/currency.currency_locale.ee_TG.yml
    patching file config/default/currency.currency_locale.el_CY.yml
    patching file config/default/currency.currency_locale.el_GR.yml
    patching file config/default/currency.currency_locale.en_AG.yml
    patching file config/default/currency.currency_locale.en_AS.yml
    patching file config/default/currency.currency_locale.en_AU.yml
    patching file config/default/currency.currency_locale.en_BB.yml
    patching file config/default/currency.currency_locale.en_BE.yml
    patching file config/default/currency.currency_locale.en_BM.yml
    patching file config/default/currency.currency_locale.en_BS.yml
    patching file config/default/currency.currency_locale.en_BW.yml
    patching file config/default/currency.currency_locale.en_BZ.yml
    patching file config/default/currency.currency_locale.en_CA.yml
    patching file config/default/currency.currency_locale.en_CM.yml
    patching file config/default/currency.currency_locale.en_DM.yml
    patching file config/default/currency.currency_locale.en_FJ.yml
    patching file config/default/currency.currency_locale.en_FM.yml
    patching file config/default/currency.currency_locale.en_GB.yml
    patching file config/default/currency.currency_locale.en_GD.yml
    patching file config/default/currency.currency_locale.en_GG.yml
    patching file config/default/currency.currency_locale.en_GH.yml
    patching file config/default/currency.currency_locale.en_GI.yml
    patching file config/default/currency.currency_locale.en_GM.yml
    patching file config/default/currency.currency_locale.en_GU.yml
    patching file config/default/currency.currency_locale.en_GY.yml
    patching file config/default/currency.currency_locale.en_HK.yml
    patching file config/default/currency.currency_locale.en_IE.yml
    patching file config/default/currency.currency_locale.en_IM.yml
    patching file config/default/currency.currency_locale.en_IN.yml
    patching file config/default/currency.currency_locale.en_JE.yml
    patching file config/default/currency.currency_locale.en_JM.yml
    patching file config/default/currency.currency_locale.en_KE.yml
    patching file config/default/currency.currency_locale.en_KI.yml
    patching file config/default/currency.currency_locale.en_KN.yml
    patching file config/default/currency.currency_locale.en_KY.yml
    patching file config/default/currency.currency_locale.en_LC.yml
    patching file config/default/currency.currency_locale.en_LR.yml
    patching file config/default/currency.currency_locale.en_LS.yml
    patching file config/default/currency.currency_locale.en_MG.yml
    patching file config/default/currency.currency_locale.en_MH.yml
    patching file config/default/currency.currency_locale.en_MP.yml
    patching file config/default/currency.currency_locale.en_MT.yml
    patching file config/default/currency.currency_locale.en_MU.yml
    patching file config/default/currency.currency_locale.en_MW.yml
    patching file config/default/currency.currency_locale.en_NA.yml
    patching file config/default/currency.currency_locale.en_NG.yml
    patching file config/default/currency.currency_locale.en_NZ.yml
    patching file config/default/currency.currency_locale.en_PG.yml
    patching file config/default/currency.currency_locale.en_PH.yml
    patching file config/default/currency.currency_locale.en_PK.yml
    patching file config/default/currency.currency_locale.en_PR.yml
    patching file config/default/currency.currency_locale.en_PW.yml
    patching file config/default/currency.currency_locale.en_SB.yml
    patching file config/default/currency.currency_locale.en_SC.yml
    patching file config/default/currency.currency_locale.en_SG.yml
    patching file config/default/currency.currency_locale.en_SL.yml
    patching file config/default/currency.currency_locale.en_SS.yml
    patching file config/default/currency.currency_locale.en_SZ.yml
    patching file config/default/currency.currency_locale.en_TC.yml
    patching file config/default/currency.currency_locale.en_TO.yml
    patching file config/default/currency.currency_locale.en_TT.yml
    patching file config/default/currency.currency_locale.en_TZ.yml
    patching file config/default/currency.currency_locale.en_UG.yml
    patching file config/default/currency.currency_locale.en_UM.yml
    patching file config/default/currency.currency_locale.en_VC.yml
    patching file config/default/currency.currency_locale.en_VG.yml
    patching file config/default/currency.currency_locale.en_VI.yml
    patching file config/default/currency.currency_locale.en_VU.yml
    patching file config/default/currency.currency_locale.en_WS.yml
    patching file config/default/currency.currency_locale.en_ZA.yml
    patching file config/default/currency.currency_locale.en_ZM.yml
    patching file config/default/currency.currency_locale.en_ZW.yml
    patching file config/default/currency.currency_locale.es_AR.yml
    patching file config/default/currency.currency_locale.es_BO.yml
    patching file config/default/currency.currency_locale.es_CL.yml
    patching file config/default/currency.currency_locale.es_CO.yml
    patching file config/default/currency.currency_locale.es_CR.yml
    patching file config/default/currency.currency_locale.es_CU.yml
    patching file config/default/currency.currency_locale.es_DO.yml
    patching file config/default/currency.currency_locale.es_EA.yml
    patching file config/default/currency.currency_locale.es_EC.yml
    patching file config/default/currency.currency_locale.es_ES.yml
    patching file config/default/currency.currency_locale.es_GQ.yml
    patching file config/default/currency.currency_locale.es_GT.yml
    patching file config/default/currency.currency_locale.es_HN.yml
    patching file config/default/currency.currency_locale.es_IC.yml
    patching file config/default/currency.currency_locale.es_MX.yml
    patching file config/default/currency.currency_locale.es_NI.yml
    patching file config/default/currency.currency_locale.es_PA.yml
    patching file config/default/currency.currency_locale.es_PE.yml
    patching file config/default/currency.currency_locale.es_PH.yml
    patching file config/default/currency.currency_locale.es_PR.yml
    patching file config/default/currency.currency_locale.es_PY.yml
    patching file config/default/currency.currency_locale.es_SV.yml
    patching file config/default/currency.currency_locale.es_US.yml
    patching file config/default/currency.currency_locale.es_UY.yml
    patching file config/default/currency.currency_locale.es_VE.yml
    patching file config/default/currency.currency_locale.et_EE.yml
    patching file config/default/currency.currency_locale.eu_ES.yml
    patching file config/default/currency.currency_locale.fa_AF.yml
    patching file config/default/currency.currency_locale.fa_IR.yml
    patching file config/default/currency.currency_locale.ff_SN.yml
    patching file config/default/currency.currency_locale.fi_FI.yml
    patching file config/default/currency.currency_locale.fo_FO.yml
    patching file config/default/currency.currency_locale.fr_BE.yml
    patching file config/default/currency.currency_locale.fr_BF.yml
    patching file config/default/currency.currency_locale.fr_BI.yml
    patching file config/default/currency.currency_locale.fr_BJ.yml
    patching file config/default/currency.currency_locale.fr_BL.yml
    patching file config/default/currency.currency_locale.fr_CA.yml
    patching file config/default/currency.currency_locale.fr_CD.yml
    patching file config/default/currency.currency_locale.fr_CF.yml
    patching file config/default/currency.currency_locale.fr_CG.yml
    patching file config/default/currency.currency_locale.fr_CH.yml
    patching file config/default/currency.currency_locale.fr_CI.yml
    patching file config/default/currency.currency_locale.fr_CM.yml
    patching file config/default/currency.currency_locale.fr_DJ.yml
    patching file config/default/currency.currency_locale.fr_DZ.yml
    patching file config/default/currency.currency_locale.fr_FR.yml
    patching file config/default/currency.currency_locale.fr_GA.yml
    patching file config/default/currency.currency_locale.fr_GF.yml
    patching file config/default/currency.currency_locale.fr_GN.yml
    patching file config/default/currency.currency_locale.fr_GP.yml
    patching file config/default/currency.currency_locale.fr_GQ.yml
    patching file config/default/currency.currency_locale.fr_HT.yml
    patching file config/default/currency.currency_locale.fr_KM.yml
    patching file config/default/currency.currency_locale.fr_LU.yml
    patching file config/default/currency.currency_locale.fr_MA.yml
    patching file config/default/currency.currency_locale.fr_MC.yml
    patching file config/default/currency.currency_locale.fr_MF.yml
    patching file config/default/currency.currency_locale.fr_MG.yml
    patching file config/default/currency.currency_locale.fr_ML.yml
    patching file config/default/currency.currency_locale.fr_MQ.yml
    patching file config/default/currency.currency_locale.fr_MR.yml
    patching file config/default/currency.currency_locale.fr_MU.yml
    patching file config/default/currency.currency_locale.fr_NC.yml
    patching file config/default/currency.currency_locale.fr_NE.yml
    patching file config/default/currency.currency_locale.fr_PF.yml
    patching file config/default/currency.currency_locale.fr_RE.yml
    patching file config/default/currency.currency_locale.fr_RW.yml
    patching file config/default/currency.currency_locale.fr_SC.yml
    patching file config/default/currency.currency_locale.fr_SN.yml
    patching file config/default/currency.currency_locale.fr_SY.yml
    patching file config/default/currency.currency_locale.fr_TD.yml
    patching file config/default/currency.currency_locale.fr_TG.yml
    patching file config/default/currency.currency_locale.fr_TN.yml
    patching file config/default/currency.currency_locale.fr_VU.yml
    patching file config/default/currency.currency_locale.fr_YT.yml
    patching file config/default/currency.currency_locale.ga_IE.yml
    patching file config/default/currency.currency_locale.gd_GB.yml
    patching file config/default/currency.currency_locale.gl_ES.yml
    patching file config/default/currency.currency_locale.gu_IN.yml
    patching file config/default/currency.currency_locale.gv_GB.yml
    patching file config/default/currency.currency_locale.he_IL.yml
    patching file config/default/currency.currency_locale.hi_IN.yml
    patching file config/default/currency.currency_locale.hr_BA.yml
    patching file config/default/currency.currency_locale.hr_HR.yml
    patching file config/default/currency.currency_locale.hu_HU.yml
    patching file config/default/currency.currency_locale.hy_AM.yml
    patching file config/default/currency.currency_locale.id_ID.yml
    patching file config/default/currency.currency_locale.ig_NG.yml
    patching file config/default/currency.currency_locale.is_IS.yml
    patching file config/default/currency.currency_locale.it_CH.yml
    patching file config/default/currency.currency_locale.it_IT.yml
    patching file config/default/currency.currency_locale.it_SM.yml
    patching file config/default/currency.currency_locale.ja_JP.yml
    patching file config/default/currency.currency_locale.ka_GE.yml
    patching file config/default/currency.currency_locale.ki_KE.yml
    patching file config/default/currency.currency_locale.kl_GL.yml
    patching file config/default/currency.currency_locale.km_KH.yml
    patching file config/default/currency.currency_locale.kn_IN.yml
    patching file config/default/currency.currency_locale.ko_KP.yml
    patching file config/default/currency.currency_locale.ko_KR.yml
    patching file config/default/currency.currency_locale.kw_GB.yml
    patching file config/default/currency.currency_locale.lg_UG.yml
    patching file config/default/currency.currency_locale.ln_AO.yml
    patching file config/default/currency.currency_locale.ln_CD.yml
    patching file config/default/currency.currency_locale.ln_CF.yml
    patching file config/default/currency.currency_locale.ln_CG.yml
    patching file config/default/currency.currency_locale.lo_LA.yml
    patching file config/default/currency.currency_locale.lt_LT.yml
    patching file config/default/currency.currency_locale.lu_CD.yml
    patching file config/default/currency.currency_locale.lv_LV.yml
    patching file config/default/currency.currency_locale.mg_MG.yml
    patching file config/default/currency.currency_locale.mk_MK.yml
    patching file config/default/currency.currency_locale.ml_IN.yml
    patching file config/default/currency.currency_locale.mr_IN.yml
    patching file config/default/currency.currency_locale.ms_BN.yml
    patching file config/default/currency.currency_locale.ms_MY.yml
    patching file config/default/currency.currency_locale.ms_SG.yml
    patching file config/default/currency.currency_locale.mt_MT.yml
    patching file config/default/currency.currency_locale.my_MM.yml
    patching file config/default/currency.currency_locale.nb_NO.yml
    patching file config/default/currency.currency_locale.nd_ZW.yml
    patching file config/default/currency.currency_locale.nl_AW.yml
    patching file config/default/currency.currency_locale.nl_BE.yml
    patching file config/default/currency.currency_locale.nl_CW.yml
    patching file config/default/currency.currency_locale.nl_NL.yml
    patching file config/default/currency.currency_locale.nl_SR.yml
    patching file config/default/currency.currency_locale.nl_SX.yml
    patching file config/default/currency.currency_locale.nn_NO.yml
    patching file config/default/currency.currency_locale.nr_ZA.yml
    patching file config/default/currency.currency_locale.om_ET.yml
    patching file config/default/currency.currency_locale.om_KE.yml
    patching file config/default/currency.currency_locale.or_IN.yml
    patching file config/default/currency.currency_locale.os_GE.yml
    patching file config/default/currency.currency_locale.os_RU.yml
    patching file config/default/currency.currency_locale.pl_PL.yml
    patching file config/default/currency.currency_locale.ps_AF.yml
    patching file config/default/currency.currency_locale.pt_AO.yml
    patching file config/default/currency.currency_locale.pt_BR.yml
    patching file config/default/currency.currency_locale.pt_CV.yml
    patching file config/default/currency.currency_locale.pt_GW.yml
    patching file config/default/currency.currency_locale.pt_MO.yml
    patching file config/default/currency.currency_locale.pt_MZ.yml
    patching file config/default/currency.currency_locale.pt_PT.yml
    patching file config/default/currency.currency_locale.pt_ST.yml
    patching file config/default/currency.currency_locale.pt_TL.yml
    patching file config/default/currency.currency_locale.rm_CH.yml
    patching file config/default/currency.currency_locale.rn_BI.yml
    patching file config/default/currency.currency_locale.ro_MD.yml
    patching file config/default/currency.currency_locale.ro_RO.yml
    patching file config/default/currency.currency_locale.ru_BY.yml
    patching file config/default/currency.currency_locale.ru_KG.yml
    patching file config/default/currency.currency_locale.ru_KZ.yml
    patching file config/default/currency.currency_locale.ru_MD.yml
    patching file config/default/currency.currency_locale.ru_RU.yml
    patching file config/default/currency.currency_locale.ru_UA.yml
    patching file config/default/currency.currency_locale.se_FI.yml
    patching file config/default/currency.currency_locale.se_NO.yml
    patching file config/default/currency.currency_locale.sg_CF.yml
    patching file config/default/currency.currency_locale.si_LK.yml
    patching file config/default/currency.currency_locale.sk_SK.yml
    patching file config/default/currency.currency_locale.sl_SI.yml
    patching file config/default/currency.currency_locale.sn_ZW.yml
    patching file config/default/currency.currency_locale.so_DJ.yml
    patching file config/default/currency.currency_locale.so_ET.yml
    patching file config/default/currency.currency_locale.so_KE.yml
    patching file config/default/currency.currency_locale.so_SO.yml
    patching file config/default/currency.currency_locale.sq_AL.yml
    patching file config/default/currency.currency_locale.sq_MK.yml
    patching file config/default/currency.currency_locale.ss_SZ.yml
    patching file config/default/currency.currency_locale.ss_ZA.yml
    patching file config/default/currency.currency_locale.st_LS.yml
    patching file config/default/currency.currency_locale.st_ZA.yml
    patching file config/default/currency.currency_locale.sv_AX.yml
    patching file config/default/currency.currency_locale.sv_FI.yml
    patching file config/default/currency.currency_locale.sv_SE.yml
    patching file config/default/currency.currency_locale.sw_KE.yml
    patching file config/default/currency.currency_locale.sw_TZ.yml
    patching file config/default/currency.currency_locale.sw_UG.yml
    patching file config/default/currency.currency_locale.ta_IN.yml
    patching file config/default/currency.currency_locale.ta_LK.yml
    patching file config/default/currency.currency_locale.ta_MY.yml
    patching file config/default/currency.currency_locale.ta_SG.yml
    patching file config/default/currency.currency_locale.te_IN.yml
    patching file config/default/currency.currency_locale.th_TH.yml
    patching file config/default/currency.currency_locale.ti_ER.yml
    patching file config/default/currency.currency_locale.ti_ET.yml
    patching file config/default/currency.currency_locale.tn_BW.yml
    patching file config/default/currency.currency_locale.tn_ZA.yml
    patching file config/default/currency.currency_locale.to_TO.yml
    patching file config/default/currency.currency_locale.tr_CY.yml
    patching file config/default/currency.currency_locale.tr_TR.yml
    patching file config/default/currency.currency_locale.ts_ZA.yml
    patching file config/default/currency.currency_locale.uk_UA.yml
    patching file config/default/currency.currency_locale.ur_IN.yml
    patching file config/default/currency.currency_locale.ur_PK.yml
    patching file config/default/currency.currency_locale.ve_ZA.yml
    patching file config/default/currency.currency_locale.vi_VN.yml
    patching file config/default/currency.currency_locale.xh_ZA.yml
    patching file config/default/currency.currency_locale.yo_NG.yml
    patching file config/default/currency.currency_locale.zu_ZA.yml
    patching file config/install/currency.amount_formatting.yml
    patching file config/install/currency.currency_locale.en_US.yml
    patching file config/install/currency.exchange_rate_provider.yml
    patching file currency.api.php
    patching file currency.tokens.inc
    patching file modules/currency_intl/currency_intl.install
    patching file modules/currency_intl/src/Plugin/Currency/AmountFormatter/Intl.php
    patching file modules/currency_intl/tests/src/Functional/ModuleInstallUninstallWebTest.php
    patching file modules/currency_intl/tests/src/Unit/Plugin/Currency/AmountFormatter/IntlTest.php
    patching file modules/currency_test/currency_test.install
    patching file modules/currency_test/currency_test.module
    patching file modules/currency_test/currency_test.routing.yml
    patching file modules/currency_test/src/CurrencyAmountElement.php
    patching file modules/currency_test/src/CurrencySignElement.php
    patching file src/ConfigImporter.php
    patching file src/ConfigImporterInterface.php
    patching file src/Controller/DisableCurrency.php
    patching file src/Controller/EditCurrency.php
    patching file src/Controller/EditCurrencyLocale.php
    patching file src/Controller/EnableCurrency.php
    patching file src/Controller/FixedRatesOverview.php
    patching file src/Element/CurrencyAmount.php
    patching file src/Element/CurrencySign.php
    patching file src/Entity/Currency.php
    patching file src/Entity/Currency/CurrencyAccessControlHandler.php
    patching file src/Entity/Currency/CurrencyDeleteForm.php
    patching file src/Entity/Currency/CurrencyForm.php
    patching file src/Entity/Currency/CurrencyListBuilder.php
    patching file src/Entity/CurrencyInterface.php
    patching file src/Entity/CurrencyLocale.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleAccessControlHandler.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleDeleteForm.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleForm.php
    patching file src/Entity/CurrencyLocale/CurrencyLocaleListBuilder.php
    patching file src/Entity/CurrencyLocaleInterface.php
    patching file src/Event/CurrencyEvents.php
    patching file src/Event/ResolveCountryCode.php
    patching file src/EventDispatcher.php
    patching file src/ExchangeRate.php
    patching file src/ExchangeRateInterface.php
    patching file src/Form/AmountFormattingForm.php
    patching file src/Form/CurrencyImportForm.php
    patching file src/Form/CurrencyLocaleImportForm.php
    patching file src/Form/FixedRatesForm.php
    patching file src/Form/PluginBasedExchangeRateProviderForm.php
    patching file src/FormElementCallbackTrait.php
    patching file src/FormHelper.php
    patching file src/LocaleResolver.php
    patching file src/LocaleResolverInterface.php
    patching file src/Plugin/Currency/AmountFormatter/AmountFormatterInterface.php
    patching file src/Plugin/Currency/AmountFormatter/AmountFormatterManager.php
    patching file src/Plugin/Currency/AmountFormatter/AmountFormatterManagerInterface.php
    patching file src/Plugin/Currency/AmountFormatter/Basic.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderDecorator.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderInterface.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderManager.php
    patching file src/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderManagerInterface.php
    patching file src/Plugin/Currency/ExchangeRateProvider/FixedRates.php
    patching file src/Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProvider.php
    patching file src/Plugin/Currency/ExchangeRateProvider/HistoricalRates.php
    patching file src/Plugin/Filter/CurrencyExchange.php
    patching file src/Plugin/Filter/CurrencyLocalize.php
    patching file src/Plugin/Validation/Constraint/CurrencyCode.php
    patching file src/Plugin/Validation/Constraint/CurrencyNumber.php
    patching file src/Plugin/views/field/Amount.php
    patching file src/Plugin/views/field/Currency.php
    patching file src/Plugin/views/filter/Currency.php
    patching file src/PluginBasedExchangeRateProvider.php
    patching file tests/src/Functional/Controller/AmountFormattingFormWebTest.php
    patching file tests/src/Functional/Controller/CurrencyLocaleWebTest.php
    patching file tests/src/Functional/Controller/CurrencyWebTest.php
    patching file tests/src/Functional/Controller/FixedRatesFormWebTest.php
    patching file tests/src/Functional/Controller/PluginBasedExchangeRateProviderFormWebTest.php
    patching file tests/src/Functional/Element/CurrencyAmountWebTest.php
    patching file tests/src/Functional/Element/CurrencySignWebTest.php
    patching file tests/src/Functional/Entity/Currency/CurrencyDeleteFormWebTest.php
    patching file tests/src/Functional/Entity/Currency/CurrencyFormWebTest.php
    patching file tests/src/Functional/Entity/CurrencyLocale/CurrencyLocaleDeleteFormWebTest.php
    patching file tests/src/Functional/Entity/CurrencyLocale/CurrencyLocaleFormWebTest.php
    patching file tests/src/Functional/Form/AmountFormattingFormWebTest.php
    patching file tests/src/Functional/Form/FixedRatesFormWebTest.php
    patching file tests/src/Functional/Form/PluginBasedExchangeRateProviderFormWebTest.php
    patching file tests/src/Functional/ModuleInstallUninstallWebTest.php
    patching file tests/src/Functional/Plugin/views/field/AmountWebTest.php
    patching file tests/src/Functional/Plugin/views/field/CurrencyWebTest.php
    patching file tests/src/Functional/Plugin/views/filter/CurrencyWebTest.php
    patching file tests/src/Kernel/CurrencyLocaleTest.php
    patching file tests/src/Kernel/CurrencyTest.php
    patching file tests/src/Kernel/Token.php
    patching file tests/src/Unit/ConfigImporterTest.php
    patching file tests/src/Unit/Controller/AddCurrencyLocaleTest.php
    patching file tests/src/Unit/Controller/AddCurrencyTest.php
    patching file tests/src/Unit/Controller/AmountFormattingFormTest.php
    patching file tests/src/Unit/Controller/CurrencyImportFormTest.php
    patching file tests/src/Unit/Controller/CurrencyLocaleImportFormTest.php
    patching file tests/src/Unit/Controller/DisableCurrencyTest.php
    patching file tests/src/Unit/Controller/EditCurrencyLocaleTest.php
    patching file tests/src/Unit/Controller/EditCurrencyTest.php
    patching file tests/src/Unit/Controller/EnableCurrencyTest.php
    patching file tests/src/Unit/Controller/FixedRatesFormTest.php
    patching file tests/src/Unit/Controller/FixedRatesOverviewTest.php
    patching file tests/src/Unit/Controller/PluginBasedExchangeRateProviderFormTest.php
    patching file tests/src/Unit/Element/CurrencyAmountTest.php
    patching file tests/src/Unit/Element/CurrencySignTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyAccessControlHandlerTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyDeleteFormTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyFormTest.php
    patching file tests/src/Unit/Entity/Currency/CurrencyListBuilderTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleAccessControlHandlerTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleDeleteFormTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleFormTest.php
    patching file tests/src/Unit/Entity/CurrencyLocale/CurrencyLocaleListBuilderTest.php
    patching file tests/src/Unit/Entity/CurrencyLocaleTest.php
    patching file tests/src/Unit/Entity/CurrencyTest.php
    patching file tests/src/Unit/EventDispatcherTest.php
    patching file tests/src/Unit/Form/AmountFormattingFormTest.php
    patching file tests/src/Unit/Form/CurrencyImportFormTest.php
    patching file tests/src/Unit/Form/CurrencyLocaleImportFormTest.php
    patching file tests/src/Unit/Form/FixedRatesFormTest.php
    patching file tests/src/Unit/Form/PluginBasedExchangeRateProviderFormTest.php
    patching file tests/src/Unit/FormHelperTest.php
    patching file tests/src/Unit/LocaleResolverTest.php
    patching file tests/src/Unit/Plugin/Currency/AmountFormatter/AmountFormatterManagerTest.php
    patching file tests/src/Unit/Plugin/Currency/AmountFormatter/AmountFormatterOperationsProviderTest.php
    patching file tests/src/Unit/Plugin/Currency/AmountFormatter/BasicTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderDecoratorTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/ExchangeRateProviderOperationsProviderTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/FixedRatesOperationsProviderTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/FixedRatesTest.php
    patching file tests/src/Unit/Plugin/Currency/ExchangeRateProvider/HistoricalRatesTest.php
    patching file tests/src/Unit/Plugin/Filter/CurrencyExchangeTest.php
    patching file tests/src/Unit/Plugin/Filter/CurrencyLocalizeTest.php
    patching file tests/src/Unit/Plugin/views/field/AmountTest.php
    patching file tests/src/Unit/Plugin/views/field/CurrencyTest.php
    patching file tests/src/Unit/Plugin/views/filter/CurrencyTest.php
    patching file tests/src/Unit/PluginBasedExchangeRateProviderTest.php
    āžœ  currency git:(8.x-3.4) āœ— ..
    āžœ  contrib git:(main) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig currency
    āžœ  contrib git:(main) āœ—

    Will now move this to RTBC

    Thanks,
    Jake

Production build 0.71.5 2024