Showing 265 of 271 total issues
Possibly zero references to class \tuyakhov\braintree\BraintreeAsset
Open
Open
class BraintreeAsset extends AssetBundle
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->creditCard_cardholderName
Open
Open
public $creditCard_cardholderName;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_postalCode
Open
Open
public $shipping_postalCode;
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::attributeLabels()
Open
Open
public function attributeLabels(): array
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::customer()
Open
Open
public function customer()
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::creditCard()
Open
Open
public function creditCard()
- Exclude checks
Call to method find
from undeclared class \Braintree\Subscription
Open
Open
return Subscription::find($subscriptionId);
- Exclude checks
Call to method update
from undeclared class \Braintree\Subscription
Open
Open
return Subscription::update($subscriptionId, $params);
- Exclude checks
Return type of cancelSubscription()
is undeclared type \Braintree\Result\Error
(Did you mean class \Error) Open
Open
public function cancelSubscription(string $subscriptionId)
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->creditCard_cvv
Open
Open
public $creditCard_cvv;
- Exclude checks
Call to method retryCharge
from undeclared class \Braintree\Subscription
Open
Open
$retryResult = Subscription::retryCharge($subscriptionId, $amount);
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::updateSubscription()
Open
Open
public function updateSubscription(string $subscriptionId, array $params): array
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_countryCodeAlpha2
Open
Open
public $shipping_countryCodeAlpha2;
- Exclude checks
Return type of getAllPlans()
is undeclared type \Braintree\Plan[]
Open
Open
public static function getAllPlans(bool $allowCaching = true): array
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::createSubscription()
Open
Open
public function createSubscription(array $params = []): array
- Exclude checks
Call to method search
from undeclared class \Braintree\Subscription
Open
Open
return Subscription::search($params);
- Exclude checks
Call to method create
from undeclared class \Braintree\Subscription
Open
Open
return Subscription::create($params);
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->creditCard_expirationMonth
Open
Open
public $creditCard_expirationMonth;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_firstName
Open
Open
public $shipping_firstName;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_region
Open
Open
public $shipping_region;
- Exclude checks