Closed (fixed)
Project:
Charts
Version:
5.1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2024 at 14:31 UTC
Updated:
16 Jan 2025 at 18:14 UTC
Jump to comment: Most recent
------ ----------------------------------------------------
Line src/ChartManager.php
------ ----------------------------------------------------
28 Missing cache backend declaration for performance.
------ ----------------------------------------------------
------ ----------------------------------------------------------------------
Line src/Form/ChartsConfigForm.php
------ ----------------------------------------------------------------------
73 \Drupal calls should be avoided in classes, use dependency injection
instead
74 \Drupal calls should be avoided in classes, use dependency injection
instead
75 \Drupal calls should be avoided in classes, use dependency injection
instead
------ ----------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line src/Plugin/chart/Library/ChartBase.php
------ ----------------------------------------------------------------------
31 \Drupal calls should be avoided in classes, use dependency injection
instead
------ ----------------------------------------------------------------------
[ERROR] Found 5 errors
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bluegeek9 commentedComment #4
nikathoneI would say let focus on the reported error like
Missing cache backend declaration for performance.and\Drupal calls should be avoided in classes, use dependency injection insteadif they are not breaking backward compatibility.Comment #6
bluegeek9 commentedI made a MR for just the cache issue.
Comment #9
andileco commented