Skip to content

Commit

Permalink
remove typed property to be compatible with php7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Johnston committed Aug 27, 2024
1 parent 6e2e573 commit 19d4cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processors/AugmentTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AugmentTags implements ProcessorInterface
{

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

public function __construct(array $unusedTagsToKeepWhitelist = [])
{
Expand Down

0 comments on commit 19d4cce

Please sign in to comment.