File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1220,7 +1220,7 @@ function timezone_open(string $timezone): DateTimeZone|false {}
1220
1220
* {@see DateTimeZone} for which to get a name.</p>
1221
1221
* @return string One of the timezone names in the list of timezones.
1222
1222
*/
1223
- #[Pure( true ) ]
1223
+ #[Pure]
1224
1224
function timezone_name_get (DateTimeZone $ object ): string {}
1225
1225
1226
1226
/**
@@ -1307,7 +1307,7 @@ function timezone_identifiers_list(int $timezoneGroup = DateTimeZone::ALL, ?stri
1307
1307
* @link https://php.net/manual/en/function.timezone-abbreviations-list.php
1308
1308
* @return array|false Array on success or <b>FALSE</b> on failure.
1309
1309
*/
1310
- #[Pure( true ) ]
1310
+ #[Pure]
1311
1311
#[LanguageLevelTypeAware(["8.0 " => "array " ], default: "array|false " )]
1312
1312
function timezone_abbreviations_list () {}
1313
1313
@@ -1316,7 +1316,7 @@ function timezone_abbreviations_list() {}
1316
1316
* @link https://php.net/manual/en/function.timezone-version-get.php
1317
1317
* @return string a string.
1318
1318
*/
1319
- #[Pure( true ) ]
1319
+ #[Pure]
1320
1320
function timezone_version_get (): string {}
1321
1321
1322
1322
/**
@@ -1363,7 +1363,7 @@ function date_default_timezone_set(string $timezoneId): bool {}
1363
1363
* @link https://php.net/manual/en/function.date-default-timezone-get.php
1364
1364
* @return string a string.
1365
1365
*/
1366
- #[Pure( true ) ]
1366
+ #[Pure]
1367
1367
function date_default_timezone_get (): string {}
1368
1368
1369
1369
/**
You can’t perform that action at this time.
0 commit comments