Showing 1,241 of 1,241 total issues
Class extends undeclared class \EscolaLms\Consultations\Events\ConsultationTerm
Open
Open
class ChangeTerm extends ConsultationTerm
- Exclude checks
Class extends undeclared class \EscolaLms\Consultations\Events\ConsultationTerm
Open
Open
class RejectTerm extends ConsultationTerm
- Exclude checks
syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private string $status;
- Exclude checks
Class extends undeclared class \EscolaLms\Consultations\Events\ConsultationTerm
Open
Open
class ReportTerm extends ConsultationTerm
- Exclude checks
Call to undeclared function \__()
Open
Open
$message = $message ?: __('Term is not changed');
- Exclude checks
Return type of show()
is undeclared type \Illuminate\Http\JsonResponse
Open
Open
public function show(ShowConsultationRequest $showConsultationRequest, int $id): JsonResponse;
- Exclude checks
Static call to undeclared method \EscolaLms\Consultations\Models\Consultation::find
Open
Open
$consultation = Consultation::find($id ?? $this->getRouteIdParameter());
- Exclude checks
Class extends undeclared class \Illuminate\Foundation\Http\FormRequest
Open
Open
class ConsultationScreenSaveRequest extends FormRequest
- Exclude checks
Call to method in
from undeclared class \Illuminate\Validation\Rule
Open
Open
'status' => ['string', Rule::in(ConsultationTermStatusEnum::getValues())],
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('consultation_id')->on('consultations')->references('id')->cascadeOnDelete();
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('consultation_id')->unsigned()->nullable();
- Exclude checks
Call to method foreign
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->foreign('consultation_id')->on('consultations')->references('id')->nullOnDelete();
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddSenderStatusInConsultationUserTable extends Migration
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultation_user', function (Blueprint $table) {
- Exclude checks
Call to method connection
from undeclared class \DB
Open
Open
if (DB::connection() instanceof MySqlConnection) {
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
syntax error, unexpected 'int' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
public int $consultation_user_id;
- Exclude checks
Return type of model()
is undeclared type \Illuminate\Database\Eloquent\Model
Open
Open
public function model(): Model;
- Exclude checks
Call to undeclared method \EscolaLms\Consultations\EscolaLmsConsultationsServiceProvider::loadRoutesFrom
Open
Open
$this->loadRoutesFrom(__DIR__ . '/routes.php');
- Exclude checks