File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff 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 ' ,
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ * @strict-properties
5+ */
6+ #[\Attribute(Attribute::TARGET_ALL )]
7+ #[\Since('8.5 ' )]
8+ final class DelayedTargetValidation
9+ {
10+ }
You can’t perform that action at this time.
0 commit comments