Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Remove superfluous indentation from one line of code #4263

Closed
wants to merge 1 commit into from
Closed

Remove superfluous indentation from one line of code #4263

wants to merge 1 commit into from

Conversation

henrycatalinismith
Copy link
Contributor

This line is indented by one too many levels. It's been indented relative to the
part of the if statement that's been broken onto a second line, rather than
relative to the previous indentation level itself. This makes it look like two
nested if statements instead of the one that's actually there.

This line is indented by one too many levels. It's been indented relative to the
part of the if statement that's been broken onto a second line, rather than
relative to the previous indentation level itself. This makes it look like two
nested if statements instead of the one that's actually there.
@prolic
Copy link
Contributor

prolic commented Apr 18, 2013

good to merge.

weierophinney added a commit that referenced this pull request Apr 22, 2013
Remove superfluous indentation from one line of code
weierophinney added a commit that referenced this pull request Apr 22, 2013
- CS indicates && and || should be on next line; multiline conditionals
  should put the closing paren and brace on a line of their own.
weierophinney added a commit that referenced this pull request Apr 22, 2013
@ghost ghost assigned weierophinney Apr 22, 2013
weierophinney added a commit to zendframework/zend-validator that referenced this pull request May 15, 2015
…ionfix

Remove superfluous indentation from one line of code
weierophinney added a commit to zendframework/zend-validator that referenced this pull request May 15, 2015
- CS indicates && and || should be on next line; multiline conditionals
  should put the closing paren and brace on a line of their own.
weierophinney added a commit to zendframework/zend-validator that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-validator that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants