Port 6.x changes (graphql upload support and composer suggestion)#270
Port 6.x changes (graphql upload support and composer suggestion)#270homersimpsons wants to merge 6 commits intomasterfrom
Conversation
|
Well, phpstan does not seem happy anymore:
But |
|
Phpstan doesn't know anything about the result - there is no installed dependency and no any version restrictions. You can use get_debug_type instead. What I'm thinking about - why should we stick with cherry-pick instead of merge? Merge will help to know that there are no missed commits in the history between old and new branches. |
Oh in fact it does not know the dependency... I switched to
Okay I will do a merge then:
|
# Conflicts: # composer.json # src/Controller/GraphQLiteController.php
ced215a to
70a89f8
Compare
|
Superseded by #273 as it seems I cannot change the source branch here. |
This merges the following commits:
In the merge commit (conflicts) I moved the
UploadMiddlewareUtils/directory tosrc/and I usedget_debug_typeinstead ofget_class