Commit deaabb9
Resolve some deprecations and remove igorw/get-in dependency (#1257)
* Remove `igorw/get-in` dependency to simplify code
* Fix phpunit deprecation
* Simplify phpunit's `->will($this->returnValue())` with `->willReturn()`
* Simplify phpunit's `->will($this->returnCallback())` with `->willReturnCallback()`
* Fix deprecated mock builder `setMethds` with `createPartialMock`
* Remove deprecated phpstan `checkGenericClassInNonGenericObjectType` option
* Bump phpunit to 9.6
---------
Co-authored-by: Jonathan Beliën <[email protected]>1 parent 9f31806 commit deaabb9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments