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

Add php boiler plate generation & fix boilerplate detect on empty string literal #160

Merged
merged 3 commits into from
May 6, 2022

Conversation

Headline
Copy link
Owner

@Headline Headline commented May 6, 2022

This patch brings in the adding the php preamble as a boilerplate generator, in case the user didn't supply one.

I also fixed a bug where some compilations were falsely detected as not containing their main methods when they actually were. This was caused by the regex always consuming the next character when a " was found.

@Headline Headline added bug Something isn't working enhancement New feature or request labels May 6, 2022
@Headline Headline merged commit 17e6102 into master May 6, 2022
@Headline Headline deleted the boilerplate-fixes branch May 6, 2022 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant