Skip to content

Commit

Permalink
refactor: Cors: before never returns string
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 10, 2024
1 parent 311afbe commit ba62e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Filters/Cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function __construct(array $config = [])
/**
* @param list<string>|null $arguments
*
* @return ResponseInterface|string|null
* @return ResponseInterface|null
*/
public function before(RequestInterface $request, $arguments = null)
{
Expand Down

0 comments on commit ba62e8a

Please sign in to comment.