Skip to content

Commit

Permalink
coding standard for image.php
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jul 20, 2018
1 parent d034b6d commit 244e3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/legacy/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private function _output($filePath = null, $mimeType = null) {
$retVal = \imagewbmp($this->resource, $filePath);
break;
case IMAGETYPE_BMP:
$retVal = imagebmp($this->resource, $filePath, $this->bitDepth);
$retVal = \imagebmp($this->resource, $filePath, $this->bitDepth);
break;
default:
$retVal = \imagepng($this->resource, $filePath);
Expand Down

0 comments on commit 244e3ab

Please sign in to comment.