Skip to content

Commit afcb692

Browse files
committed
phpcs: fix visibility_required for Twig\Node\Node\Worker::UNDEFINED_DOMAIN
1 parent 7df20f8 commit afcb692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Visitor/Twig/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
final class Worker
2929
{
30-
const UNDEFINED_DOMAIN = 'messages';
30+
public const UNDEFINED_DOMAIN = 'messages';
3131

3232
private $stack = [];
3333

0 commit comments

Comments
 (0)