Skip to content

Commit 1d10084

Browse files
committed
Update stubs
1 parent ac6e4e6 commit 1d10084

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stubs/ext/gd/imagecolorexactalpha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
function imagecolorexactalpha(\GdImage $image, int $red, int $green, int $blue, int $alpha) : int|false
3+
function imagecolorexactalpha(\GdImage $image, int $red, int $green, int $blue, int $alpha) : int
44
{
55
}

stubs/ext/standard/str_getcsv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

3-
function str_getcsv(string $string, string $separator = ",", string $enclosure = "\"", string $escape = '\\') : array
3+
function str_getcsv(string $string, string $separator = ",", string $enclosure = "\"", string $escape = "\\") : array
44
{
55
}

0 commit comments

Comments
 (0)