Commit 05d5bb3
committed
minor symfony#59563 [SecurityBundle] Make data provider static (alexandre-daubois)
This PR was merged into the 7.3 branch.
Discussion
----------
[SecurityBundle] Make data provider static
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Data providers should always be static.
Commits
-------
a3c73f8 [SecurityBundle] Make data provider staticFile tree
1 file changed
+3
-3
lines changed- src/Symfony/Bundle/SecurityBundle/Tests/Functional
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
444 | | - | |
| 443 | + | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
0 commit comments