space after double quote or single quote when doing string concat
Closed this issue · 0 comments
turbo8p commented
FROM '.Tables::DELIVERY_NOTES.'
actually the lint rule should be a space around .
FROM ' . Tables::DELIVERY_NOTES . '
Closed this issue · 0 comments
FROM '.Tables::DELIVERY_NOTES.'
actually the lint rule should be a space around .
FROM ' . Tables::DELIVERY_NOTES . '