diff --git a/tests/ConfigFactoryTest.php b/tests/ConfigFactoryTest.php index 225ae37..8e26342 100644 --- a/tests/ConfigFactoryTest.php +++ b/tests/ConfigFactoryTest.php @@ -23,6 +23,7 @@ public function testItThrowsExceptionIfDocumentationConfigNotFound(): void /** * @throws L5SwaggerException + * * @dataProvider configDataProvider */ #[DataProvider('configDataProvider')] diff --git a/tests/ConsoleTest.php b/tests/ConsoleTest.php index 579e05f..9414a3e 100644 --- a/tests/ConsoleTest.php +++ b/tests/ConsoleTest.php @@ -15,6 +15,7 @@ class ConsoleTest extends TestCase /** * @throws L5SwaggerException * @throws FileNotFoundException + * * @dataProvider provideGenerateCommands */ #[DataProvider('provideGenerateCommands')]