Skip to content

Remove final from private magic method #37

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

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

r-martins
Copy link
Contributor

@r-martins r-martins commented Nov 2, 2021

In order to fix PHP Warning: Private methods cannot be final as they are never overridden by other classes in .../src/Application/Application.php on line 19

Fixes #36

In order to fix PHP Warning:  Private methods cannot be final as they are never overridden by other classes in .../src/Application/Application.php on line 19
@nekudo nekudo merged commit 3a1cecc into bloatless:master Nov 8, 2021
@mattvb91
Copy link

@nekudo any chance getting this tagged as a release?

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.

PHP Warning: Private methods cannot be final as they are never overridden by other classes
3 participants