We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb53cf commit 727d2b7Copy full SHA for 727d2b7
phpstan.neon
@@ -10,3 +10,7 @@ parameters:
10
- src
11
- test
12
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
@@ -4,7 +4,7 @@
4
5
namespace Core\App\Doctrine;
6
7
-use Core\App\src\DBAL\Types\AbstractEnumType;
+use Core\App\DBAL\Types\AbstractEnumType;
8
use Doctrine\Common\EventSubscriber;
9
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Exception;
0 commit comments