Skip to content

Commit ec94721

Browse files
committed
Update stubs
1 parent c1fe2a4 commit ec94721

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Php8StubsMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,6 +2853,7 @@ public function __construct(int $phpVersionId)
28532853
if ($phpVersionId >= 80500) {
28542854
$classes = \array_merge($classes, [
28552855
'curlsharepersistenthandle' => 'stubs/ext/curl/CurlSharePersistentHandle.php',
2856+
'delayedtargetvalidation' => 'stubs/Zend/DelayedTargetValidation.php',
28562857
'intllistformatter' => 'stubs/ext/intl/listformatter/IntlListFormatter.php',
28572858
'nodiscard' => 'stubs/Zend/NoDiscard.php',
28582859
'uri\\invaliduriexception' => 'stubs/ext/uri/Uri/InvalidUriException.php',
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
/**
4+
* @strict-properties
5+
*/
6+
#[\Attribute(Attribute::TARGET_ALL)]
7+
#[\Since('8.5')]
8+
final class DelayedTargetValidation
9+
{
10+
}

0 commit comments

Comments
 (0)