File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2725,6 +2725,7 @@ public function __construct(int $phpVersionId)
2725
2725
'sensitiveparametervalue ' => 'stubs/Zend/SensitiveParameterValue.php ' ,
2726
2726
'zendtestforbiddynamiccall ' => 'stubs/ext/zend_test/ZendTestForbidDynamicCall.php ' ,
2727
2727
'zendtestns \\unlikelycompileerror ' => 'stubs/ext/zend_test/ZendTestNS/UnlikelyCompileError.php ' ,
2728
+ 'zendtestpropertyattribute ' => 'stubs/ext/zend_test/ZendTestPropertyAttribute.php ' ,
2728
2729
));
2729
2730
$ functions = \array_merge ($ functions , array (
2730
2731
'curl_upkeep ' => 'stubs/ext/curl/curl_upkeep.php ' ,
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ #[\Attribute(Attribute::TARGET_PROPERTY )]
4
+ #[\Since('8.2 ' )]
5
+ final class ZendTestPropertyAttribute
6
+ {
7
+ public string $ parameter ;
8
+ public function __construct (string $ parameter )
9
+ {
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments