dmitry-kulikov/yii2-braintree

View on GitHub

Showing 265 of 271 total issues

Possibly zero references to class \tuyakhov\braintree\BraintreeAsset
Open

class BraintreeAsset extends AssetBundle
Severity: Minor
Found in src/BraintreeAsset.php by phan

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Return type of cancelSubscription() is undeclared type \Braintree\Result\Error (Did you mean class \Error)
Open

    public function cancelSubscription(string $subscriptionId)
Severity: Minor
Found in src/Braintree.php by phan

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

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

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

        $retryResult = Subscription::retryCharge($subscriptionId, $amount);
Severity: Critical
Found in src/Braintree.php by phan

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

    public function updateSubscription(string $subscriptionId, array $params): array
Severity: Minor
Found in src/BraintreeForm.php by phan

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

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

Return type of getAllPlans() is undeclared type \Braintree\Plan[]
Open

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

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

    public function createSubscription(array $params = []): array
Severity: Minor
Found in src/BraintreeForm.php by phan

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

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

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

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

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

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

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

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

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

    public $shipping_region;
Severity: Minor
Found in src/BraintreeForm.php by phan
Severity
Category
Status
Source
Language