Skip to content

Commit 988bf87

Browse files
Merge branch '4.4' into 5.1
* 4.4: Update .php_cs.dist Apply "visibility_required" CS rule to constants
2 parents 49a58af + 59b4e84 commit 988bf87

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
@@ -25,7 +25,7 @@
2525
*/
2626
final class TranslationNodeVisitor extends AbstractNodeVisitor
2727
{
28-
const UNDEFINED_DOMAIN = '_undefined';
28+
public const UNDEFINED_DOMAIN = '_undefined';
2929

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

0 commit comments

Comments
 (0)