From a575c2d6178cf36a16a65cbcc3ef44a9db5173e3 Mon Sep 17 00:00:00 2001 From: Jesse Rushlow Date: Fri, 5 Apr 2024 11:36:47 -0400 Subject: [PATCH] remove comments --- phpstan.dist.neon | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 15e4c384b..50fff5457 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -24,15 +24,3 @@ parameters: - message: '#Class Symfony\\Bundle\\MakerBundle\\Maker\\LegacyApiTestCase not found#' path: src/Maker/* - -# - tests -# symfony: -# containerXmlPath: var/cache/test/App_KernelTestDebugContainer.xml -# doctrine: -# ormRepositoryClass: App\Repository\AbstractRepository -# objectManagerLoader: tests/phpstan-bootstrap.php -# ignoreErrors: -# - -# message: '#Variable \$[a-zA-Z0-9]+ might not be defined\.#' -## identifier: variable.undefined // Available in phpstan 1.11.0 -# path: src/GraphQLRequest/*