Skip to content

Commit 01527a8

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 3a54b1d commit 01527a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/SurveyResponseImportService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function importSurveyResponse($responseId, Survey $survey, $surveyQuestio
120120

121121
//increase survey last updated timestamp:
122122
$responseLastUpdatedOn = $this->client->transformAPITimestamp($responseAnswers->last_updated_on);
123-
if(!$survey->survey_last_updated || $responseLastUpdatedOn->gt($survey->survey_last_updated)){
123+
if (! $survey->survey_last_updated || $responseLastUpdatedOn->gt($survey->survey_last_updated)) {
124124
$survey->survey_last_updated = $responseLastUpdatedOn;
125125
}
126126
}

0 commit comments

Comments
 (0)