From 23f26fa6162c23f17d4700ca9c96e5b6f166827c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=A0=E4=B8=8B=E5=85=8B=E5=BD=A6?= Date: Tue, 25 Feb 2020 10:41:00 +0900 Subject: [PATCH] phpcs fix --- tests/PhpSpreadsheetTests/DocumentGeneratorTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/PhpSpreadsheetTests/DocumentGeneratorTest.php b/tests/PhpSpreadsheetTests/DocumentGeneratorTest.php index da0eb4bd..b0aed466 100644 --- a/tests/PhpSpreadsheetTests/DocumentGeneratorTest.php +++ b/tests/PhpSpreadsheetTests/DocumentGeneratorTest.php @@ -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