Skip to content

Commit c646444

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Config] Do not generate unreachable configuration paths [WebProfilerBundle] Fix missing indent on non php files opended in the profiler
2 parents cbd9be0 + af9ef04 commit c646444

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Tests/Fixtures/hello_world.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"Hello",
3+
"World!"
4+
]

Tests/Fixtures/hello_world.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
3+
echo 'Hello';
4+
echo 'World!';

0 commit comments

Comments
 (0)