-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Milestone
Description
I've indented some old symfony1 classes and have found this error
Test Example:
class sendVoucherTask extends crmBaseTask
{
protected function configure()
{
$this->detailedDescription = <<<EOF
The [sendVoucher|INFO] task does things.
Call it with:
[php symfony sendVoucher|INFO]
EOF;
}
}
After indent:
class sendVoucherTask extends crmBaseTask
{
protected function configure()
{
$this->detailedDescription = <<<EOF
The [sendVoucher|INFO] task does things.
Call it with:
[php symfony sendVoucher|INFO]
[*]EOF;
}
}
[*] - 8 spaces generates php syntax error
Metadata
Metadata
Assignees
Labels
No labels