From 3c3b3c72f27b449a7ad2a0752a26a5cd137829a8 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Tue, 13 Aug 2024 10:17:27 +0200 Subject: [PATCH] CS fixes --- .../src/Flow/ETL/Adapter/Doctrine/functions.php | 2 +- .../tests/Flow/Documentation/Tests/Integration/functions.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/adapter/etl-adapter-doctrine/src/Flow/ETL/Adapter/Doctrine/functions.php b/src/adapter/etl-adapter-doctrine/src/Flow/ETL/Adapter/Doctrine/functions.php index 8155535b3..f320a2195 100644 --- a/src/adapter/etl-adapter-doctrine/src/Flow/ETL/Adapter/Doctrine/functions.php +++ b/src/adapter/etl-adapter-doctrine/src/Flow/ETL/Adapter/Doctrine/functions.php @@ -11,7 +11,7 @@ use Flow\ETL\{Attribute\DSL, Attribute\Module, Attribute\Type as DSLType - }; +}; /** * @param array|Connection $connection diff --git a/src/tools/documentation/tests/Flow/Documentation/Tests/Integration/functions.php b/src/tools/documentation/tests/Flow/Documentation/Tests/Integration/functions.php index 907b24c1e..75a4cc950 100644 --- a/src/tools/documentation/tests/Flow/Documentation/Tests/Integration/functions.php +++ b/src/tools/documentation/tests/Flow/Documentation/Tests/Integration/functions.php @@ -9,4 +9,5 @@ #[TestAttribute(name: 'test', active: true)] function doSomething(string|int|float|\DateTimeInterface|ParameterClass $argument) : ?bool { + return false; }