Skip to content

Commit

Permalink
Dev: psalm whitespace removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Sep 12, 2022
1 parent 3a6ef60 commit 32f7bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/FailedEmail.php
Expand Up @@ -211,7 +211,7 @@ public function getButtons(): string
public function getResponseUrl(): string
{
$survey = Survey::model()->findByPk($this->surveyid);
if ( $survey !== null && $survey->hasResponsesTable) {
if ($survey !== null && $survey->hasResponsesTable) {
$response = Response::model($this->surveyid)->findByPk($this->responseid);
if (!empty($response)) {
$responseUrl = App()->createUrl("responses/view/", ['surveyId' => $this->surveyid, 'id' => $this->responseid]);
Expand Down

0 comments on commit 32f7bc2

Please sign in to comment.