phpcs fix

This commit is contained in:
池下克彦 2020-02-25 10:41:00 +09:00
parent 32a8ef5e33
commit 23f26fa616
1 changed files with 4 additions and 0 deletions

View File

@ -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