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 89a3f0e0f3..732baa77e7 100644
--- a/ext/gd/gd.stub.php
+++ b/ext/gd/gd.stub.php
@@ -177,7 +177,7 @@ function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
function imagecolorstotal(GdImage $image): int {}
-function imagecolortransparent(GdImage $image, ?int $color = null): ?int {}
+function imagecolortransparent(GdImage $image, ?int $color = null): int {}
function imageinterlace(GdImage $image, ?bool $enable = null): bool {}