dmitry-kulikov/yii2-braintree

View on GitHub
src/ActiveForm.php

Summary

Maintainability
A
0 mins
Test Coverage

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

class ActiveForm extends \yii\bootstrap\ActiveForm
Severity: Minor
Found in src/ActiveForm.php by phan

Reference to undeclared property \tuyakhov\braintree\ActiveForm->fieldClass
Open

        $this->fieldClass = ActiveField::class;
Severity: Minor
Found in src/ActiveForm.php by phan

Reference to undeclared class \yii\bootstrap\ActiveForm (Did you mean class \tuyakhov\braintree\ActiveForm)
Open

        parent::init();
Severity: Critical
Found in src/ActiveForm.php by phan

Class extends undeclared class \yii\bootstrap\ActiveForm (Did you mean class \tuyakhov\braintree\ActiveForm)
Open

class ActiveForm extends \yii\bootstrap\ActiveForm
Severity: Critical
Found in src/ActiveForm.php by phan

Call to undeclared method \tuyakhov\braintree\ActiveForm::getView
Open

        BraintreeAsset::register($this->getView());
Severity: Critical
Found in src/ActiveForm.php by phan

Possibly zero references to public method \tuyakhov\braintree\ActiveForm::init()
Open

    public function init()
Severity: Minor
Found in src/ActiveForm.php by phan

Static call to undeclared method \tuyakhov\braintree\BraintreeAsset::register
Open

        BraintreeAsset::register($this->getView());
Severity: Critical
Found in src/ActiveForm.php by phan

There are no issues that match your filters.

Category
Status