From 27ff6339f83796a7e0dd963cf445cd3c456fc620 Mon Sep 17 00:00:00 2001 From: Vladislav Nikolayev Date: Mon, 30 Oct 2023 16:52:15 +0200 Subject: [PATCH] Fix stub of `Voter::supports()` method --- .../Component/Security/Core/Authorization/Voter/Voter.stub | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub b/stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub index 17485a28..c2daae3b 100644 --- a/stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub +++ b/stubs/Symfony/Component/Security/Core/Authorization/Voter/Voter.stub @@ -13,6 +13,7 @@ abstract class Voter implements VoterInterface /** * Determines if the attribute and subject are supported by this voter. * + * @param string $attribute * @param mixed $subject * * @phpstan-assert-if-true TSubject $subject