Commit 6298bfa
committed
minor symfony#59277 [Security] Sync Security\ExpressionLanguage constructor with parent (kor3k)
This PR was merged into the 7.3 branch.
Discussion
----------
[Security] Sync Security\ExpressionLanguage constructor with parent
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? |no
| Issues | -
| License | MIT
change typehint array -> iterable in `\Symfony\Component\Security\Core\Authorization\ExpressionLanguage::__construct`
Commits
-------
e9a26fc Sync Security\ExpressionLanguage constructor with parentFile tree
2 files changed
+10
-2
lines changed- src/Symfony/Component
- DependencyInjection
- Security/Core/Authorization
2 files changed
+10
-2
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
0 commit comments