summaryrefslogtreecommitdiff
path: root/ext/gd/gd.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/gd.stub.php')
-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 27290ff4ab..89a3f0e0f3 100644
--- a/ext/gd/gd.stub.php
+++ b/ext/gd/gd.stub.php
@@ -179,7 +179,7 @@ function imagecolorstotal(GdImage $image): int {}
function imagecolortransparent(GdImage $image, ?int $color = null): ?int {}
-function imageinterlace(GdImage $image, ?bool $enable = null): ?int {}
+function imageinterlace(GdImage $image, ?bool $enable = null): bool {}
function imagepolygon(GdImage $image, array $points, int $num_points_or_color, ?int $color = null): bool {}