Skip to content

Commit 84bd543

Browse files
committed
Merge branch 'christopher16-json-unicode'
2 parents e6c4c47 + ab4b6f7 commit 84bd543

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
/.idea

src/Classes/Presenters/ChartPresenter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ public function colors($series = [])
127127
return $this;
128128
}
129129

130-
public function credits($credits = 'false')
130+
public function credits($credits = [])
131131
{
132-
// $this->transform->credits = $credits;
132+
$this->transform->credits = $credits;
133133
return $this;
134134
}
135135

0 commit comments

Comments
 (0)