app:ly lint (php)

This commit is contained in:
Simon Vieille 2025-02-24 11:40:17 +01:00
commit 78f7bdd5ef
57 changed files with 156 additions and 246 deletions

View file

@ -151,7 +151,7 @@ class PostRepositoryQuery extends RepositoryQuery
}
}
$matches = array_filter($matches, function($match) use ($keywords) {
$matches = array_filter($matches, function ($match) use ($keywords) {
return (100 * $match['count'] / count($keywords)) > 80;
});