Skip to content

Commit 5c80841

Browse files
Merge branch '5.2' into 5.x
* 5.2: Update .php_cs.dist Apply "visibility_required" CS rule to constants
2 parents ebae4bc + b172184 commit 5c80841

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)