1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/stubs/CoreGenericAttributes.phpstub

20 lines
338 B
PHP
Raw Normal View History

<?php
#[Attribute(Attribute::TARGET_CLASS)]
final class AllowDynamicProperties
{
public function __construct() {}
}
2023-12-15 11:14:53 +01:00
#[Attribute(Attribute::TARGET_METHOD)]
final class Override
{
public function __construct() {}
}
#[Attribute(Attribute::TARGET_PARAMETER)]
final class SensitiveParameter
{
public function __construct() {}
}