Commit 287aed2
committed
fix: add type checking for command options to satisfy PHPStan Level 9
- Add is_string() type guards for queue and connection options
- Prevents PHPStan errors when passing array|string|true to string parameters
- Ensures type safety for calculateSpecificBaseline() method call1 parent 1d77d39 commit 287aed2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments