Showing 636 of 636 total issues
Call to method rename
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::rename('webinar_authors', 'webinar_trainers');
- Exclude checks
Call to method renameColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->renameColumn('author_id', 'trainer_id');
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn('reminder_status');
- Exclude checks
Call to undeclared method \EscolaLms\Webinar\EscolaLmsWebinarServiceProvider::loadMigrationsFrom
Open
Open
$this->loadMigrationsFrom(__DIR__ . '/../database/migrations');
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private string $status;
- Exclude checks
syntax error, unexpected 'WebinarServiceContract' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private WebinarServiceContract $webinarServiceContract;
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Http\Resources\TrainerResource->resource
Open
Open
'last_name' => $this->resource->last_name,
- Exclude checks
Static call to undeclared method \EscolaLms\Webinar\Http\Resources\TrainerInterestResource::collection
Open
Open
'interests' => TrainerInterestResource::collection($this->resource->interests),
- Exclude checks
Call to method new
from undeclared class \EscolaLms\Webinar\Tests\Database\Factories\UserFactory
Open
Open
return UserFactory::new();
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Models\Webinar->attributes
Open
Open
if ($this->attributes['image_path'] ?? null) {
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Database\Factories\WebinarFactory->faker
Open
Open
'status' => $this->faker->randomElement(WebinarStatusEnum::getValues()),
- Exclude checks
Call to method dateTime
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dateTime('active_from')->nullable();
- Exclude checks
Call to method dateTime
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dateTime('active_to')->nullable();
- Exclude checks
Call to method dropForeign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropForeign('webinars_author_id_foreign');
- 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
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('yt_stream_url', 255)->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 dropForeign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropForeign('webinar_authors_webinar_id_foreign');
- Exclude checks
Call to method dropForeign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropForeign('webinar_trainers_trainer_id_foreign');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddColumnYtAutoStartStatusInWebinarsTable extends Migration
- Exclude checks