Skip to content

Commit 3ea94ed

Browse files
committed
Fix typo in GD stub
1 parent 38d9326 commit 3ea94ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/gd.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ function imageaffinematrixconcat(array $m1, array $m2): array|false {}
236236

237237
function imagegetinterpolation(GdImage $im): int {}
238238

239-
function imagesetinterpolation(GdImage $im, int $method = IMG_BILENEAR_FIXED): bool {}
239+
function imagesetinterpolation(GdImage $im, int $method = IMG_BILINEAR_FIXED): bool {}
240240

241241
function imageresolution(GdImage $im, int $res_x = UNKNOWN, int $res_y = UNKNOWN): array|bool {}

0 commit comments

Comments
 (0)