Skip to content

Commit 3dfc21b

Browse files
committed
Fix PHPCS error.
1 parent 6219207 commit 3dfc21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Routing/Filter/DebugBarFilterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function testAfterDispatchIgnoreStreamBodies()
124124
'statusCode' => 200,
125125
'type' => 'text/html',
126126
]);
127-
$response->body(function() {
127+
$response->body(function () {
128128
echo 'I am a teapot!';
129129
});
130130

0 commit comments

Comments
 (0)