File: phpstan-bootstrap.php

package info (click to toggle)
php-nette-utils 4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,480 kB
  • sloc: php: 4,219; xml: 9; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (4)
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
	{
	}
}