Showing 636 of 636 total issues
Class extends undeclared class \Illuminate\Support\ServiceProvider
Open
Open
class EscolaLmsWebinarServiceProvider extends ServiceProvider
- Exclude checks
Property \EscolaLms\Webinar\Models\Webinar->active_to
has undeclared type ?\Illuminate\Support\Carbon
Open
Open
* @property ?Carbon $active_to
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\EscolaLmsWebinarServiceProvider->app
Open
Open
$this->app->register(EscolaLmsYoutubeServiceProvider::class);
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Models\Webinar->attributes
Open
Open
$path = trim(trim($this->attributes['image_path'], '/'));
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\TrainerInterestResource->resource
Open
Open
'icon' => $this->resource->icon ? Storage::url($this->resource->icon) : null,
- Exclude checks
Call to undeclared function \url()
Open
Open
url($imagePath);
- Exclude checks
Possibly zero references to use statement for classlike/namespace User
(\EscolaLms\Auth\Models\User)
Open
Open
use EscolaLms\Auth\Models\User;
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\TrainerResource->resource
Open
Open
['categories' => $this->resource->categories],
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('author_id')->references('id')->on('users')->onDelete('SET NULL');
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private string $status;
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Return type of trainers()
is undeclared type \Illuminate\Database\Eloquent\Relations\BelongsToMany
Open
Open
public function trainers(): BelongsToMany
- Exclude checks
Return type of tags()
is undeclared type \Illuminate\Database\Eloquent\Relations\MorphMany
Open
Open
public function tags(): MorphMany
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Call to undeclared function \app()
Open
Open
$webinarServiceContract = app(WebinarServiceContract::class);
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Call to method text
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->text('short_desc')->nullable();
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn('logotype_path');
- Exclude checks
Call to method boolean
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->boolean('yt_autostart_status')->default(false)->nullable();
- Exclude checks