Commit 6d288bf
committed
bug symfony#53232 [Notifier] [Smsc] Require login and password (OskarStark)
This PR was merged into the 5.4 branch.
Discussion
----------
[Notifier] [Smsc] Require login and password
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | ---
| License | MIT
Checking the tests, and the DSN, there is no need to make it nullable
From a technical POV this is a BC break, which could not really happen in real life 🤷♂️
Commits
-------
5cffece [Notifier][Smsc] Require login and password1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments