mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Removed superfluous method docs
This commit is contained in:
parent
2030401859
commit
f8207994dc
2 changed files with 0 additions and 12 deletions
|
@ -8,12 +8,6 @@ use Shlinkio\Shlink\Core\Entity\Tag;
|
|||
|
||||
class TagRepository extends EntityRepository implements TagRepositoryInterface
|
||||
{
|
||||
/**
|
||||
* Delete the tags identified by provided names
|
||||
*
|
||||
* @param array $names
|
||||
* @return int The number of affected entries
|
||||
*/
|
||||
public function deleteByName(array $names): int
|
||||
{
|
||||
if (empty($names)) {
|
||||
|
|
|
@ -7,11 +7,5 @@ use Doctrine\Common\Persistence\ObjectRepository;
|
|||
|
||||
interface TagRepositoryInterface extends ObjectRepository
|
||||
{
|
||||
/**
|
||||
* Delete the tags identified by provided names
|
||||
*
|
||||
* @param array $names
|
||||
* @return int The number of affected entries
|
||||
*/
|
||||
public function deleteByName(array $names): int;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue