Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyijb authored Jun 20, 2024
1 parent aca347f commit a749bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/LoggerFrontendRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface LoggerFrontendRepositoryInterface
{
/**
* @param mixed $errors
* @return array
* @return mixed[]
*/
public function log($errors);
}

0 comments on commit a749bd1

Please sign in to comment.