We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ecba1f + d979b80 commit 5cf8676Copy full SHA for 5cf8676
Tests/PropertyPathBuilderTest.php
@@ -20,7 +20,7 @@
20
*/
21
class PropertyPathBuilderTest extends TestCase
22
{
23
- const PREFIX = 'old1[old2].old3[old4][old5].old6';
+ private const PREFIX = 'old1[old2].old3[old4][old5].old6';
24
25
/**
26
* @var PropertyPathBuilder
0 commit comments