Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwindell authored Jun 21, 2024
1 parent 0ff732b commit b34d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/SiteStatusRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
interface SiteStatusRepositoryInterface
{
/**
* @return array
* @return mixed[]
* @throws \Magento\Framework\Exception\NoSuchEntityException
*/
public function getData();
Expand Down

0 comments on commit b34d130

Please sign in to comment.