From: Nikita Popov Date: Wed, 8 Apr 2020 10:02:27 +0000 (+0200) Subject: Fix typo in GD stub X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ea94ed78e5dab77f2c21b678ad39befc0009f98;p=php Fix typo in GD stub --- diff --git a/ext/gd/gd.stub.php b/ext/gd/gd.stub.php index 1a886f5965..79dca96fa8 100644 --- a/ext/gd/gd.stub.php +++ b/ext/gd/gd.stub.php @@ -236,6 +236,6 @@ function imageaffinematrixconcat(array $m1, array $m2): array|false {} function imagegetinterpolation(GdImage $im): int {} -function imagesetinterpolation(GdImage $im, int $method = IMG_BILENEAR_FIXED): bool {} +function imagesetinterpolation(GdImage $im, int $method = IMG_BILINEAR_FIXED): bool {} function imageresolution(GdImage $im, int $res_x = UNKNOWN, int $res_y = UNKNOWN): array|bool {}