Commit 9c22e90
authored
Fixed bug for Php8 - explode(): Passing null to parameter #2 ($string) of type string is deprecated
Deprecated (8192): explode(): Passing null to parameter #2 ($string) of type string is deprecated in [/var/www/html/integrations/vendor/stackify/logger/src/Stackify/Log/Entities/Api/WebRequestDetail.php, line 332]1 parent 0f9b5f0 commit 9c22e90
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
333 | 340 | | |
334 | 341 | | |
335 | 342 | | |
| |||
359 | 366 | | |
360 | 367 | | |
361 | 368 | | |
362 | | - | |
| 369 | + | |
0 commit comments