Skip to content

Commit b172184

Browse files
Merge branch '5.1' into 5.2
* 5.1: Update .php_cs.dist Apply "visibility_required" CS rule to constants
2 parents 909d736 + 988bf87 commit b172184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeVisitor/TranslationNodeVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
final class TranslationNodeVisitor extends AbstractNodeVisitor
2828
{
29-
const UNDEFINED_DOMAIN = '_undefined';
29+
public const UNDEFINED_DOMAIN = '_undefined';
3030

3131
private $enabled = false;
3232
private $messages = [];

0 commit comments

Comments
 (0)