Skip to content

Commit

Permalink
Fixed PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Jan 11, 2025
1 parent 23afa44 commit 1f0e411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'spacing' => 'one',
],
'no_superfluous_phpdoc_tags' => [
'allow_mixed' => false,
'allow_mixed' => true,
'remove_inheritdoc' => true,
'allow_unused_params' => false,
],
Expand Down
2 changes: 0 additions & 2 deletions src/Export/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ public function addCommandHandlers(array $handlers): self

/**
* @param array<ExporterInterface> $exporters
*
* @return $this
*/
public function addExporters(array $exporters): self
{
Expand Down

0 comments on commit 1f0e411

Please sign in to comment.