Skip to content

Delete local development webhooks command. #114

Delete local development webhooks command.

Delete local development webhooks command. #114

Triggered via push November 6, 2024 14:15
Status Failure
Total duration 45s
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/AnswersSheet.php#L53
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyContract::$id.
phpstan: src/Exports/Sheets/AnswersSheet.php#L80
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyAnswerContract::$surveyQuestion.
phpstan: src/Exports/Sheets/AnswersSheet.php#L81
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyAnswerContract::$surveyhero_answer_id.
phpstan: src/Exports/Sheets/AnswersSheet.php#L82
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyAnswerContract::$converted_string_value.
phpstan: src/Exports/Sheets/AnswersSheet.php#L83
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyAnswerContract::$converted_int_value.
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/QuestionsSheet.php#L70
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyQuestionContract::$surveyhero_question_id.
phpstan: src/Exports/Sheets/QuestionsSheet.php#L71
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyQuestionContract::$field.
phpstan: src/Exports/Sheets/ResponsesSheet.php#L75
Access to an undefined property Statikbe\Surveyhero\Contracts\SurveyContract::$id.
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/