Skip to content

Commit 9a6f1d4

Browse files
authored
Make format uppercase
1 parent 99643b9 commit 9a6f1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Encoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function processAvif()
7878
*/
7979
protected function processHeic()
8080
{
81-
throw new NotSupportedException('Heic format is not supported by VIPS driver.');
81+
throw new NotSupportedException('HEIC format is not supported by VIPS driver.');
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)