phpstan-bootstrap.php 199 B

123456789101112131415
  1. <?php
  2. declare(strict_types=1);
  3. if (!function_exists('imagewebp')) {
  4. function imagewebp($image, $to = null, int $quality = 80): bool
  5. {
  6. }
  7. }
  8. if (!class_exists('GdImage')) {
  9. class GdImage
  10. {
  11. }
  12. }