Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report by vvp <[email protected]> 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
- Loading branch information