Showing 265 of 271 total issues
Class extends undeclared class \yii\base\Model
Open
Open
class BraintreeForm extends Model
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->customer_company
Open
Open
public $customer_company;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->customer_phone
Open
Open
public $customer_phone;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_company
Open
Open
public $billing_company;
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::send()
Open
Open
public function send()
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::deletePaymentMethod()
Open
Open
public function deletePaymentMethod($paymentMethodToken): array
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::getPlanIds()
Open
Open
public static function getPlanIds(bool $allowCaching = true): array
- Exclude checks
Call to method submitForSettlement
from undeclared class \Braintree\Transaction
Open
Open
$result = Transaction::submitForSettlement($retryResult->transaction->id);
- Exclude checks
Possibly zero write references to public property \tuyakhov\braintree\BraintreeForm->planId
Open
Open
public $planId;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_region
Open
Open
public $billing_region;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_countryCodeAlpha2
Open
Open
public $billing_countryCodeAlpha2;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_streetAddress
Open
Open
public $shipping_streetAddress;
- Exclude checks
Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::getAllPlans()
Open
Open
public static function getAllPlans(bool $allowCaching = true): array
- Exclude checks
Return type of getPlanById()
is undeclared type ?\Braintree\Plan
Open
Open
public static function getPlanById(string $planId, bool $allowCaching = true): ?Plan
- Exclude checks
Call to method search
from undeclared class \Braintree\Transaction
Open
Open
return Transaction::search($params);
- Exclude checks
Call to method cancel
from undeclared class \Braintree\Subscription
Open
Open
return Subscription::cancel($subscriptionId);
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_streetAddress
Open
Open
public $billing_streetAddress;
- Exclude checks
Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_extendedAddress
Open
Open
public $shipping_extendedAddress;
- Exclude checks
Call to undeclared method \tuyakhov\braintree\BraintreeForm::getScenario
Open
Open
$scenario = $this->getScenario();
- Exclude checks
Return type of getPlanById()
is undeclared type \Braintree\Plan
Open
Open
public static function getPlanById(string $planId, bool $allowCaching = true): ?Plan
- Exclude checks