Skip to content

Commit

Permalink
correcting sprintf arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykel Scappin authored and szymach committed Jul 26, 2019
1 parent a210b34 commit f5fad68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chart/Draw.php
Original file line number Diff line number Diff line change
Expand Up @@ -7485,7 +7485,7 @@ public function drawBarChart(array $Format = [])
$this->addToImageMap(
"RECT",
sprintf(
"%s,%s,%s,%s,%s",
"%s,%s,%s,%s",
floor($X + $XOffset + $XSpace),
floor($Y1),
floor($X + $XOffset + $XSize - $XSpace),
Expand Down

0 comments on commit f5fad68

Please sign in to comment.