1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00
We shouldn't forget to run `php-cs-fixer` time to time
This commit is contained in:
Jeremy Benoist 2015-08-20 07:53:55 +02:00
parent 34437f408c
commit 8ce32af612
22 changed files with 73 additions and 74 deletions

View file

@ -11,7 +11,7 @@ class TagRepository extends EntityRepository
/**
* Find Tags.
*
* @param int $userId
* @param int $userId
*
* @return array
*/