poisa/Settings

View on GitHub

Showing 88 of 88 total issues

Call to undeclared function \config()
Open

        foreach (config('settings.serializers') as $serializable) {
Severity: Critical
Found in src/Serializers/SerializerFactory.php by phan

Call to undeclared function \config()
Open

            if (config('settings.exception_if_key_not_found')) {
Severity: Critical
Found in src/Settings.php by phan

Call to undeclared method \Poisa\Settings\SettingsServiceProvider::loadMigrationsFrom
Open

            $this->loadMigrationsFrom($migrationPath);
Severity: Critical
Found in src/SettingsServiceProvider.php by phan

Call to method string from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->string('type_alias');

Call to method after from undeclared class \Illuminate\Support\Str
Open

        $scalarType = Str::after($className, 'Scalar');
Severity: Critical
Found in src/Serializers/BaseScalarType.php by phan

Call to undeclared function \event()
Open

            event(new SettingCreated($key, $value, $connection));
Severity: Critical
Found in src/Settings.php by phan

Call to undeclared function \config()
Open

        $model->setTable(config('settings.table_name'));
Severity: Critical
Found in src/Settings.php by phan

Reference to undeclared property \Poisa\Settings\SettingsServiceProvider->app
Open

        if ($this->app->runningInConsole()) {
Severity: Minor
Found in src/SettingsServiceProvider.php by phan
Severity
Category
Status
Source
Language