dmitry-kulikov/yii2-braintree

View on GitHub

Showing 265 of 271 total issues

Class extends undeclared class \yii\base\Model
Open

class BraintreeForm extends Model
Severity: Critical
Found in src/BraintreeForm.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->customer_company
Open

    public $customer_company;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->customer_phone
Open

    public $customer_phone;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_company
Open

    public $billing_company;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::send()
Open

    public function send()
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::deletePaymentMethod()
Open

    public function deletePaymentMethod($paymentMethodToken): array
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::getPlanIds()
Open

    public static function getPlanIds(bool $allowCaching = true): array
Severity: Minor
Found in src/BraintreeForm.php by phan

Call to method submitForSettlement from undeclared class \Braintree\Transaction
Open

            $result = Transaction::submitForSettlement($retryResult->transaction->id);
Severity: Critical
Found in src/Braintree.php by phan

Possibly zero write references to public property \tuyakhov\braintree\BraintreeForm->planId
Open

    public $planId;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_region
Open

    public $billing_region;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_countryCodeAlpha2
Open

    public $billing_countryCodeAlpha2;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_streetAddress
Open

    public $shipping_streetAddress;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public method \tuyakhov\braintree\BraintreeForm::getAllPlans()
Open

    public static function getAllPlans(bool $allowCaching = true): array
Severity: Minor
Found in src/BraintreeForm.php by phan

Return type of getPlanById() is undeclared type ?\Braintree\Plan
Open

    public static function getPlanById(string $planId, bool $allowCaching = true): ?Plan
Severity: Minor
Found in src/BraintreeForm.php by phan

Call to method search from undeclared class \Braintree\Transaction
Open

        return Transaction::search($params);
Severity: Critical
Found in src/Braintree.php by phan

Call to method cancel from undeclared class \Braintree\Subscription
Open

        return Subscription::cancel($subscriptionId);
Severity: Critical
Found in src/Braintree.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->billing_streetAddress
Open

    public $billing_streetAddress;
Severity: Minor
Found in src/BraintreeForm.php by phan

Possibly zero references to public property \tuyakhov\braintree\BraintreeForm->shipping_extendedAddress
Open

    public $shipping_extendedAddress;
Severity: Minor
Found in src/BraintreeForm.php by phan

Call to undeclared method \tuyakhov\braintree\BraintreeForm::getScenario
Open

        $scenario = $this->getScenario();
Severity: Critical
Found in src/BraintreeForm.php by phan

Return type of getPlanById() is undeclared type \Braintree\Plan
Open

    public static function getPlanById(string $planId, bool $allowCaching = true): ?Plan
Severity: Minor
Found in src/BraintreeForm.php by phan
Severity
Category
Status
Source
Language