braintree_php
braintree_php copied to clipboard
Fix namespace in docblock
Summary
The Error class wasn't namespaced properly everywhere. The few
classes in this MR were referencing a non-existing class
(Braintree\Error
).
This MR aims to fix the namespace so static analysis tools do not fail while looking for the non-existing class.
Issue #314
Checklist
- [x] Added changelog entry
- [x] Ran unit tests (Check the README for instructions)
- [x] I understand that unless this is a Draft PR or has a DO NOT MERGE label, this PR is considered to be in a deploy ready state and can be deployed if merged to main
Hi @braintreeps
Can you give this PR a review whenever possible? Thank you :)
Hey folks, we'll take a look and provide feedback.
For braintree folks, ticket 2046