composer base packages updates
This commit is contained in:
+12
@@ -33,4 +33,16 @@ namespace {
|
||||
/** @psalm-return (Start is string ? Iterator<int, DateTime> : Iterator<int, Start>) */
|
||||
public function getIterator(): Iterator {}
|
||||
}
|
||||
|
||||
#[Attribute(Attribute::TARGET_PARAMETER)]
|
||||
final class SensitiveParameter
|
||||
{
|
||||
public function __construct() {}
|
||||
}
|
||||
|
||||
#[Attribute(Attribute::TARGET_CLASS)]
|
||||
final class AllowDynamicProperties
|
||||
{
|
||||
public function __construct() {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user