10000 minor #60410 [Security] Make data provider static (alexandre-daubois) · symfony/symfony@0b4d21c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b4d21c

Browse files
minor #60410 [Security] Make data provider static (alexandre-daubois)
This PR was merged into the 7.3 branch. Discussion ---------- [Security] Make data provider static | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- 3e8c9b2 [Security] Make data provider static
2 parents db8e84d + 3e8c9b2 commit 0b4d21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public function testAllowMultipleAttributes(array $attributes, bool $allowMultip
305305
$this->assertFalse($isGranted);
306306
}
307307

308-
public function allowMultipleAttributesProvider(): \Generator
308+
public static function allowMultipleAttributesProvider(): \Generator
309309
{
310310
yield [
311311
['attr1'],

0 commit comments

Comments
 (0)
0