Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 29, 2024
1 parent d5b7120 commit 33c4879
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Extension/CoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -1279,10 +1279,13 @@ public static function callMacro(Template $template, string $method, array $args
}

/**
* @internal
* @template TSequence
*
* @param TSequence $seq
*
* @return ($seq is iterable ? TSequence : array{})
*
* @internal
*/
public static function ensureTraversable($seq)
{
Expand Down

0 comments on commit 33c4879

Please sign in to comment.