Skip to content

Commit

Permalink
fix new code style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Johnston committed Aug 27, 2024
1 parent 19d4cce commit 0904ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Processors/AugmentTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class AugmentTags implements ProcessorInterface
{

/** @var array<string> */
/** @var array<string> */
protected $unusedTagsToKeepWhitelist = [];

public function __construct(array $unusedTagsToKeepWhitelist = [])
Expand Down
2 changes: 1 addition & 1 deletion tests/Processors/AugmentTagsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function testAllowUnusedTags(): void
static::processors(),
null,
[
'augmentTags' => ['unusedTagsToKeepWhitelist' => ['fancy']]
'augmentTags' => ['unusedTagsToKeepWhitelist' => ['fancy']],
]
);

Expand Down

0 comments on commit 0904ea0

Please sign in to comment.