From 1f0e4119ffbe42b8cbdd2a5301c08785e182c0fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Sat, 11 Jan 2025 03:00:47 +0100 Subject: [PATCH] Fixed PHPStan --- .php-cs-fixer.dist.php | 2 +- src/Export/Config.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index a3ce8a5..2ff249b 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -67,7 +67,7 @@ 'spacing' => 'one', ], 'no_superfluous_phpdoc_tags' => [ - 'allow_mixed' => false, + 'allow_mixed' => true, 'remove_inheritdoc' => true, 'allow_unused_params' => false, ], diff --git a/src/Export/Config.php b/src/Export/Config.php index c8774d9..f2cbe82 100644 --- a/src/Export/Config.php +++ b/src/Export/Config.php @@ -98,8 +98,6 @@ public function addCommandHandlers(array $handlers): self /** * @param array $exporters - * - * @return $this */ public function addExporters(array $exporters): self {