Showing 1,241 of 1,241 total issues
Reference to undeclared property \EscolaLms\Consultations\Database\Factories\ConsultationUserFactory->faker
Open
Open
'executed_status' => $this->faker->randomElement(ConsultationTermStatusEnum::getValues()),
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('name', 255);
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('consultation_id')->unsigned()->index();
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('duration')->nullable();
- Exclude checks
Call to method renameColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->renameColumn('started_at', 'active_from');
- Exclude checks
Call to method renameColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->renameColumn('finished_at', 'active_to');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Eloquent\Factories\Factory
Open
Open
class ConsultationUserTermFactory extends Factory
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class CreateConsultationsTable extends Migration
- 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('executed_status')->nullable();
- Exclude checks
Call to method dateTime
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dateTime('executed_at')->nullable();
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('consultation_terms');
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to undeclared function \now()
Open
Open
$now = now()->modify('+2 hours');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class CreateConsultationsParticipantsTable extends Migration
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('user_id')->unsigned()->nullable();
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::create('consultation_terms', function (Blueprint $table) {
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('executed_status')->nullable();
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('order_item_id')->on('order_items')->references('id')->cascadeOnDelete();
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('status')->default(null)->nullable();
- Exclude checks