Skip to content

Commit 605ab94

Browse files
author
aleixgilaguilar
committed
Styleci corrections. Part 2.
1 parent 90e3d3e commit 605ab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Requester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function findOrCreate($name, $email = null)
1919

2020
public static function validateTicketComment($requester, $ticketRequester)
2121
{
22-
if (!($requester["name"] == $ticketRequester->name && $requester["email"] == $ticketRequester->email)) {
22+
if (! ($requester["name"] == $ticketRequester->name && $requester["email"] == $ticketRequester->email)) {
2323
throw new \Exception(__('validation.ticketCommentInjection'));
2424
}
2525
}

0 commit comments

Comments
 (0)