Commit 569b773
committed
minor #16349 [VarExporter] Make example work (antalaron)
This PR was merged into the 4.4 branch.
Discussion
----------
[VarExporter] Make example work
The exported php file is not a valid php as it does not contain the opening tag and has no `return` and closing semicolon. So the require won't work as expected.
Commits
-------
5832e22 Make example work1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments