Commit 581d1fb
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 <jbelien@users.noreply.github.com>1 parent 36e81e3 commit 581d1fb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments