Update create_unique_surveyhero_id_indices.php #106
Annotations
10 errors and 1 warning
phpstan:
database/migrations/create_unique_surveyhero_id_indices.php#L30
Call to an undefined method Illuminate\Database\Schema\IndexDefinition::name().
|
phpstan:
src/Exports/Sheets/AnswersSheet.php#L46
Method Statikbe\Surveyhero\Exports\Sheets\AnswersSheet::query() has invalid return type Laravel\Scout\Builder.
|
phpstan:
src/Exports/Sheets/QuestionsSheet.php#L45
Method Statikbe\Surveyhero\Exports\Sheets\QuestionsSheet::query() has invalid return type Laravel\Scout\Builder.
|
phpstan:
src/Exports/Sheets/ResponsesSheet.php#L93
Access to an undefined property Illuminate\Database\Eloquent\Model::$field.
|
phpstan:
src/Exports/Sheets/ResponsesSheet.php#L94
Access to an undefined property Illuminate\Database\Eloquent\Model::$field.
|
phpstan:
src/Http/Controllers/Api/SurveyheroWebhookController.php#L31
Call to an undefined method Statikbe\Surveyhero\Contracts\SurveyContract::where().
|
phpstan:
src/Services/Factories/ResponseCreator/ChoiceTableResponseCreator.php#L101
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
|
phpstan:
src/Services/Factories/ResponseCreator/ChoicesResponseCreator.php#L65
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
|
phpstan:
src/Services/SurveyWebhookService.php#L15
PHPDoc tag @return with type void is incompatible with native type array|null.
|
phpstan:
src/Traits/HasCollectors.php (in context of class Statikbe/Surveyhero/Models/Survey)#L16
Access to an undefined property Statikbe\Surveyhero\Models\Survey::$collector_ids.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|