Browse Source

:octocat:

smiley 5 tháng trước cách đây
mục cha
commit
2f404ba8ee
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      .phan/stubs/misc.php

+ 4 - 1
.phan/stubs/misc.php

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