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)
2853
2853
if ($ phpVersionId >= 80500 ) {
2854
2854
$ classes = \array_merge ($ classes , [
2855
2855
'curlsharepersistenthandle ' => 'stubs/ext/curl/CurlSharePersistentHandle.php ' ,
2856
+ 'delayedtargetvalidation ' => 'stubs/Zend/DelayedTargetValidation.php ' ,
2856
2857
'intllistformatter ' => 'stubs/ext/intl/listformatter/IntlListFormatter.php ' ,
2857
2858
'nodiscard ' => 'stubs/Zend/NoDiscard.php ' ,
2858
2859
'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