Skip to content

Commit

Permalink
Remove unecessary method declaration
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Oct 27, 2022
1 parent 064b989 commit b68368c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Db/AccountFileMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
* Class FileMapper
*
* @package OCA\Libresign\DB
*
* @codeCoverageIgnore
* @method File insert(File $entity)
* @method File update(File $entity)
* @method File insertOrUpdate(File $entity)
* @method File delete(File $entity)
*/
class AccountFileMapper extends QBMapper {
/** @var IURLGenerator */
Expand Down

0 comments on commit b68368c

Please sign in to comment.