mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +01:00
Correct test min php version
This commit is contained in:
parent
80edd41858
commit
84ed631a9f
@ -926,6 +926,9 @@ class MethodSignatureTest extends TestCase
|
||||
{
|
||||
public function a(mixed $a): void {}
|
||||
}',
|
||||
'assertions' => [],
|
||||
'ignored_errors' => [],
|
||||
'php_version' => '8.0',
|
||||
],
|
||||
'doesNotRequireInterfaceDestructorsToHaveReturnType' => [
|
||||
'code' => '<?php
|
||||
|
Loading…
Reference in New Issue
Block a user