Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
charts
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
charts
Commits
c0e3aebc
Commit
c0e3aebc
authored
3 months ago
by
Steven Ayers
Committed by
Daniel Cothran
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3491360
by bluegeek9, nikathone: Issues Reported by PHPstan
parent
35b8ef9e
No related branches found
No related tags found
3 merge requests
!123
Issue #3491360 by bluegeek9: Issues Reported by PHPstan
,
!113
fixed the issue
,
!75
Resolve #3391197 "Enable support for"
Pipeline
#384069
passed with warnings
3 months ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ChartManager.php
+1
-0
1 addition, 0 deletions
src/ChartManager.php
with
1 addition
and
0 deletions
src/ChartManager.php
+
1
−
0
View file @
c0e3aebc
...
@@ -28,6 +28,7 @@ class ChartManager extends DefaultPluginManager {
...
@@ -28,6 +28,7 @@ class ChartManager extends DefaultPluginManager {
public
function
__construct
(
\Traversable
$namespaces
,
CacheBackendInterface
$cache_backend
,
ModuleHandlerInterface
$module_handler
)
{
public
function
__construct
(
\Traversable
$namespaces
,
CacheBackendInterface
$cache_backend
,
ModuleHandlerInterface
$module_handler
)
{
parent
::
__construct
(
'Plugin/chart/Library'
,
$namespaces
,
$module_handler
,
'Drupal\charts\Plugin\chart\Library\ChartInterface'
,
'Drupal\charts\Annotation\Chart'
);
parent
::
__construct
(
'Plugin/chart/Library'
,
$namespaces
,
$module_handler
,
'Drupal\charts\Plugin\chart\Library\ChartInterface'
,
'Drupal\charts\Annotation\Chart'
);
$this
->
setCacheBackend
(
$cache_backend
,
'chart'
);
$this
->
alterInfo
(
'charts_chart_library'
);
$this
->
alterInfo
(
'charts_chart_library'
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment