Commit c9056d0
committed
minor symfony#57872 [Messenger][Notifier] use more entropy with random_bytes() (xabbuh)
This PR was merged into the 7.2 branch.
Discussion
----------
[Messenger][Notifier] use more entropy with random_bytes()
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | symfony#57856 (comment)
| License | MIT
Commits
-------
8152a02 use more entropy with random_bytes()File tree
3 files changed
+3
-3
lines changed- src/Symfony/Component
- Messenger/Bridge/Redis
- Tests/Transport
- Transport
- Notifier/Bridge/Iqsms
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments