Skip to content

Commit 2f404ba

Browse files
committed
:octocat:
1 parent 54c213b commit 2f404ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.phan/stubs/misc.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@
88
* @license MIT
99
*/
1010

11-
#class GdImage{}
11+
// looks like some linux distros don't support AVIF?? (Ubuntu 25.04 PHP 8.4.5-ondrej)
12+
function imageavif(\GdImage $image, mixed $file=null, int $quality=-1, int $speed=-1):bool{
13+
return true;
14+
}

0 commit comments

Comments
 (0)