Commit 4072eaf
fix: correct io() fallback mechanism
If no Interactor has been provided in the first place, `io()` has a
fallback in which it creates a new Interactor instance from scratch.
Since the addition of php8 types in c94535f,
this fails because of a missing default value for the io-property.
This adds a default `null` value to the property to make the property
check in `io()` work again.1 parent 290fd40 commit 4072eaf
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
254 | 264 | | |
255 | 265 | | |
256 | 266 | | |
| |||
0 commit comments