Showing 1,241 of 1,241 total issues
Call to method in
from undeclared class \Illuminate\Validation\Rule
Open
Open
'status' => ['required', 'string', Rule::in(ConsultationStatusEnum::getValues())],
- Exclude checks
Call to method dropColumn
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->dropColumn('duration');
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
class AddColumnImagePathForConsultationsTable extends Migration
- 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 dropIfExists
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::dropIfExists('category_consultation');
- Exclude checks
Call to method table
from undeclared class \Illuminate\Support\Facades\Schema
Open
Open
Schema::table('consultation_terms', function (Blueprint $table) {
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::table('consultation_terms', function (Blueprint $table) {
- Exclude checks
Call to method bigInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->bigInteger('order_item_id')->unsigned();
- Exclude checks
Checking instanceof against undeclared class \Illuminate\Database\MySqlConnection
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
Call to method unsignedInteger
from undeclared class \Illuminate\Database\Schema\Blueprint
Open
Open
$table->unsignedInteger('max_session_students')->default(1);
- Exclude checks
Class extends undeclared class \Illuminate\Database\Migrations\Migration
Open
Open
return new class extends Migration
- Exclude checks
Parameter $table
has undeclared type \Illuminate\Database\Schema\Blueprint
Open
Open
Schema::create('consultation_user_terms', function (Blueprint $table) {
- Exclude checks
syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private ?int $author = null;
- Exclude checks
Call to undeclared method \EscolaLms\Consultations\AuthServiceProvider::registerPolicies
Open
Open
$this->registerPolicies();
- Exclude checks
syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
public ?int $id = null;
- 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\Consultations\Repositories\ConsultationUserTermRepository
Open
Open
ConsultationUserTermRepositoryContract::class => ConsultationUserTermRepository::class,
- Exclude checks
Call to undeclared method \EscolaLms\Consultations\EscolaLmsConsultationsServiceProvider::publishes
Open
Open
$this->publishes([
- Exclude checks
Call to undeclared function \config_path()
Open
Open
__DIR__ . '/config.php' => config_path('config.php'),
- Exclude checks