-
Notifications
You must be signed in to change notification settings - Fork 54
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
Fixed CI #82
Fixed CI #82
Conversation
@enumag Is it ok this way? |
Fine by me. @Vboss WDYT? Anything else before we can make a new release? |
@foxycode Other SF4 tests are passing. I'm guessing these are builds against dev symfony, which means 4.3 in this case. Since 4.3 will be released soon, I think we need to have this fixed. |
@enumag I don't know why it is failing and I believe it's not related to my changes. You can probably merge this. |
Failing tests are related to changes in events in symfony 4.3-dev, more here Kdyby/Events#120 (comment) |
Anyway PR is ok we can make release. |
Ah so the BC break will be solved in Kdyby/Events and doesn't directly affect Kdyby/Console? In that case we can make the new release. |
It was little bit harder than I expected. I needed to add
strict_types
and return type hints. Not all checks could be fixed, I can't add return type hints where parent class don't have them for example. Hope it is ok this way.