Skip to content

Commit dfaf1bc

Browse files
authored
Merge pull request #1508 from greg0ire/ignore-lazy-proxy-depr
Ignore lazy proxy deprecation
2 parents e91239b + 8c4fbb6 commit dfaf1bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ parameters:
3838
-
3939
message: '~Doctrine\\ORM\\Tools\\Console\\Helper\\EntityManagerHelper~'
4040
path: src/Tools/Console/ConsoleRunner.php
41+
-
42+
message: '#^Usage of deprecated trait Symfony\\Component\\VarExporter\\LazyProxyTrait in class Doctrine\\Migrations\\Provider\\LazySchema\:\nsince Symfony 7\.3, use native lazy objects instead$#'
43+
path: src/Provider/LazySchema.php
4144

4245
symfony:
4346
console_application_loader: tests/doctrine-migrations-phpstan-app.php

0 commit comments

Comments
 (0)