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