1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
Markus Staab 2022-08-22 16:58:23 +02:00
parent 8407cacc02
commit 198347fac7

View File

@ -258,10 +258,8 @@ class AttributeTest extends TestCase
#[AllowDynamicProperties]
class Foo
{}',
[],
[],
'8.2'
{}
',
],
'sensitiveParameter' => [
'<?php
@ -274,10 +272,8 @@ class AttributeTest extends TestCase
public function __construct(
#[SensitiveParameter] string $password
) {}
}',
[],
[],
'8.2'
}
',
],
'createObjectAsAttributeArg' => [
'<?php