Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleTVs authored and StyleCIBot committed Jul 16, 2017
1 parent 8410e56 commit c9126ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions config/charts.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@

'echarts' => [
'scripts' => [
'https://cdnjs.cloudflare.com/ajax/libs/echarts/3.6.2/echarts.min.js'
]
]
'https://cdnjs.cloudflare.com/ajax/libs/echarts/3.6.2/echarts.min.js',
],
],
],
];
2 changes: 1 addition & 1 deletion src/Builder/Chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ protected function split()
{
$render = $this->render();

if ($this->html !== '' && $this->script !== '' ) {
if ($this->html !== '' && $this->script !== '') {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion src/Traits/Setters.php
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public function yAxisTitle($y_axis_title)
}

/**
* Determines if the chart should be exportable (Only if type is suported)
* Determines if the chart should be exportable (Only if type is suported).
*
* @param bool $export
*
Expand Down

0 comments on commit c9126ba

Please sign in to comment.