Skip to content

Commit 913a449

Browse files
committed
Remove generic type annotations
Cf. <php@de69a9d#r35675846>.
1 parent b823864 commit 913a449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/calendar/calendar.stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/** @return int|false */
44
function cal_days_in_month(int $calendar, int $month, int $year) {}
55

6-
/** @return array<string, array<int, string>&int&string>|false */
6+
/** @return array|false */
77
function cal_from_jd(int $jd, int $calendar) {}
88

99
/** @return array|false */

ext/curl/curl.stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function curl_reset($handle): void {}
109109

110110
/**
111111
* @param resource $handle
112-
* @param array<int, mixed> $options
112+
* @param array $options
113113
*/
114114
function curl_setopt_array($handle, array $options): bool {}
115115

0 commit comments

Comments
 (0)