Skip to content

Commit 732963f

Browse files
Merge branch '5.1' into 5.2
* 5.1: Update .php_cs.dist Apply "visibility_required" CS rule to constants
2 parents 5cf8676 + 6c9e355 commit 732963f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PropertyPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class PropertyPath implements \IteratorAggregate, PropertyPathInterface
2525
/**
2626
* Character used for separating between plural and singular of an element.
2727
*/
28-
const SINGULAR_SEPARATOR = '|';
28+
public const SINGULAR_SEPARATOR = '|';
2929

3030
/**
3131
* The elements of the property path.

0 commit comments

Comments
 (0)