Commit 24843b9
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 1b6852d commit 24843b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments