Showing 1,241 of 1,241 total issues
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultation_user', function (Blueprint $table) {
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('teacher_id')->references('id')->on('users')->onDelete('CASCADE');
- Exclude checks
Reference to undeclared property \EscolaLms\Consultations\Database\Factories\ConsultationProposedTermFactory->faker
Open
Open
'proposed_at' => $this->faker->dateTimeBetween($consultation->active_from, $consultation->active_to),
- Exclude checks
Static call to undeclared method \EscolaLms\Consultations\Enum\ConsultationTermStatusEnum::getValues
Open
Open
'executed_status' => $this->faker->randomElement(ConsultationTermStatusEnum::getValues()),
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddMissingsColumnToConsultationsTable extends Migration
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn('duration');
- Exclude checks
Call to method timestamps
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->timestamps();
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::create('consultation_proposed_terms', function (Blueprint $table) {
- Exclude checks
Call to method dateTime
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dateTime('proposed_at');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddTableRelationsUsersConsultations extends Migration
- Exclude checks
Call to method timestamps
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->timestamps();
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('consultation_id')->references('id')->on('consultations')->onDelete('CASCADE');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
return new class extends Migration
- Exclude checks
Reference to constant ADMIN
from undeclared class \EscolaLms\Core\Enums\UserRole
Open
Open
$admin = Role::findOrCreate(UserRole::ADMIN, 'api');
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('status')->default(null)->nullable();
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('orders', function (Blueprint $table) {
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method hasColumns
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::hasColumns('orders', ['executed_at', 'executed_status'])
- Exclude checks
Call to method id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- Exclude checks