Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit d429c39

Browse files
committed
code cleanup
1 parent 9848c6d commit d429c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Helper/ImageHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function imageUrl($image, $version = null, $options = []) {
9393
$fileInfo = pathinfo($image['path']);
9494
$hash = $this->_getHash($version, $image);
9595
$version = $fileInfo['dirname'] . DS . $fileInfo['filename'];
96-
if ($hash != null) {
96+
if ($hash !== null) {
9797
$version .= '.' . $hash;
9898
}
9999

0 commit comments

Comments
 (0)