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