Update all non-major dependencies #2257
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|