braintree / braintree_php

Braintree PHP library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
547 stars 224 forks source link

Fix namespace in docblock #313

Open Meyfarth opened 2 years ago

Meyfarth commented 2 years ago

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

agustingomes commented 2 years ago

Hi @braintreeps

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

hollabaq86 commented 1 year ago

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

For braintree folks, ticket 2046