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

Separate generated methods with 1 newline only #6664

Open
wants to merge 1 commit into
base: 5.0
Choose a base branch
from

Conversation

szepeviktor
Copy link

@szepeviktor szepeviktor commented May 4, 2023

@szepeviktor szepeviktor changed the title Separate generated method with 1 newline only Separate generated methods with 1 newline only May 4, 2023
Copy link
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Naktibalda
Copy link
Member

There is only one blank line after can/cant methods, we don't want to remove it, right?

public function canSeeInThisFile($text)
{
return $this->scenario->runStep(new \Codeception\Step\ConditionalAssertion('seeInThisFile', func_get_args()));
}
/**

@szepeviktor
Copy link
Author

Right.
So _generated files have only one blank line and no trailing space?

@szepeviktor
Copy link
Author

I see two blank lines here

@szepeviktor
Copy link
Author

Mystery!
1 blank here, 2 blanks there 👻

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

Successfully merging this pull request may close these issues.

None yet

3 participants