Skip to content

Commit 885ff3a

Browse files
committed
Merge branch 'main' of github.com:nowo-tech/AnonymizeBundle into main
2 parents bf69972 + 7462e07 commit 885ff3a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Helper/DbalHelper.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
use Doctrine\DBAL\Connection;
88
use Exception;
99

10+
use function is_object;
11+
use function is_string;
12+
use function sprintf;
13+
1014
/**
1115
* Helper class for Doctrine DBAL operations.
1216
*

src/Helper/OrmHelper.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
use Doctrine\ORM\Mapping\ClassMetadata;
88

9+
use function is_array;
10+
use function is_object;
11+
use function is_string;
12+
913
/**
1014
* Helper class for Doctrine ORM mapping operations.
1115
*

0 commit comments

Comments
 (0)