mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-16 10:12:49 +00:00
fix phpstan issues
This commit is contained in:
@@ -29,7 +29,7 @@ class NewsItemRepository implements ObjectRepository
|
||||
*/
|
||||
public function find($id)
|
||||
{
|
||||
$this->repository->find($id);
|
||||
return $this->repository->find($id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user