Skip to content

Commit 6e18230

Browse files
committed
refactor: Cors: before never returns string
1 parent 51f3b1b commit 6e18230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Filters/Cors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(array $config = [])
4848
/**
4949
* @param list<string>|null $arguments
5050
*
51-
* @return ResponseInterface|string|null
51+
* @return ResponseInterface|null
5252
*/
5353
public function before(RequestInterface $request, $arguments = null)
5454
{

0 commit comments

Comments
 (0)