summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-04-08 12:02:27 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-04-08 12:03:14 +0200
commit3ea94ed78e5dab77f2c21b678ad39befc0009f98 (patch)
tree243e8365eeb63e3aa50463c7344546f93e25fcc0 /ext/gd
parent38d93262a0af02bae20b717a26f62085b6721736 (diff)
downloadphp-git-3ea94ed78e5dab77f2c21b678ad39befc0009f98.tar.gz
Fix typo in GD stub
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/gd.stub.php2
1 files changed, 1 insertions, 1 deletions
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 {}