Skip to content

Commit c9198f1

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Console] Fix `TreeHelper::addChild` when providing a string [Serializer] Handle invalid mapping type property type [Config] Do not generate unreachable configuration paths [WebProfilerBundle] Fix missing indent on non php files opended in the profiler [ObjectMapper] skip reading uninitialized values [JsonPath] Fix parsing invalid Unicode codepoints [FrameworkBundle] Fix cache warmers tests
2 parents 324f840 + 4f9f185 commit c9198f1

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)