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

Minor CS changes in RenderMailTemplatesCommand #893

Merged
merged 1 commit into from Jun 9, 2017

Conversation

JeroenDeDauw
Copy link
Contributor

No description provided.

if ( count( $strayTemplates ) ) {
$output->writeln(
'<error>There are tests for non-existing templates: ' . implode( ', ', $strayTemplates ) . '</error>'
);
}
}

private function getMailTemplatesOnDisk( array $mailTemplatePaths ): array {
Copy link
Member

Choose a reason for hiding this comment

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

In this age of SSDs I'd rather call this getTemplatesFromFileSystem 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Huh. I suppose so. I just used the name already in the code here though

@JeroenDeDauw JeroenDeDauw merged commit 0a28098 into master Jun 9, 2017
@JeroenDeDauw JeroenDeDauw deleted the RenderMailTemplatesCommand branch June 9, 2017 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants