EscolaLMS/Consultations

View on GitHub

Showing 1,011 of 1,011 total issues

Call to method unique from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->unique(['user_id', 'consultation_id'], 'consultation_user_unique');

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('consultations', function (Blueprint $table) {

Call to method routes from undeclared class \Laravel\Passport\Passport
Open

            Passport::routes();
Severity: Critical
Found in src/AuthServiceProvider.php by phan

Reference to undeclared property \EscolaLms\Consultations\Database\Factories\ConsultationFactory->faker
Open

            'status' => $this->faker->randomElement(ConsultationStatusEnum::getValues()),

Call to method string from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->string('status')->default(ConsultationStatusEnum::DRAFT);

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::create('consultations_participants', function (Blueprint $table) {

Call to method text from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->text('calendar_url')->nullable();

Call to method hasColumns from undeclared class \Illuminate\Support\Facades\Schema
Open

            Schema::hasColumns('orders', ['executed_at', 'executed_status'])

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

            Schema::table('orders', function (Blueprint $table) {

Call to method dropColumn from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->dropColumn('duration');

Call to method dropColumn from undeclared class \Illuminate\Database\Schema\Blueprint
Open

                $table->dropColumn(['executed_at', 'executed_status']);

Call to method table from undeclared class \Illuminate\Support\Facades\Schema
Open

            Schema::table('orders', function (Blueprint $table) {

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::create('consultation_proposed_terms', function (Blueprint $table) {

Call to method bigInteger from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->bigInteger('consultation_id')->unsigned();

Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open

class AddColumnImagePathForConsultationsTable extends Migration

Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open

class CreateConsultationCategoryTable extends Migration

Call to method timestamps from undeclared class \Illuminate\Database\Schema\Blueprint
Open

            $table->timestamps();

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('category_consultation', function (Blueprint $table) {

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('consultations', function (Blueprint $table) {

Parameter $table has undeclared type \Illuminate\Database\Schema\Blueprint
Open

        Schema::table('consultation_user', function (Blueprint $table) {
Severity
Category
Status
Source
Language