PHPCS and PHStan appeasement

This commit is contained in:
MarkBaker 2021-06-03 14:25:28 +02:00 committed by Mark Baker
parent 3297f503c2
commit 642fc7dee7
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class AdvancedValueBinderTest extends TestCase
StringHelper::setThousandsSeparator($this->thousandsSeparator); StringHelper::setThousandsSeparator($this->thousandsSeparator);
} }
public function testNullValue() public function testNullValue(): void
{ {
/** @var Cell&MockObject $cellStub */ /** @var Cell&MockObject $cellStub */
$cellStub = $this->getMockBuilder(Cell::class) $cellStub = $this->getMockBuilder(Cell::class)

View File

@ -80,5 +80,5 @@ return [
'Numeric that exceeds PHP MAX_INT Size' => [ 'Numeric that exceeds PHP MAX_INT Size' => [
's', 's',
'1234567890123459012345689012345690', '1234567890123459012345689012345690',
] ],
]; ];