Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit bacf55b

Browse files
baszweierophinney
authored andcommitted
cs-fix
1 parent eb23c7b commit bacf55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Header/AbstractAccept.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ public function match($matchAgainst)
303303
foreach ($matchAgainst as $right) {
304304
if ($right->type == '*' || $left->type == '*') {
305305
if ($res = $this->matchAcceptParams($left, $right)) {
306-
$res->matchedAgainst = $right;
307-
306+
$res->matchedAgainst = $right;
307+
308308
return $res;
309309
}
310310
}
@@ -317,7 +317,7 @@ public function match($matchAgainst)
317317
{
318318
if ($res = $this->matchAcceptParams($left, $right)) {
319319
$res->matchedAgainst = $right;
320-
320+
321321
return $res;
322322
}
323323
}

0 commit comments

Comments
 (0)