Skip to content

Commit 29f0e4e

Browse files
authored
Merge pull request #60 from M6Web/fix/doc-type-hint
fix(formatter): doc for method response
2 parents f9c6a9e + f687171 commit 29f0e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/M6Web/Bundle/LogBridgeBundle/Formatter/FormatterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function getLogContent(Request $request, Response $response, array $optio
2424
* @param Response $response Response service
2525
* @param array $options Request options
2626
*
27-
* @return string
27+
* @return array
2828
*/
2929
public function getLogContext(Request $request, Response $response, array $options);
3030
}

0 commit comments

Comments
 (0)