Showing 636 of 636 total issues
Space before opening parenthesis of function call prohibited Open
Open
$query->orWhereHas('trainers', fn ($query) =>
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
];
- Exclude checks
Class extends undeclared class \Illuminate\Database\Eloquent\Factories\Factory
Open
Open
class WebinarFactory extends Factory
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Database\Factories\WebinarFactory->faker
Open
Open
'yt_url' => $this->faker->url,
- Exclude checks
Call to method id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class ChangeNameColumnsInWebinarAuthorsTable extends Migration
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinar_trainers', function (Blueprint $table) {
- Exclude checks
Call to method renameColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->renameColumn('trainer_id', 'author_id');
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('webinars', function (Blueprint $table) {
- Exclude checks
syntax error, unexpected '$webinar' (T_VARIABLE), expecting ',' or ')'
Open
Open
->each(fn (Webinar $webinar) =>
- Exclude checks
Reference to undeclared property \EscolaLms\Webinar\Database\Factories\WebinarFactory->faker
Open
Open
'yt_stream_url' => $this->faker->url,
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('status')->default(WebinarStatusEnum::DRAFT);
- Exclude checks
Call to method unsignedBigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->unsignedBigInteger('webinar_id');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddMissingColumnsToWebinarsTable extends Migration
- Exclude checks
Call to method rename
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::rename('webinar_trainers', 'webinar_authors');
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('webinar_authors', function (Blueprint $table) {
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
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('base_price');
- Exclude checks