Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | trait TruncateTableTrait |
||
14 | { |
||
15 | /** |
||
16 | * @param EntityManagerInterface $em |
||
17 | * @param string $className |
||
18 | * @throws \Doctrine\DBAL\ConnectionException |
||
19 | * @throws \Doctrine\DBAL\DBALException |
||
20 | */ |
||
21 | public function truncateTable(EntityManagerInterface $em, string $className): void |
||
38 |