Skip to content

1.0.1

Compare
Choose a tag to compare
@johnitvn johnitvn released this 31 Jul 11:39
· 1 commit to master since this release
Fix bug parse error

Report by vvp <vvp.grp@gmail.com>

class Workbench extends Component {
  public $workingDir = __DIR__ . '/../../../../workbench' ;
... ...
... ...

PHP (5.5.15 on a XAAMP setup) complains with the following error:
Parse error: syntax error, unexpected '.', expecting ',' or ';'

It seems that the string concatenation is the culprit here.
Please correct!

Regards,
VVP