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

Newline Indentation aligning with equal sign #774

Closed
jstoks opened this issue Dec 8, 2023 · 3 comments
Closed

Newline Indentation aligning with equal sign #774

jstoks opened this issue Dec 8, 2023 · 3 comments

Comments

@jstoks
Copy link

jstoks commented Dec 8, 2023

Having php-lineup-string-cont as part of statement-cont causes the cursor to align with the equals sign for assignments even when there's no string. There is no interaction with php-lineup-cascaded-calls because I have that option disabled.

Actual:

$result = Operation::make()
        ->someFunction();

Expected:

$result = Operation::make()
    ->someFunction();

(Seems related to #745)

@zonuexe
Copy link
Member

zonuexe commented Dec 17, 2023

@jstoks Perhaps merging #777 resolved this issue. This problem seems to have been introduced by some strange change in the past unrelated to the PEAR Coding Standards. Please feel free to send any feedback regarding PEAR style to #776.

Thank you for your report!

@zonuexe zonuexe closed this as completed Dec 17, 2023
@cweiske
Copy link
Contributor

cweiske commented Jan 6, 2024

This is fixed - thanks!

@jstoks
Copy link
Author

jstoks commented Jan 9, 2024

Thank You!

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