File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2727 - operating-system : ' ubuntu-latest'
2828 php-version : ' 8.1'
2929
30+ - operating-system : ' ubuntu-latest'
31+ php-version : ' 8.2'
32+
33+ - operating-system : ' ubuntu-latest'
34+ php-version : ' 8.3'
35+
36+ - operating-system : ' ubuntu-latest'
37+ php-version : ' 8.4'
38+
3039 - operating-system : ' windows-latest'
3140 php-version : ' 8.1'
3241 job-description : ' on Windows'
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ final protected function setTimeout(int $timeout)
241241 *
242242 * @return callable|MockObject Mock object having only an __invoke method.
243243 */
244- final protected function createCallback (int $ invocationCount , callable $ returnCallback = null ): callable
244+ final protected function createCallback (int $ invocationCount , ? callable $ returnCallback = null ): callable
245245 {
246246 $ mock = $ this ->createMock (CallbackStub::class);
247247 $ invocationMocker = $ mock ->expects ($ this ->exactly ($ invocationCount ))
You can’t perform that action at this time.
0 commit comments