Code case change after generate ?

I started a blank application and entered a line like this:
$engine = $birtReportEngine->openReportDesign("${here}/${myReport}");

After generate, converted to this:
$engine = $birtReportEngine->openReportDesign("$here /$myreport ");

Since it is passing to a JAVA program, case is important.

To avoid code amendment of SC, should I better redirect to a independent program ?

Regards,

Almond Wong

It’s up to you actually. You can consider to putt a comment part above describing. Then it’s clear to others if they read it.