Showing 1,241 of 1,241 total issues
syntax error, unexpected 'ConsultationServiceContract' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private ConsultationServiceContract $consultationServiceContract;
- Exclude checks
Return type of store()
is undeclared type \Illuminate\Http\JsonResponse
Open
Open
public function store(StoreConsultationRequest $storeConsultationRequest): JsonResponse;
- Exclude checks
Possibly zero references to use statement for classlike/namespace Consultation
(\EscolaLms\Consultations\Models\Consultation)
Open
Open
use EscolaLms\Consultations\Models\Consultation;
- Exclude checks
Call to method id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultations', function (Blueprint $table) {
- Exclude checks
Call to method text
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->text('short_desc')->nullable();
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('consultation_user');
- Exclude checks
Call to method string
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->string('executed_status')->nullable();
- 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 id
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->id();
- 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 findOrCreate
from undeclared class \Spatie\Permission\Models\Permission
Open
Open
Permission::findOrCreate(ConsultationsPermissionsEnum::CONSULTATION_CHANGE_TERM, 'api');
- 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 dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('consultation_teachers');
- Exclude checks
Call to method timestamps
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->timestamps();
- Exclude checks
Call to method dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('consultation_user_terms');
- Exclude checks
Call to method findOrCreate
from undeclared class \Spatie\Permission\Models\Role
Open
Open
$admin = Role::findOrCreate(UserRole::ADMIN, 'api');
- Exclude checks
Class extends undeclared class \EscolaLms\Core\Enums\BasicEnum
Open
Open
class ConsultationStatusEnum extends BasicEnum
- Exclude checks
Call to undeclared method \EscolaLms\Consultations\EscolaLmsConsultationsServiceProvider::mergeConfigFrom
Open
Open
$this->mergeConfigFrom(__DIR__ . '/config.php', 'escolalms_consultations');
- Exclude checks