phpcs fix
This commit is contained in:
parent
32a8ef5e33
commit
23f26fa616
|
@ -12,8 +12,10 @@ class DocumentGeneratorTest extends TestCase
|
|||
{
|
||||
/**
|
||||
* @dataProvider providerGenerateFunctionListByName
|
||||
*
|
||||
* @param array $phpSpreadsheetFunctions
|
||||
* @param string $expected
|
||||
*
|
||||
* @throws \ReflectionException
|
||||
*/
|
||||
public function testGenerateFunctionListByName(array $phpSpreadsheetFunctions, string $expected): void
|
||||
|
@ -23,8 +25,10 @@ class DocumentGeneratorTest extends TestCase
|
|||
|
||||
/**
|
||||
* @dataProvider providerGenerateFunctionListByCategory
|
||||
*
|
||||
* @param array $phpSpreadsheetFunctions
|
||||
* @param string $expected
|
||||
*
|
||||
* @throws \ReflectionException
|
||||
*/
|
||||
public function testGenerateFunctionListByCategory(array $phpSpreadsheetFunctions, string $expected): void
|
||||
|
|
Loading…
Reference in New Issue