diff --git a/phpunit.xml b/phpunit.xml index 7dc3c9e..a55803e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,33 +1,18 @@ - - - - tests/functional/ - - - - - src - - - - - + + + + tests/functional/ + + + + + + + + + src + + diff --git a/src/FingersCrossed/Extractor.php b/src/FingersCrossed/Extractor.php index 20b3359..e8db7ca 100644 --- a/src/FingersCrossed/Extractor.php +++ b/src/FingersCrossed/Extractor.php @@ -22,8 +22,7 @@ public function __construct( private string $escape = '\\', private ?array $columns = null, private LoggerInterface $logger = new NullLogger() - ) { - } + ) {} /** @return iterable|RejectionResultBucket> */ public function extract(): iterable diff --git a/src/Safe/Extractor.php b/src/Safe/Extractor.php index 831760d..608a73e 100644 --- a/src/Safe/Extractor.php +++ b/src/Safe/Extractor.php @@ -23,8 +23,7 @@ public function __construct( private string $escape = '\\', private ?array $columns = null, private LoggerInterface $logger = new NullLogger() - ) { - } + ) {} /** @return ResultBucketInterface[] */ public function extract(): iterable