Showing 1,241 of 1,241 total issues
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddConsultationIdColumnForConsultationTermsTable extends Migration
- Exclude checks
Reference to undeclared property \EscolaLms\Consultations\Http\Resources\ConsultationUserResource->resource
Open
Open
'deleted_at' => $this->resource->deletedAt,
- Exclude checks
Call to method statement
from undeclared class \DB
Open
Open
DB::statement('ALTER TABLE `consultation_user` DROP INDEX `consultation_user_unique`, ADD INDEX (user_id, consultation_id)');
- 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('product_id');
- Exclude checks
Reference to undeclared property \EscolaLms\Consultations\Http\Resources\ConsultationUserTermsResource->resource
Open
Open
'consultation_term_id' => $this->resource->consultation_user_id,
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Static call to undeclared method \EscolaLms\Consultations\Http\Resources\ConsultationUserTermsResource::apply
Open
Open
return self::apply($fields, $this);
- Exclude checks
Call to method dateTime
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dateTime('executed_at')->nullable();
- Exclude checks
Static call to undeclared method \EscolaLms\Consultations\Models\ConsultationUserPivot::query
Open
Open
ConsultationUserPivot::query()->whereNotNull('executed_at')->chunk(100, function ($consultationUsers) {
- Exclude checks
syntax error, unexpected 'ConsultationServiceContract' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private ConsultationServiceContract $consultationServiceContract;
- Exclude checks
Class extends undeclared class \Illuminate\Foundation\Support\Providers\AuthServiceProvider
(Did you mean class \EscolaLms\Consultations\AuthServiceProvider) Open
Open
class AuthServiceProvider extends ServiceProvider
- Exclude checks
Return type of author()
is undeclared type \Illuminate\Database\Eloquent\Relations\BelongsTo
Open
Open
public function author(): BelongsTo
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private string $name;
- Exclude checks
Class uses undeclared trait \Illuminate\Database\Eloquent\Factories\HasFactory
Open
Open
class ConsultationUserTerm extends Model
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
protected string $term;
- Exclude checks
Reference to constant class
from undeclared class \EscolaLms\Auth\EscolaLmsAuthServiceProvider
Open
Open
$this->app->register(EscolaLmsAuthServiceProvider::class);
- Exclude checks
Call to undeclared function \response()
Open
Open
return response()->json([
- Exclude checks
Return type of approveTerm()
is undeclared type \Illuminate\Http\JsonResponse
Open
Open
public function approveTerm(ConsultationUserTermRequest $request, int $consultationTermId): JsonResponse;
- Exclude checks
Return type of screenSave()
is undeclared type \Illuminate\Http\JsonResponse
Open
Open
public function screenSave(ConsultationScreenSaveRequest $request): JsonResponse;
- Exclude checks