Showing 1,241 of 1,241 total issues
Reference to undeclared property \EscolaLms\Consultations\EscolaLmsConsultationsServiceProvider->app
Open
Open
$this->app->register(ModelFieldsServiceProvider::class);
- Exclude checks
Return type of rejectTerm()
is undeclared type \Illuminate\Http\JsonResponse
Open
Open
public function rejectTerm(ConsultationUserTermRequest $request, int $consultationTermId): JsonResponse;
- Exclude checks
Call to undeclared function \auth()
Open
Open
$user = auth()->user();
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('consultation_proposed_terms');
- Exclude checks
Call to method id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- Exclude checks
Call to method id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- Exclude checks
Call to method timestamps
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->timestamps();
- Exclude checks
Call to method unique
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->unique(['user_id', 'consultation_id'], 'consultation_user_unique');
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultation_terms', function (Blueprint $table) {
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class ChangeColumnsInConsultationuserTable extends Migration
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn(['executed_at', 'executed_status']);
- 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 dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn('max_session_students');
- Exclude checks
Call to method create
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::create('consultation_teachers', function (Blueprint $table) {
- Exclude checks
Call to method findOrCreate
from undeclared class \Spatie\Permission\Models\Permission
Open
Open
Permission::findOrCreate(ConsultationsPermissionsEnum::CONSULTATION_LIST_OWN, 'api');
- Exclude checks
Reference to undeclared property \EscolaLms\Consultations\EscolaLmsConsultationsServiceProvider->app
Open
Open
$this->app->register(AuthServiceProvider::class);
- Exclude checks
Reference to constant class
from undeclared class \EscolaLms\Categories\EscolaLmsCategoriesServiceProvider
Open
Open
$this->app->register(EscolaLmsCategoriesServiceProvider::class);
- Exclude checks
Return type of generateJitsi()
is undeclared type \Illuminate\Http\JsonResponse
Open
Open
public function generateJitsi(ConsultationUserTermRequest $request, int $consultationTermId): JsonResponse;
- Exclude checks
Call to method __construct
from undeclared class \EscolaLms\Consultations\Rules\UserTermExist
Open
Open
'term' => ['required', 'date', new UserTermExist(request('consultationTermId') ? (int) request('consultationTermId') : null)],
- Exclude checks
Class extends undeclared class \Illuminate\Foundation\Http\FormRequest
Open
Open
abstract class ConsultationRequest extends FormRequest
- Exclude checks