mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Removed superfluous method docs
This commit is contained in:
parent
2030401859
commit
f8207994dc
@ -8,12 +8,6 @@ use Shlinkio\Shlink\Core\Entity\Tag;
|
|||||||
|
|
||||||
class TagRepository extends EntityRepository implements TagRepositoryInterface
|
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
|
public function deleteByName(array $names): int
|
||||||
{
|
{
|
||||||
if (empty($names)) {
|
if (empty($names)) {
|
||||||
|
@ -7,11 +7,5 @@ use Doctrine\Common\Persistence\ObjectRepository;
|
|||||||
|
|
||||||
interface TagRepositoryInterface extends 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;
|
public function deleteByName(array $names): int;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user