Skip to content

Commit 597dd94

Browse files
committed
Added a comment about the test conflict code (ref #1634)
1 parent 7009c24 commit 597dd94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Standards/Squiz/Tests/PHP/HeredocUnitTest.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Now, I am printing some {$foo->bar[1]}.
1111
This should not print a capital 'A': \x41
1212
EOT;
1313

14+
// The following function has a simulated git conflict for testing.
15+
// This is not a merge conflict - it is a valid test case.
16+
// Please do not remove.
1417
function test()
1518
{
1619
$arr = array(

0 commit comments

Comments
 (0)