Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requires empty space after string concat operator #118

Open
trylika opened this issue May 5, 2015 · 2 comments
Open

requires empty space after string concat operator #118

trylika opened this issue May 5, 2015 · 2 comments

Comments

@trylika
Copy link
Contributor

trylika commented May 5, 2015

applies to 2+ verison, with following code, strict standard requires empty after first line:

            $a .= 
                '<tr>' .
                '</tr>';
@saimaz saimaz added the planned label May 18, 2015
@GrandLTU
Copy link
Contributor

Standard complains about new line after .=. This code is valid:

$a .= '<tr>' .
    '</tr>';

Does this still needs to be fixed?

@trylika
Copy link
Contributor Author

trylika commented Jun 18, 2015

when there is a lot of string content to be fitted into variable, it looks ugly when writing in the same line, thus no, such solution does not fix this problem.

@saimaz saimaz removed the planned label Dec 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants