Skip to content

Commit

Permalink
Update CommentedIncludeNode.php
Browse files Browse the repository at this point in the history
  • Loading branch information
n3storm authored Oct 6, 2023
1 parent dd7c006 commit 14ab6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Node/CommentedIncludeNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CommentedIncludeNode extends IncludeNode implements NodeOutputInterface
/**
* @param \Twig_Compiler $compiler
*/
public function compile(Twig_Compiler $compiler)
public function compile(Compiler $compiler): void
{
$compiler->addDebugInfo($this);

Expand Down

0 comments on commit 14ab6d6

Please sign in to comment.