Skip to content

Update all non-major dependencies #2257

Update all non-major dependencies

Update all non-major dependencies #2257

Triggered via push August 4, 2023 04:31
Status Failure
Total duration 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Static Analysis (locked, 8.1, ubuntu-latest): tests/Token/BuilderTest.php#L68
Call to deprecated method willReturnOnConsecutiveCalls() of class PHPUnit\Framework\MockObject\Builder\InvocationMocker: Use <code>$double->willReturn(1, 2, 3)</code> instead of <code>$double->willReturnOnConsecutiveCalls(1, 2, 3)</code>
Static Analysis (locked, 8.1, ubuntu-latest): tests/Token/ParserTest.php#L152
Call to deprecated method willReturnOnConsecutiveCalls() of class PHPUnit\Framework\MockObject\Builder\InvocationMocker: Use <code>$double->willReturn(1, 2, 3)</code> instead of <code>$double->willReturnOnConsecutiveCalls(1, 2, 3)</code>
Static Analysis (locked, 8.1, ubuntu-latest): tests/Token/ParserTest.php#L166
Call to deprecated method willReturnOnConsecutiveCalls() of class PHPUnit\Framework\MockObject\Builder\InvocationMocker: Use <code>$double->willReturn(1, 2, 3)</code> instead of <code>$double->willReturnOnConsecutiveCalls(1, 2, 3)</code>
Static Analysis (locked, 8.1, ubuntu-latest)
Process completed with exit code 2.