Skip to content

Add question id to error #118

Add question id to error

Add question id to error #118

Triggered via push November 26, 2024 20:52
Status Failure
Total duration 30s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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.