Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Nov 4, 2022
1 parent 623943a commit c10db82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Php8StubsMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2725,6 +2725,7 @@ public function __construct(int $phpVersionId)
'sensitiveparametervalue' => 'stubs/Zend/SensitiveParameterValue.php',
'zendtestforbiddynamiccall' => 'stubs/ext/zend_test/ZendTestForbidDynamicCall.php',
'zendtestns\\unlikelycompileerror' => 'stubs/ext/zend_test/ZendTestNS/UnlikelyCompileError.php',
'zendtestpropertyattribute' => 'stubs/ext/zend_test/ZendTestPropertyAttribute.php',
));
$functions = \array_merge($functions, array (
'curl_upkeep' => 'stubs/ext/curl/curl_upkeep.php',
Expand Down
11 changes: 11 additions & 0 deletions stubs/ext/zend_test/ZendTestPropertyAttribute.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

#[\Attribute(Attribute::TARGET_PROPERTY)]
#[\Since('8.2')]
final class ZendTestPropertyAttribute
{
public string $parameter;
public function __construct(string $parameter)
{
}
}

0 comments on commit c10db82

Please sign in to comment.