-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Require PHP 7.1 #119
Require PHP 7.1 #119
Conversation
These methods are void and shouldn't return anything.
@lcobucci how about |
@malukenho I like the idea but I rather add it on the major release (along with the type-hints everywhere)... |
Strict types can indeed only be added later in a major version. Checking just the current diff, some upcasts may happen for asc/desc ordering, and that means that it would crash hard on people not strictly passing strings to the API. |
7.1 is required since doctrine#119, but composer was not updated.
FYI: See #125 for strict types, etc. 😎 |
Related to doctrine/orm#6425