Commit 99aae50
[BeanstalkMessenger] Round delay to an integer to avoid deprecation warning
1 parent c439a58 commit 99aae50Copy full SHA for 99aae50
File tree
Expand file treeCollapse file tree
2 files changed
+22
-1
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Messenger/Bridge/Beanstalkd
- Tests/Transport
- Transport
Expand file treeCollapse file tree
2 files changed
+22
-1
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php+21Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
330 | 330 | |
331 | 331 | |
332 | 332 | |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
333 | 354 | |
Collapse file
src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
123 | 123 | |
124 | 124 | |
125 | 125 | |
126 | | - |
| 126 | + |
127 | 127 | |
128 | 128 | |
129 | 129 | |
|
0 commit comments