-
Notifications
You must be signed in to change notification settings - Fork 20
Upgrade dependencies to prepare 5.0.0 release #60
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
Upgrade dependencies to prepare 5.0.0 release #60
Conversation
This seems to be also done in #59 |
if (! empty($code)) { | ||
$extensions['code'] = $code; | ||
} | ||
|
||
$propertyPath = $this->violation->getPropertyPath(); | ||
if ($propertyPath !== null) { | ||
if (! empty($propertyPath)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess I was too quick in my PR with fixing the unit tests like this: https://github.com/thecodingmachine/graphqlite-symfony-validator-bridge/pull/59/files#diff-02c6aa7ec0feccd57d011c4811afe16fab28e8c1e7e517028100a96fd7a4d3f5R18-R21
This makes more sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsavina I think you need to update the "master" alias in composer.json (just like @devmaslov did in #59 ) |
- Disable "mixed" type hint for backward compatibility
…fony\Contracts\Translation\TranslatorInterface')
- Remove unused imports - Class 'GraphQL\Error\Debug' externally renamed to 'DebugFlag'
ed6d45b
to
d0aa86f
Compare
Thanks for the review! @devmaslov, I'm so sorry, I hadn't seen you also created a Merge Request on this matter, I didn't mean to be rude. @moufmouf, I just updated the branch alias to I also took the liberty to rename all occurrences of |
@dsavina It's ok 🙂 |
Merged, thanks! |
No description provided.