apigee / apigee-m10n-drupal

Add monetization features to a Drupal developer portal
https://www.drupal.org/project/apigee_m10n
GNU General Public License v2.0
13 stars 13 forks source link

Namespaced classes/interfaces/traits should be referenced with use statements #387

Closed phdhiren closed 2 years ago

phdhiren commented 2 years ago

Description

FILE: src/TwigExtension/FormatCurrencyTwigExtension.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
25 | ERROR | [x] Namespaced classes/interfaces/traits should be
    |       |     referenced with use statements
    |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
 32 | ERROR | [x] Namespaced classes/interfaces/traits should be
    |       |     referenced with use statements
    |       |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)