mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
PHPCS and PHStan appeasement
This commit is contained in:
@@ -43,7 +43,7 @@ class AdvancedValueBinderTest extends TestCase
|
||||
StringHelper::setThousandsSeparator($this->thousandsSeparator);
|
||||
}
|
||||
|
||||
public function testNullValue()
|
||||
public function testNullValue(): void
|
||||
{
|
||||
/** @var Cell&MockObject $cellStub */
|
||||
$cellStub = $this->getMockBuilder(Cell::class)
|
||||
|
||||
@@ -80,5 +80,5 @@ return [
|
||||
'Numeric that exceeds PHP MAX_INT Size' => [
|
||||
's',
|
||||
'1234567890123459012345689012345690',
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user