app:ly lint (php)
This commit is contained in:
parent
5d22dd2b09
commit
78f7bdd5ef
57 changed files with 156 additions and 246 deletions
|
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue