Skip to content

Commit

Permalink
SUPESC-889 Remove parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-velikanov committed Sep 11, 2024
1 parent 05d4ea5 commit a54cce8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,6 @@ public function buildMessageWithTruncatedTrace(string $message): string

return $messageArray[0]
. $traceArray[0]
. (self::STRING_TRACE_TRUNCATED);
. self::STRING_TRACE_TRUNCATED;
}
}

0 comments on commit a54cce8

Please sign in to comment.