EscolaLMS/Webinar

View on GitHub

Showing 636 of 636 total issues

Call to undeclared method \EscolaLms\Webinar\EscolaLmsWebinarServiceProvider::loadTranslationsFrom
Open

        $this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'webinar');
Severity: Critical
Found in src/EscolaLmsWebinarServiceProvider.php by phan

Reference to constant class from undeclared class \EscolaLms\Youtube\EscolaLmsYoutubeServiceProvider
Open

        $this->app->register(EscolaLmsYoutubeServiceProvider::class);
Severity: Critical
Found in src/EscolaLmsWebinarServiceProvider.php by phan

Class extends undeclared class \EscolaLms\Webinar\Events\Webinar (Did you mean class \EscolaLms\Webinar\Models\Webinar)
Open

class WebinarUserUnassigned extends Webinar
Severity: Critical
Found in src/Events/WebinarUserUnassigned.php by phan

Return type of store() is undeclared type \Illuminate\Http\JsonResponse
Open

    public function store(StoreWebinarRequest $storeWebinarRequest): JsonResponse;

Call to method in from undeclared class \Illuminate\Validation\Rule
Open

            'status' => ['required', 'string', Rule::in(WebinarStatusEnum::getValues())],
Severity: Critical
Found in src/Http/Requests/StoreWebinarRequest.php by phan

Class extends undeclared class \Illuminate\Foundation\Http\FormRequest
Open

class WebinarAssignableUserListRequest extends FormRequest

Class extends undeclared class \Illuminate\Foundation\Http\FormRequest
Open

class BaseWebinarRequest extends FormRequest
Severity: Critical
Found in src/Http/Requests/BaseWebinarRequest.php by phan

Class extends undeclared class \Illuminate\Http\Resources\Json\JsonResource
Open

class WebinarSimpleResource extends JsonResource

Reference to undeclared property \EscolaLms\Webinar\Http\Resources\WebinarSimpleResource->resource
Open

            'active_to' => Carbon::make($this->resource->active_to),

Reference to undeclared property \EscolaLms\Webinar\Http\Resources\TrainerInterestResource->resource
Open

            'name' => $this->resource->name,

Reference to undeclared property \EscolaLms\Webinar\Http\Resources\WebinarSimpleResource->resource
Open

            'image_url' => $this->resource->image_url,

Reference to undeclared property \EscolaLms\Webinar\Http\Resources\TrainerInterestResource->resource
Open

            'is_active' => $this->resource->is_active,

Call to undeclared function \url()
Open

                    url($logotype);
Severity: Critical
Found in src/Models/Webinar.php by phan

Reference to undeclared property \EscolaLms\Webinar\Models\Webinar->attributes
Open

                $logotype = Storage::url(trim($this->attributes['logotype_path'], '/'));
Severity: Minor
Found in src/Models/Webinar.php by phan

Reference to undeclared property \EscolaLms\Webinar\AuthServiceProvider->app
Open

        if (!$this->app->routesAreCached() && method_exists(Passport::class, 'routes')) {
Severity: Minor
Found in src/AuthServiceProvider.php by phan

Call to undeclared method \EscolaLms\Webinar\EscolaLmsWebinarServiceProvider::loadRoutesFrom
Open

        $this->loadRoutesFrom(__DIR__ . '/routes.php');
Severity: Critical
Found in src/EscolaLmsWebinarServiceProvider.php by phan

syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open

    private string $status;
Severity: Critical
Found in src/Events/ReminderAboutTerm.php by phan

Class extends undeclared class \EscolaLms\Webinar\Events\Webinar (Did you mean class \EscolaLms\Webinar\Models\Webinar)
Open

class WebinarTrainerUnassigned extends Webinar
Severity: Critical
Found in src/Events/WebinarTrainerUnassigned.php by phan

Class extends undeclared class \EscolaLms\Webinar\Events\Webinar (Did you mean class \EscolaLms\Webinar\Models\Webinar)
Open

class WebinarUserAssigned extends Webinar
Severity: Critical
Found in src/Events/WebinarUserAssigned.php by phan

Call to method allows from undeclared class \Illuminate\Support\Facades\Gate
Open

        return Gate::allows('read', $this->getWebinar());
Severity: Critical
Found in src/Http/Requests/ShowWebinarRequest.php by phan
Severity
Category
Status
Source
Language