mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
fix test
This commit is contained in:
parent
8407cacc02
commit
198347fac7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user