-
Notifications
You must be signed in to change notification settings - Fork 432
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
Drop php-cs-fixer and setup phpcs #423
Conversation
545caf6
to
d4d2c45
Compare
c573407
to
c09bbc6
Compare
Now it is OK. Is it necessary to reference |
Would it make sense to switch to
Is it causing any issue? Because it sure is more convenient for contributors to use what's provided by the project, especially if they have to ues a specific version to satisfy the build. |
Let's see what it causes! |
fb20c45
to
64349bf
Compare
64349bf
to
5b16f32
Compare
Ok i got it how it works. Failing, no surprise. |
Applying some of these rules will be a breaking change, and you should probably ignore them, like we did in |
5b16f32
to
33047bd
Compare
Most of the errors are phpdoc related errors (missing type hint). Nothing deadly serious. If you like it, I can fix the errors and we can make this PR a code sniffer migration. |
Ah yes, fixing the errors with phpdoc is indeed a backwards-compatible solution, please do work on fixing the errors 👍 |
cb0da36
to
33f0195
Compare
…int.MissingAnyTypeHint
…int.MissingTraversableTypeHintSpecification
…lareStrictTypes.DeclareStrictTypesMissing" This reverts commit 0308030.
…rbiddenAnnotations.AnnotationForbidden"
d5809f9
to
8cb11a5
Compare
Thank you for merging it! Also, congratulations on the release of the ORM and DBAL! |
No description provided.