File: phpstan-bootstrap.php

package info (click to toggle)
php-nette-utils 4.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,420 kB
  • sloc: php: 4,069; xml: 12; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

declare(strict_types=1);

if (!function_exists('imagewebp')) {
	function imagewebp($image, $to = null, int $quality = 80): bool
	{
	}
}

if (!class_exists('GdImage')) {
	class GdImage
	{
	}
}