Skip to content

Commit 0ca558d

Browse files
chore: fixup for lint
Signed-off-by: Josh <[email protected]>
1 parent 38a9168 commit 0ca558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/AppFramework/Http/DispatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private function setMiddlewareExpectations(
153153
$httpHeaders = '',
154154
$responseHeaders = [],
155155
$ex = false,
156-
$catchEx = true
156+
$catchEx = true,
157157
) {
158158
if ($ex) {
159159
$exception = new \Exception();

0 commit comments

Comments
 (0)