cleanup for 1.10 (#1906)
This commit is contained in:
@@ -20,6 +20,9 @@ use Doctrine\ORM\EntityRepository;
|
||||
use Doctrine\ORM\QueryBuilder;
|
||||
use Pagerfanta\Pagerfanta;
|
||||
|
||||
/**
|
||||
* @extends \Doctrine\ORM\EntityRepository<Invoice>
|
||||
*/
|
||||
class InvoiceRepository extends EntityRepository
|
||||
{
|
||||
public function saveInvoice(Invoice $invoice)
|
||||
|
||||
Reference in New Issue
Block a user