Commit 2e576d5
committed
fix(ci): fix PHPStan nullsafe error and DescribeDatabaseToolTest constructor
- Replace nullsafe ?-> with explicit null check for _auth->getUser()
- Pass ResourceConnection mock to SqlSandbox in DescribeDatabaseToolTest1 parent 7b0399d commit 2e576d5
2 files changed
Lines changed: 4 additions & 2 deletions
File tree
- Controller/Adminhtml/Assistant
- Test/Unit/Model/Assistant/Tool
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments