braintree_php icon indicating copy to clipboard operation
braintree_php copied to clipboard

Fix namespace in docblock

Open Meyfarth opened this issue 2 years ago • 2 comments

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

Meyfarth avatar Mar 03 '22 12:03 Meyfarth

Hi @braintreeps

Can you give this PR a review whenever possible? Thank you :)

agustingomes avatar Mar 15 '22 11:03 agustingomes

Hey folks, we'll take a look and provide feedback.

For braintree folks, ticket 2046

hollabaq86 avatar Oct 26 '22 20:10 hollabaq86