8000 [Security] Make data provider static · symfony/security-core@c6fcc71 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6fcc71

Browse files
[Security] Make data provider static
1 parent 157d3c9 commit c6fcc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 [
3C2E 311311
['attr1'],

0 commit comments

Comments
 (0)
0