Commit 9db70286 authored by Hendrik Rombach's avatar Hendrik Rombach
Browse files

Remove return type declaration

Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,7 +56,7 @@ class TagsCache
*
* @return array
*/
public function searchTagsCache(array $ids, $relation) : array
public function searchTagsCache(array $ids, $relation)
{
if (\count($ids) < 1) {
return [];
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment