Skip to content

Commit 322203b

Browse files
LainowRom1-B
authored andcommitted
Fix php cs
1 parent 2560c59 commit 322203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EscaladeTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function climbWithSolvedTicket(\Ticket $ticket, \Group $group, array $sol
133133
public function climbWithRejectSolutionTicket(\Ticket $ticket, \Group $group, array $followup_options = []): void
134134
{
135135
$_POST['add_reopen'] = 1;
136-
136+
137137
$followup = new \ITILFollowup();
138138
$followup_id = $followup->add(array_merge([
139139
'itemtype' => 'Ticket',

0 commit comments

Comments
 (0)