Commit f5da3c3
committed
minor symfony#53324 [Notifier] [Redlink] Change property visibility (OskarStark)
This PR was merged into the 7.1 branch.
Discussion
----------
[Notifier] [Redlink] Change property visibility
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | --
| License | MIT
As this class is final, no need to have a protected one
Commits
-------
37dfb0e [Notifier][Redlink] Change property visibilityFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Notifier/Bridge/Redlink
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments