1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

skip a test because we removed the feature for now

This commit is contained in:
orklah 2022-02-11 21:53:29 +01:00
parent 11e60fa261
commit 5c2336f4d0

View File

@ -1550,7 +1550,7 @@ class MethodSignatureTest extends TestCase
',
'error_message' => 'MethodSignatureMismatch',
],
'noMixedTypehintInDescendant' => [
'SKIPPED-noMixedTypehintInDescendant' => [
'code' => '<?php
class a {
public function test(): mixed {