Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b4d21c

Browse filesBrowse 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
Copy full SHA for 0b4d21c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.