Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 30, 2023
1 parent d413dc1 commit 5bae1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/PostRector/Collector/NodesToAddCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
final class NodesToAddCollector implements NodeCollectorInterface
{
/**
* @var Stmt[][]
* @var array<string, Stmt[]>
*/
private array $nodesToAddBefore = [];

Expand Down

0 comments on commit 5bae1eb

Please sign in to comment.