Skip to content

Retrieve resume link when importing survey responses. #109

Retrieve resume link when importing survey responses.

Retrieve resume link when importing survey responses. #109

Triggered via push April 8, 2024 21:33
Status Failure
Total duration 46s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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#L14
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: src/Traits/HasQuestionMapping.php (in context of class Statikbe/Surveyhero/Models/Survey)#L16
Access to an undefined property Statikbe\Surveyhero\Models\Survey::$question_mapping.
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/.