Skip to content

Commit 727d2b7

Browse files
committed
Issue #67: Implement MariaDB/PostgreSQL connection
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent beb53cf commit 727d2b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ parameters:
1010
- src
1111
- test
1212
treatPhpDocTypesAsCertain: false
13+
ignoreErrors:
14+
- '/^Trait Core\\App\\Entity\\NumericIdentifierTrait is used zero times and is not analysed.$/'
15+
- '/^Trait Core\\App\\Entity\\TimestampsTrait is used zero times and is not analysed.$/'
16+
- '/^Trait Core\\App\\Entity\\UuidIdentifierTrait is used zero times and is not analysed.$/'

src/Core/src/App/src/Doctrine/MigrationsMigratedSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Core\App\Doctrine;
66

7-
use Core\App\src\DBAL\Types\AbstractEnumType;
7+
use Core\App\DBAL\Types\AbstractEnumType;
88
use Doctrine\Common\EventSubscriber;
99
use Doctrine\DBAL\Connection;
1010
use Doctrine\DBAL\Exception;

0 commit comments

Comments
 (0)