Commit 8dcfd82
committed
Fix php 8.5 deprecation (null array offset)
ERROR: Using null as an array offset is deprecated, use an empty string instead
in src/RunningTool.php:431 parent 33386db commit 8dcfd82
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments