Merge pull request #165 from SergiX44/analysis-QMPY7Z

Apply fixes from StyleCI
This commit is contained in:
Sergio Brighenti 2020-03-30 18:29:14 +02:00 committed by GitHub
commit e187cdbfff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,11 @@
namespace App\Database\Queries;
use App\Database\DB;
use PDO;
class TagQuery
{
const PER_MEDIA_LIMIT = 10;
/**
@ -82,5 +80,4 @@ class TagQuery
return false;
}
}
}