Skip to content

Commit

Permalink
Merge pull request #7642 from orklah/brokenci2
Browse files Browse the repository at this point in the history
skip a test because we removed the feature for now
  • Loading branch information
orklah committed Feb 11, 2022
2 parents 11e60fa + 5c2336f commit 29b856e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MethodSignatureTest.php
Expand Up @@ -1550,7 +1550,7 @@ public function bar(string ...$_args): void {}
',
'error_message' => 'MethodSignatureMismatch',
],
'noMixedTypehintInDescendant' => [
'SKIPPED-noMixedTypehintInDescendant' => [
'code' => '<?php
class a {
public function test(): mixed {
Expand Down

0 comments on commit 29b856e

Please sign in to comment.