mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 03:59:11 +00:00
Update PHP-CS-Fixer rules
This commit is contained in:
@@ -29,12 +29,11 @@ class TextJoinTest extends TestCase
|
||||
* @dataProvider providerTEXTJOIN
|
||||
*
|
||||
* @param mixed $expectedResult
|
||||
* @param array $args
|
||||
*/
|
||||
public function testTEXTJOIN($expectedResult, array $args)
|
||||
public function testTEXTJOIN($expectedResult, array $args): void
|
||||
{
|
||||
$result = TextData::TEXTJOIN(...$args);
|
||||
$this->assertEquals($expectedResult, $result);
|
||||
self::assertEquals($expectedResult, $result);
|
||||
}
|
||||
|
||||
public function providerTEXTJOIN()
|
||||
|
||||
Reference in New Issue
Block a user