From 3cd9658d298bbefa8222dfe41440aa7dffbe7d7f Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Wed, 21 Feb 2024 12:25:30 +0100 Subject: [PATCH] Allow `Override` attribute to be used in pure contexts Fixes vimeo/psalm#10731 --- stubs/CoreGenericAttributes.phpstub | 3 +++ tests/OverrideTest.php | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/stubs/CoreGenericAttributes.phpstub b/stubs/CoreGenericAttributes.phpstub index 92abe9542f8..0871e05448c 100644 --- a/stubs/CoreGenericAttributes.phpstub +++ b/stubs/CoreGenericAttributes.phpstub @@ -1,17 +1,20 @@ [], 'php_version' => '8.3', ], + 'canBeUsedOnPureMethods' => [ + 'code' => <<<'PHP' + [], + 'ignored_issues' => [], + 'php_version' => '8.3', + ], ]; }