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 41c25a1 commit 1644ec4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions lib/Db/FileElementMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
* Class FileElementsMapper
*
* @package OCA\Libresign\DB
*
* @codeCoverageIgnore
* @method FileUser insert(FileUser $entity)
* @method FileUser update(FileUser $entity)
* @method FileUser insertOrUpdate(FileUser $entity)
* @method FileUser delete(FileUser $entity)
*/
class FileElementMapper extends QBMapper {
/** @var FileElement[][] */
Expand Down
6 changes: 0 additions & 6 deletions lib/Db/FileMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,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 FileMapper extends QBMapper {
/** @var IL10N */
Expand Down
6 changes: 0 additions & 6 deletions lib/Db/FileTypeMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
* Class FileTypeMapper
*
* @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 FileTypeMapper extends QBMapper {
/** @var IL10N */
Expand Down
6 changes: 0 additions & 6 deletions lib/Db/FileUserMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
* Class FileUserMapper
*
* @package OCA\Libresign\DB
*
* @codeCoverageIgnore
* @method FileUser insert(FileUser $entity)
* @method FileUser update(FileUser $entity)
* @method FileUser insertOrUpdate(FileUser $entity)
* @method FileUser delete(FileUser $entity)
*/
class FileUserMapper extends QBMapper {
/** @var FileUser[][] */
Expand Down
6 changes: 0 additions & 6 deletions lib/Db/UserElementMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@
* Class FileElementsMapper
*
* @package OCA\Libresign\DB
*
* @codeCoverageIgnore
* @method UserElement insert(UserElement $entity)
* @method UserElement update(UserElement $entity)
* @method UserElement insertOrUpdate(UserElement $entity)
* @method UserElement delete(UserElement $entity)
*/
class UserElementMapper extends QBMapper {
/** @var UserElement[] */
Expand Down

0 comments on commit 1644ec4

Please sign in to comment.