Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Strange behavior of 0.5.4 for ComposerFinder::inNamespace #24

Closed
andrew-demb opened this issue Nov 16, 2024 · 3 comments
Closed

Strange behavior of 0.5.4 for ComposerFinder::inNamespace #24

andrew-demb opened this issue Nov 16, 2024 · 3 comments

Comments

@andrew-demb
Copy link

andrew-demb commented Nov 16, 2024

I'm in the process of making graphqlite-bundle compatible with graphqlite v7 (dev) and symfony v7
(continuation from PR thecodingmachine/graphqlite-bundle#203; here's a permalink to the used graphqlite dependency version https://github.com/thecodingmachine/graphqlite/tree/0f1a112fe46a131fb6564b2f1001b5dc6d35b075)

While investigating issues with test suite I found, that ComposerFinder::inNamespace does autoload of unrelated classes (not related to the requested namespace).

image

image

Please suggest a path to investigate the reason for such behavior and how to fix it (should it be a fix in class-finder or in graphqlite?)


The reason, why I am investigating it - is because of that behavior - in graphqlite-bundle tests there's an error about redeclaring an existent class.

image

@andrew-demb
Copy link
Author

andrew-demb commented Nov 16, 2024

I found the reason for such behavior of class-finder - in graphqlite-bundle there was an autoload section described like this:

"autoload" : {
    "psr-4" : {
      "TheCodingMachine\\GraphQLite\\Bundle\\" : ""
    }
  },

I changed the bundle's directory structure to move the source code to the src and tests source code to the tests and the error about redeclaring Twig classes is gone.


For now, I have another error: PHP Fatal error: Cannot declare class BadClass, because the name is already in use in /home/hidden/php/github/graphqlite-bundle/tests/Fixtures/Entities/BadClass.php on line 5

Context: andrew-demb/graphqlite-bundle#1
image
image

Commit that introduced test with ignoring bad class thecodingmachine/graphqlite-bundle@d221cb1#diff-c10c2bd297e9e7ba6de365b2ed643b3cf48e114110664533a61de233e61bc4d2R425

Code that initiates a search for classes in test namespace: https://github.com/andrew-demb/graphqlite-bundle/blob/ff06ee1548b2e95918f937e11073bc0f7eed67fd/src/DependencyInjection/GraphQLiteCompilerPass.php#L484-L491

Please hint whether I can have the same behavior about ignoring bad classes with class-finder


Full error output for PHPUnit run:

/usr/bin/php /home/hidden/php/github/graphqlite-bundle/vendor/bin/simple-phpunit --configuration /home/hidden/php/github/graphqlite-bundle/phpunit.xml.dist --teamcity
Testing started at 11:45 PM ...
PHPUnit 8.5.40 by Sebastian Bergmann and contributors.

Error:         This version of PHPUnit does not support code coverage on PHP 8

Testing GraphQLite Bundle Test Suite
PHP Fatal error:  Cannot declare class BadClass, because the name is already in use in /home/hidden/php/github/graphqlite-bundle/tests/Fixtures/Entities/BadClass.php on line 5
PHP Stack trace:
PHP   1. {main}() /home/hidden/php/github/graphqlite-bundle/vendor/bin/simple-phpunit:0
PHP   2. include() /home/hidden/php/github/graphqlite-bundle/vendor/bin/simple-phpunit:119
PHP   3. require() /home/hidden/php/github/graphqlite-bundle/vendor/symfony/phpunit-bridge/bin/simple-phpunit:13
PHP   4. include() /home/hidden/php/github/graphqlite-bundle/vendor/symfony/phpunit-bridge/bin/simple-phpunit.php:465
PHP   5. PHPUnit\TextUI\Command::main($exit = *uninitialized*) /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/phpunit:22
PHP   6. PHPUnit\TextUI\Command->run($argv = [0 => '/home/hidden/php/github/graphqlite-bundle/vendor/bin/simple-phpunit', 1 => '--colors=always', 2 => '--configuration', 3 => '/home/hidden/php/github/graphqlite-bundle/phpunit.xml.dist', 4 => '--teamcity'], $exit = TRUE) /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/TextUI/Command.php:195
PHP   7. PHPUnit\TextUI\TestRunner->doRun($suite = class PHPUnit\Framework\TestSuite { protected $backupGlobals = NULL; protected $backupStaticAttributes = NULL; protected $runTestInSeparateProcess = FALSE; protected $name = 'GraphQLite Bundle Test Suite'; protected $groups = ['default' => [...]]; protected $tests = [0 => class PHPUnit\Framework\TestSuite { ... }, 1 => class PHPUnit\Framework\TestSuite { ... }, 2 => class PHPUnit\Framework\TestSuite { ... }]; protected $numTests = -1; protected $testCase = FALSE; protected $foundClasses = [1 => 'PHPUnit\\Runner\\BaseTestRunner', 2 => 'PHPUnit\\Util\\Reflection', 3 => 'PHPUnit\\Util\\Test', 4 => 'PHPUnit\\Framework\\TestBuilder', 5 => 'PHPUnit\\Util\\Annotation\\Registry', 6 => 'PHPUnit\\Util\\Annotation\\DocBlock', 7 => 'SebastianBergmann\\FileIterator\\Facade', 8 => 'PHPUnit\\Util\\VersionComparisonOperator', 9 => 'SebastianBergmann\\FileIterator\\Factory', 10 => 'SebastianBergmann\\FileIterator\\Iterator', 11 => 'PHPUnit\\Framework\\TestCase', 12 => 'PHPUnit\\Framework\\Assert']; private $cachedNumTests = 23; private $beStrictAboutChangesToGlobalState = NULL; private $iteratorFilter = NULL; private $declaredClassesPointer = 492 }, $arguments = ['listGroups' => FALSE, 'listSuites' => FALSE, 'listTests' => FALSE, 'listTestsXml' => FALSE, 'loader' => NULL, 'useDefaultConfiguration' => TRUE, 'loadedExtensions' => [], 'notLoadedExtensions' => [], 'colors' => 'always', 'configuration' => '/home/hidden/php/github/graphqlite-bundle/phpunit.xml.dist', 'printer' => 'PHPUnit\\Util\\Log\\TeamCity', 'testSuffixes' => [0 => 'Test.php', 1 => '.phpt'], 'listeners' => []], $warnings = [], $exit = TRUE) /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/TextUI/Command.php:236
PHP   8. PHPUnit\Framework\TestSuite->run($result = class PHPUnit\Framework\TestResult { private $passed = []; private $errors = []; private $failures = []; private $warnings = []; private $notImplemented = []; private $risky = []; private $skipped = []; private $listeners = [0 => class PHPUnit\Runner\TestListenerAdapter { ... }, 1 => class Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerForV7 { ... }, 2 => class PHPUnit\Util\Log\TeamCity { ... }]; private $runTests = 1; private $time = 0; private $topTestSuite = class PHPUnit\Framework\TestSuite { protected $backupGlobals = NULL; protected $backupStaticAttributes = NULL; protected $runTestInSeparateProcess = FALSE; protected $name = 'GraphQLite Bundle Test Suite'; protected $groups = [...]; protected $tests = [...]; protected $numTests = -1; protected $testCase = FALSE; protected $foundClasses = [...]; private $cachedNumTests = 23; private $beStrictAboutChangesToGlobalState = NULL; private $iteratorFilter = NULL; private $declaredClassesPointer = 492 }; private $codeCoverage = NULL; private $convertDeprecationsToExceptions = FALSE; private $convertErrorsToExceptions = TRUE; private $convertNoticesToExceptions = TRUE; private $convertWarningsToExceptions = TRUE; private $stop = FALSE; private $stopOnError = FALSE; private $stopOnFailure = FALSE; private $stopOnWarning = FALSE; private $beStrictAboutTestsThatDoNotTestAnything = TRUE; private $beStrictAboutOutputDuringTests = FALSE; private $beStrictAboutTodoAnnotatedTests = FALSE; private $beStrictAboutResourceUsageDuringSmallTests = FALSE; private $enforceTimeLimit = FALSE; private $timeoutForSmallTests = 1; private $timeoutForMediumTests = 10; private $timeoutForLargeTests = 60; private $stopOnRisky = FALSE; private $stopOnIncomplete = FALSE; private $stopOnSkipped = FALSE; private $lastTestFailed = FALSE; private $defaultTimeLimit = 0; private $stopOnDefect = FALSE; private $registerMockObjectsFromTestArgumentsRecursively = FALSE }) /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/TextUI/TestRunner.php:645
PHP   9. PHPUnit\Framework\TestSuite->run($result = class PHPUnit\Framework\TestResult { private $passed = []; private $errors = []; private $failures = []; private $warnings = []; private $notImplemented = []; private $risky = []; private $skipped = []; private $listeners = [0 => class PHPUnit\Runner\TestListenerAdapter { ... }, 1 => class Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerForV7 { ... }, 2 => class PHPUnit\Util\Log\TeamCity { ... }]; private $runTests = 1; private $time = 0; private $topTestSuite = class PHPUnit\Framework\TestSuite { protected $backupGlobals = NULL; protected $backupStaticAttributes = NULL; protected $runTestInSeparateProcess = FALSE; protected $name = 'GraphQLite Bundle Test Suite'; protected $groups = [...]; protected $tests = [...]; protected $numTests = -1; protected $testCase = FALSE; protected $foundClasses = [...]; private $cachedNumTests = 23; private $beStrictAboutChangesToGlobalState = NULL; private $iteratorFilter = NULL; private $declaredClassesPointer = 492 }; private $codeCoverage = NULL; private $convertDeprecationsToExceptions = FALSE; private $convertErrorsToExceptions = TRUE; private $convertNoticesToExceptions = TRUE; private $convertWarningsToExceptions = TRUE; private $stop = FALSE; private $stopOnError = FALSE; private $stopOnFailure = FALSE; private $stopOnWarning = FALSE; private $beStrictAboutTestsThatDoNotTestAnything = TRUE; private $beStrictAboutOutputDuringTests = FALSE; private $beStrictAboutTodoAnnotatedTests = FALSE; private $beStrictAboutResourceUsageDuringSmallTests = FALSE; private $enforceTimeLimit = FALSE; private $timeoutForSmallTests = 1; private $timeoutForMediumTests = 10; private $timeoutForLargeTests = 60; private $stopOnRisky = FALSE; private $stopOnIncomplete = FALSE; private $stopOnSkipped = FALSE; private $lastTestFailed = FALSE; private $defaultTimeLimit = 0; private $stopOnDefect = FALSE; private $registerMockObjectsFromTestArgumentsRecursively = FALSE }) /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/Framework/TestSuite.php:626
PHP  10. PHPUnit\Framework\TestCase->run($result = class PHPUnit\Framework\TestResult { private $passed = []; private $errors = []; private $failures = []; private $warnings = []; private $notImplemented = []; private $risky = []; private $skipped = []; private $listeners = [0 => class PHPUnit\Runner\TestListenerAdapter { ... }, 1 => class Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerForV7 { ... }, 2 => class PHPUnit\Util\Log\TeamCity { ... }]; private $runTests = 1; private $time = 0; private $topTestSuite = class PHPUnit\Framework\TestSuite { protected $backupGlobals = NULL; protected $backupStaticAttributes = NULL; protected $runTestInSeparateProcess = FALSE; protected $name = 'GraphQLite Bundle Test Suite'; protected $groups = [...]; protected $tests = [...]; protected $numTests = -1; protected $testCase = FALSE; protected $foundClasses = [...]; private $cachedNumTests = 23; private $beStrictAboutChangesToGlobalState = NULL; private $iteratorFilter = NULL; private $declaredClassesPointer = 492 }; private $codeCoverage = NULL; private $convertDeprecationsToExceptions = FALSE; private $convertErrorsToExceptions = TRUE; private $convertNoticesToExceptions = TRUE; private $convertWarningsToExceptions = TRUE; private $stop = FALSE; private $stopOnError = FALSE; private $stopOnFailure = FALSE; private $stopOnWarning = FALSE; private $beStrictAboutTestsThatDoNotTestAnything = TRUE; private $beStrictAboutOutputDuringTests = FALSE; private $beStrictAboutTodoAnnotatedTests = FALSE; private $beStrictAboutResourceUsageDuringSmallTests = FALSE; private $enforceTimeLimit = FALSE; private $timeoutForSmallTests = 1; private $timeoutForMediumTests = 10; private $timeoutForLargeTests = 60; private $stopOnRisky = FALSE; private $stopOnIncomplete = FALSE; private $stopOnSkipped = FALSE; private $lastTestFailed = FALSE; private $defaultTimeLimit = 0; private $stopOnDefect = FALSE; private $registerMockObjectsFromTestArgumentsRecursively = FALSE }) /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/Framework/TestSuite.php:626
PHP  11. PHPUnit\Framework\TestResult->run($test = class TheCodingMachine\GraphQLite\Bundle\Tests\Command\DumpSchemaCommandTest { protected $backupGlobals = NULL; protected $backupGlobalsBlacklist = []; protected $backupStaticAttributes = NULL; protected $backupStaticAttributesBlacklist = []; protected $runTestInSeparateProcess = FALSE; protected $preserveGlobalState = FALSE; private ${PHPUnit\Framework\TestCase}runClassInSeparateProcess = NULL; private ${PHPUnit\Framework\TestCase}inIsolation = FALSE; private ${PHPUnit\Framework\TestCase}data = []; private ${PHPUnit\Framework\TestCase}dataName = ''; private ${PHPUnit\Framework\TestCase}expectedException = NULL; private ${PHPUnit\Framework\TestCase}expectedExceptionMessage = NULL; private ${PHPUnit\Framework\TestCase}expectedExceptionMessageRegExp = NULL; private ${PHPUnit\Framework\TestCase}expectedExceptionCode = NULL; private ${PHPUnit\Framework\TestCase}name = 'testExecute'; private ${PHPUnit\Framework\TestCase}dependencies = []; private ${PHPUnit\Framework\TestCase}dependencyInput = []; private ${PHPUnit\Framework\TestCase}iniSettings = []; private ${PHPUnit\Framework\TestCase}locale = []; private ${PHPUnit\Framework\TestCase}mockObjects = []; private ${PHPUnit\Framework\TestCase}mockObjectGenerator = NULL; private ${PHPUnit\Framework\TestCase}status = -1; private ${PHPUnit\Framework\TestCase}statusMessage = ''; private ${PHPUnit\Framework\TestCase}numAssertions = 0; private ${PHPUnit\Framework\TestCase}result = class PHPUnit\Framework\TestResult { private $passed = [...]; private $errors = [...]; private $failures = [...]; private $warnings = [...]; private $notImplemented = [...]; private $risky = [...]; private $skipped = [...]; private $listeners = [...]; private $runTests = 1; private $time = 0; private $topTestSuite = class PHPUnit\Framework\TestSuite { ... }; private $codeCoverage = NULL; private $convertDeprecationsToExceptions = FALSE; private $convertErrorsToExceptions = TRUE; private $convertNoticesToExceptions = TRUE; private $convertWarningsToExceptions = TRUE; private $stop = FALSE; private $stopOnError = FALSE; private $stopOnFailure = FALSE; private $stopOnWarning = FALSE; private $beStrictAboutTestsThatDoNotTestAnything = TRUE; private $beStrictAboutOutputDuringTests = FALSE; private $beStrictAboutTodoAnnotatedTests = FALSE; private $beStrictAboutResourceUsageDuringSmallTests = FALSE; private $enforceTimeLimit = FALSE; private $timeoutForSmallTests = 1; private $timeoutForMediumTests = 10; private $timeoutForLargeTests = 60; private $stopOnRisky = FALSE; private $stopOnIncomplete = FALSE; private $stopOnSkipped = FALSE; private $lastTestFailed = FALSE; private $defaultTimeLimit = 0; private $stopOnDefect = FALSE; private $registerMockObjectsFromTestArgumentsRecursively = FALSE }; private ${PHPUnit\Framework\TestCase}testResult = NULL; private ${PHPUnit\Framework\TestCase}output = ''; private ${PHPUnit\Framework\TestCase}outputExpectedRegex = NULL; private ${PHPUnit\Framework\TestCase}outputExpectedString = NULL; private ${PHPUnit\Framework\TestCase}outputCallback = FALSE; private ${PHPUnit\Framework\TestCase}outputBufferingActive = TRUE; private ${PHPUnit\Framework\TestCase}outputBufferingLevel = 1; private ${PHPUnit\Framework\TestCase}outputRetrievedForAssertion = FALSE; private ${PHPUnit\Framework\TestCase}snapshot = NULL; private ${PHPUnit\Framework\TestCase}prophet = NULL; private ${PHPUnit\Framework\TestCase}beStrictAboutChangesToGlobalState = NULL; private ${PHPUnit\Framework\TestCase}registerMockObjectsFromTestArgumentsRecursively = FALSE; private ${PHPUnit\Framework\TestCase}warnings = []; private ${PHPUnit\Framework\TestCase}groups = [0 => 'default']; private ${PHPUnit\Framework\TestCase}doesNotPerformAssertions = FALSE; private ${PHPUnit\Framework\TestCase}customComparators = []; private ${PHPUnit\Framework\TestCase}doubledTypes = []; private ${PHPUnit\Framework\TestCase}deprecatedExpectExceptionMessageRegExpUsed = FALSE }) /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/Framework/TestCase.php:851
PHP  12. PHPUnit\Framework\TestCase->runBare() /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/Framework/TestResult.php:705
PHP  13. PHPUnit\Framework\TestCase->runTest() /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/Framework/TestCase.php:1125
PHP  14. TheCodingMachine\GraphQLite\Bundle\Tests\Command\DumpSchemaCommandTest->testExecute() /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/src/Framework/TestCase.php:1505
PHP  15. Symfony\Bundle\FrameworkBundle\Console\Application->find($name = 'graphqlite:dump-schema') /home/hidden/php/github/graphqlite-bundle/tests/Command/DumpSchemaCommandTest.php:17
PHP  16. Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands() /home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/Console/Application.php:138
PHP  17. Symfony\Component\HttpKernel\Kernel->boot() /home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/Console/Application.php:177
PHP  18. Symfony\Component\HttpKernel\Kernel->preBoot() /home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Kernel.php:126
PHP  19. Symfony\Component\HttpKernel\Kernel->initializeContainer() /home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Kernel.php:771
PHP  20. Symfony\Component\DependencyInjection\ContainerBuilder->compile($resolveEnvPlaceholders = *uninitialized*) /home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Kernel.php:506
PHP  21. Symfony\Component\DependencyInjection\Compiler\Compiler->compile($container = class Symfony\Component\DependencyInjection\ContainerBuilder { protected Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $parameterBag = class Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag { protected array $parameters = [...]; protected bool $resolved = FALSE; protected array $deprecatedParameters = [...]; private string $envPlaceholderUniquePrefix = *uninitialized*; private array $envPlaceholders = [...]; private array $unusedEnvPlaceholders = [...]; private array $providedTypes = [...] }; protected array $services = []; protected array $privates = []; protected array $fileMap = []; protected array $methodMap = []; protected array $factories = []; protected array $aliases = []; protected array $loading = []; protected array $resolving = []; protected array $syntheticIds = []; private array ${Symfony\Component\DependencyInjection\Container}envCache = []; private bool ${Symfony\Component\DependencyInjection\Container}compiled = FALSE; private Closure ${Symfony\Component\DependencyInjection\Container}getEnv = *uninitialized*; private array $extensions = ['framework' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'graphqlite' => class TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteExtension { ... }]; private array $extensionsByNs = ['http://symfony.com/schema/dic/symfony' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'http://symfony.com/schema/dic/security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'http://example.org/schema/dic/graphqlite' => class TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteExtension { ... }]; private array $definitions = ['service_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'kernel' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Entities' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\MyException' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestGraphqlController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestPhp8GraphqlController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ContactType' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductFactory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductType' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\EchoController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'someService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'someOtherService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'controller_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_metadata_factory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.backed_enum_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.datetime' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.request_payload' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.request_attribute' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.request' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.session' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.service' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.variadic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.query_parameter_value_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'response_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'locale_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'validate_request_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'disallow_search_engine_index_response_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'error_controller' => class Symfony\Component\DependencyInjection\Definition { ... }, 'exception_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'controller.cache_attribute_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'parameter_bag' => class Symfony\Component\DependencyInjection\Definition { ... }, 'event_dispatcher' => class Symfony\Component\DependencyInjection\Definition { ... }, 'http_kernel' => class Symfony\Component\DependencyInjection\Definition { ... }, 'request_stack' => class Symfony\Component\DependencyInjection\Definition { ... }, 'http_cache' => class Symfony\Component\DependencyInjection\Definition { ... }, 'http_cache.store' => class Symfony\Component\DependencyInjection\Definition { ... }, 'url_helper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache_warmer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache_clearer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'filesystem' => class Symfony\Component\DependencyInjection\Definition { ... }, 'file_locator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'uri_signer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'config_cache_factory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'dependency_injection.config.container_parameters_resource_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'config.resource.self_checking_resource_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'services_resetter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'reverse_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'locale_aware_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.env_var_processor' => class Symfony\Component\DependencyInjection\Definition { ... }, 'slugger' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.getenv' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.get_routing_condition_service' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.env' => class Symfony\Component\DependencyInjection\Definition { ... }, 'config_builder.warmer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\Config\\Loader\\LoaderInterface' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Request' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Response' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => class Symfony\Component\DependencyInjection\Definition { ... }, 'fragment.handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'fragment.uri_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'fragment.renderer.inline' => class Symfony\Component\DependencyInjection\Definition { ... }, 'error_handler.error_renderer.html' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.error_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.suggest_missing_package_subscriber' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.about' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.assets_install' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_clear' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_clear' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_prune' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_invalidate_tags' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_delete' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_list' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_warmup' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.config_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.config_dump_reference' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.container_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.container_lint' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.debug_autowiring' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.event_dispatcher_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.router_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.router_match' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_extract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.validator_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_pull' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_push' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.xliff_lint' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.yaml_lint' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_set' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_remove' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_generate_key' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_list' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_reveal' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_decrypt_to_local' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_encrypt_from_local' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.messenger.application' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.messenger.execute_command_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.app' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.app.taggable' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.system' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.validator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.serializer' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.property_info' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.adapter.system' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.apcu' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.filesystem' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.psr6' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.redis' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.redis_tag_aware' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.memcached' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.doctrine_dbal' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.pdo' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.array' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.default_marshaller' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.default_clearer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.system_clearer' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.global_clearer' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'identity_translator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translator.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translator.logging' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translator.formatter.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.php' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.yml' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.xliff' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.po' => class Symfony\Component\DependencyInjection\Definition { ... }, ...]; private array $aliasDefinitions = ['someAlias' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpFoundation\\RequestStack' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpFoundation\\UrlHelper' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\KernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Filesystem\\Filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpFoundation\\UriSigner' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\DependencyInjection\\ReverseContainer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\String\\Slugger\\SluggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer.html' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer' => class Symfony\Component\DependencyInjection\Alias { ... }, '.Psr\\Container\\ContainerInterface $parameter_bag' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\\Container\\ContainerInterface $parameterBag' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.app_clearer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\\Cache\\CacheItemPoolInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Cache\\CacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Translation\\TranslatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\LocaleSwitcher' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator.formatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\FileLinkFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Stopwatch\\Stopwatch' => class Symfony\Component\DependencyInjection\Alias { ... }, 'router' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\RouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\RequestContextAwareInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\RequestContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_redis_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_memcached_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_doctrine_dbal_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'SessionHandlerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'validator.mapping.class_metadata_factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Bundle\\SecurityBundle\\Security' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Firewall' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\HttpUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.password_hasher' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Authentication\\UserAuthenticatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.firewall' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.authentication.session_strategy.main' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user_checker.main' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.firewall.context_locator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'GraphQL\\Type\\Schema' => class Symfony\Component\DependencyInjection\Alias { ... }, 'TheCodingMachine\\GraphQLite\\Security\\AuthenticationServiceInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'TheCodingMachine\\GraphQLite\\Security\\AuthorizationServiceInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'container.env_var_processors_locator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'argument_resolver.controller_locator' => class Symfony\Component\DependencyInjection\Alias { ... }]; private array $resources = ['/home/hidden/php/github/graphqlite-bundle/vendor/composer/installed.json' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/tests/GraphQLiteTestingKernel.php' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/GraphQLiteBundle.php' => class Symfony\Component\Config\Resource\FileResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\DataCollectorTranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Console\\DependencyInjection\\AddConsoleCommandPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\LoggingTranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Serializer\\DependencyInjection\\SerializerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\PropertyInfo\\DependencyInjection\\PropertyInfoPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Form\\DependencyInjection\\FormPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Workflow\\DependencyInjection\\WorkflowGuardListenerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Mime\\DependencyInjection\\AddMimeTypeGuesserPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Scheduler\\DependencyInjection\\AddScheduleMessengerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Messenger\\DependencyInjection\\MessengerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\HttpClient\\DependencyInjection\\HttpClientPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Workflow\\DependencyInjection\\WorkflowDebugPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/GraphQLiteCompilerPass.php' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/OverblogGraphiQLEndpointWiringPass.php' => class Symfony\Component\Config\Resource\FileResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/config/bundles.php' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{packages}/*.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{packages}/test/**/*.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config/services.yaml' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\MyException' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestGraphqlController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestPhp8GraphqlController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ContactType' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductFactory' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductType' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures1/*01' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\EchoController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/NoSecurityBundleFixtures1/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{services}.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{services}_test.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/translations' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/translations' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/translations' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation.yaml' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation.yml' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation.xml' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/config/validator' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/GraphQLiteExtension.php' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\DependencyInjection\\Configuration' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/Configuration.php' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/Resources/config/container/graphqlite.xml' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\GraphQLiteTestingKernel' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthenticationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthorizationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Server\\ServerConfig' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Mappers\\RequestParameterMiddleware' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\LoginController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\MeController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Types\\SymfonyUserInterfaceType' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }]; private array $extensionConfigs = ['framework' => [...], 'security' => [...], 'graphqlite' => [...]]; private Symfony\Component\DependencyInjection\Compiler\Compiler $compiler = class Symfony\Component\DependencyInjection\Compiler\Compiler { private Symfony\Component\DependencyInjection\Compiler\PassConfig $passConfig = class Symfony\Component\DependencyInjection\Compiler\PassConfig { ... }; private array $log = [...]; private Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph $serviceReferenceGraph = class Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph { ... } }; private bool $trackResources = TRUE; private Symfony\Component\DependencyInjection\LazyProxy\Instantiator\InstantiatorInterface $proxyInstantiator = *uninitialized*; private Symfony\Component\DependencyInjection\ExpressionLanguage $expressionLanguage = *uninitialized*; private array $expressionLanguageProviders = []; private array $usedTags = [0 => 'container.env_var_processor', 1 => 'cache.pool', 2 => 'kernel.event_subscriber', 3 => 'kernel.event_listener', 4 => 'controller.service_arguments', 5 => 'routing.loader', 6 => 'validator.constraint_validator', 7 => 'validator.initializer', 8 => 'routing.expression_language_provider', 9 => 'translation.extractor', 10 => 'translation.dumper', 11 => 'kernel.fragment_renderer', 12 => 'controller.targeted_value_resolver', 13 => 'controller.argument_value_resolver', 14 => 'kernel.locale_aware', 15 => 'validator.auto_mapper', 16 => 'container.reversible', 17 => 'security.expression_language_provider', 18 => 'security.voter', 19 => 'ldap']; private array $envPlaceholders = []; private array $envCounters = []; private array $vendors = [0 => '/home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/vendor', 1 => '/home/hidden/php/github/graphqlite-bundle/vendor']; private array $pathsInVendor = ['/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/dependency-injection/Compiler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/tests' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/Kernel' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Bundle' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/security-bundle' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/DependencyInjection/Compiler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/routing/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/translation/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/event-dispatcher/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/validator/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/console/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/property-info/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/cache/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/security-bundle/DependencyInjection/Compiler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection' => FALSE, '/home/hidden/php/github/graphqlite-bundle/config/bundles.php' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/Controller' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/Types' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/NoSecurityBundleFixtures/Controller' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/NoSecurityBundleFixtures' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-foundation/Session/Storage/Handler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/thecodingmachine/graphqlite/src' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Security' => FALSE, '/home/hidden/php/github/graphqlite-bundle/src/Server' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/webonyx/graphql-php/src/Validator/Rules' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/thecodingmachine/graphqlite/src/Mappers' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Controller' => FALSE, '/home/hidden/php/github/graphqlite-bundle/src/Mappers' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/thecodingmachine/graphqlite-symfony-validator-bridge/src/Mappers/Parameters' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Controller/GraphQL' => FALSE, '/home/hidden/php/github/graphqlite-bundle/src/Types' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/cache/Adapter' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/cache' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/CacheClearer' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Command' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/dependency-injection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Fragment' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Controller/ArgumentResolver' => TRUE]; private array $autoconfiguredInstanceof = ['Symfony\\Component\\Asset\\PackageInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\AssetMapper\\Compiler\\AssetCompilerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Console\\Command\\Command' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Config\\ResourceCheckerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\DependencyInjection\\EnvVarLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\DependencyInjection\\EnvVarProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Cache\\CallbackInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\DependencyInjection\\ServiceLocator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\Controller\\ValueResolverInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Form\\FormTypeInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Form\\FormTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Form\\FormTypeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Service\\ResetInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Validator\\ConstraintValidatorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Validator\\GroupProviderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Validator\\ObjectInitializerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Messenger\\Handler\\BatchHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Messenger\\Transport\\TransportFactoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Psr\\Log\\LoggerAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RouteLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'GraphQL\\Type\\Definition\\ObjectType' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'TheCodingMachine\\GraphQLite\\Mappers\\Root\\RootTypeMapperFactoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\\Processor\\ProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }]; private array $autoconfiguredAttributes = ['Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener' => class Closure { ... }, 'Symfony\\Component\\HttpKernel\\Attribute\\AsController' => class Closure { ... }, 'Symfony\\Component\\RemoteEvent\\Attribute\\AsRemoteEventConsumer' => class Closure { ... }, 'Symfony\\Component\\Messenger\\Attribute\\AsMessageHandler' => class Closure { ... }, 'Symfony\\Component\\HttpKernel\\Attribute\\AsTargetedValueResolver' => class Closure { ... }, 'Symfony\\Component\\Scheduler\\Attribute\\AsSchedule' => class Closure { ... }, 'Symfony\\Component\\Scheduler\\Attribute\\AsPeriodicTask' => class Closure { ... }, 'Symfony\\Component\\Scheduler\\Attribute\\AsCronTask' => class Closure { ... }]; private array $removedIds = ['cache.early_expiration_handler' => TRUE, 'session.marshalling_handler' => TRUE]; private array $removedBindingIds = []; private array $classReflectors = ['TheCodingMachine\\GraphQLite\\Bundle\\Tests\\GraphQLiteTestingKernel' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\KernelInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\RebootableInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\TerminableInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AssetsContextPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Routing\\DependencyInjection\\RoutingResolverPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\PriorityTaggedServiceTrait' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\DataCollectorTranslatorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ProfilerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\EventDispatcher\\DependencyInjection\\RegisterListenersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Console\\DependencyInjection\\AddConsoleCommandPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\LoggingTranslatorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Routing\\DependencyInjection\\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\FragmentRendererPass' => class ReflectionClass { ... }, 'Symfony\\Component\\PropertyInfo\\DependencyInjection\\PropertyInfoPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\ControllerArgumentValueResolverPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolClearerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPrunerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterLocaleAwareServicesPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerWeakRefPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerRealRefPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterReverseContainerPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\RemoveUnusedSessionMarshallingHandlerPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ErrorLoggerCompilerPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\VirtualRequestStackPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddDebugLogProcessorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\UnusedTagsPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ContainerBuilderDebugDumpPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CacheCollectorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddSecurityVotersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddSessionDomainConstraintPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\CleanRememberMeVerifierPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterCsrfFeaturesPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterTokenUsageTrackingPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterLdapLocatorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterEntryPointPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterGlobalSecurityEventListenersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\SortFirewallListenersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\ReplaceDecoratedRememberMeHandlerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\EventDispatcher\\DependencyInjection\\AddEventAliasesPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\MakeFirewallsEventDispatcherTraceablePass' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\DependencyInjection\\GraphQLiteCompilerPass' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\DependencyInjection\\OverblogGraphiQLEndpointWiringPass' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\MyException' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestGraphqlController' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestPhp8GraphqlController' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ContactType' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductFactory' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductType' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\EchoController' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\AddAnnotatedClassesToCachePass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveClassPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterAutoconfigureAttributesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireAsDecoratorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AttributeAutoconfigurationPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveInstanceofConditionalsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterEnvVarProcessorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ExtensionCompilerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutoAliasServicePass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ValidateEnvPlaceholdersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveDecoratorStackPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveAutowireInlineAttributesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveChildDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterServiceSubscribersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveParameterPlaceHoldersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveFactoryClassPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveNamedArgumentsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireRequiredMethodsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireRequiredPropertiesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveBindingsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ServiceLocatorTagPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\DecoratorServicePass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckDefinitionValidityPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveTaggedIteratorArgumentPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveServiceSubscribersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveReferencesToAliasesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveInvalidReferencesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AnalyzeServiceReferencesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckCircularReferencesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckReferenceValidityPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckArgumentsValidityPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemovePrivateAliasesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ReplaceAliasByActualDefinitionPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveAbstractDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveUnusedDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckExceptionOnInvalidReferenceBehaviorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\InlineServiceDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\DefinitionErrorExceptionPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveHotPathPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveNoPreloadPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AliasDeprecatedPublicServicesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveBuildParametersPass' => class ReflectionClass { ... }, 'stdClass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\SchemaFactory' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Schema' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\AggregateControllerQueryProviderFactory' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\AnnotationReader' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthenticationService' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthorizationService' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Server\\ServerConfig' => class ReflectionClass { ... }, 'GraphQL\\Validator\\Rules\\DisableIntrospection' => class ReflectionClass { ... }, 'GraphQL\\Validator\\Rules\\QueryComplexity' => class ReflectionClass { ... }, 'GraphQL\\Validator\\Rules\\QueryDepth' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Mappers\\StaticTypeMapper' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController' => class ReflectionClass { ... }, ...] }) /home/hidden/php/github/graphqlite-bundle/vendor/symfony/dependency-injection/ContainerBuilder.php:752
PHP  22. TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteCompilerPass->process($container = class Symfony\Component\DependencyInjection\ContainerBuilder { protected Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $parameterBag = class Symfony\Component\DependencyInjection\ParameterBag\EnvPlaceholderParameterBag { protected array $parameters = [...]; protected bool $resolved = FALSE; protected array $deprecatedParameters = [...]; private string $envPlaceholderUniquePrefix = *uninitialized*; private array $envPlaceholders = [...]; private array $unusedEnvPlaceholders = [...]; private array $providedTypes = [...] }; protected array $services = []; protected array $privates = []; protected array $fileMap = []; protected array $methodMap = []; protected array $factories = []; protected array $aliases = []; protected array $loading = []; protected array $resolving = []; protected array $syntheticIds = []; private array ${Symfony\Component\DependencyInjection\Container}envCache = []; private bool ${Symfony\Component\DependencyInjection\Container}compiled = FALSE; private Closure ${Symfony\Component\DependencyInjection\Container}getEnv = *uninitialized*; private array $extensions = ['framework' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'graphqlite' => class TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteExtension { ... }]; private array $extensionsByNs = ['http://symfony.com/schema/dic/symfony' => class Symfony\Bundle\FrameworkBundle\DependencyInjection\FrameworkExtension { ... }, 'http://symfony.com/schema/dic/security' => class Symfony\Bundle\SecurityBundle\DependencyInjection\SecurityExtension { ... }, 'http://example.org/schema/dic/graphqlite' => class TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteExtension { ... }]; private array $definitions = ['service_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'kernel' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Entities' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\MyException' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestGraphqlController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestPhp8GraphqlController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ContactType' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductFactory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductType' => class Symfony\Component\DependencyInjection\Definition { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\EchoController' => class Symfony\Component\DependencyInjection\Definition { ... }, 'someService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'someOtherService' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'controller_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_metadata_factory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.backed_enum_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.datetime' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.request_payload' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.request_attribute' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.request' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.session' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.service' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.variadic' => class Symfony\Component\DependencyInjection\Definition { ... }, 'argument_resolver.query_parameter_value_resolver' => class Symfony\Component\DependencyInjection\Definition { ... }, 'response_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'locale_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'validate_request_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'disallow_search_engine_index_response_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'error_controller' => class Symfony\Component\DependencyInjection\Definition { ... }, 'exception_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'controller.cache_attribute_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'parameter_bag' => class Symfony\Component\DependencyInjection\Definition { ... }, 'event_dispatcher' => class Symfony\Component\DependencyInjection\Definition { ... }, 'http_kernel' => class Symfony\Component\DependencyInjection\Definition { ... }, 'request_stack' => class Symfony\Component\DependencyInjection\Definition { ... }, 'http_cache' => class Symfony\Component\DependencyInjection\Definition { ... }, 'http_cache.store' => class Symfony\Component\DependencyInjection\Definition { ... }, 'url_helper' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache_warmer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache_clearer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'filesystem' => class Symfony\Component\DependencyInjection\Definition { ... }, 'file_locator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'uri_signer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'config_cache_factory' => class Symfony\Component\DependencyInjection\Definition { ... }, 'dependency_injection.config.container_parameters_resource_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'config.resource.self_checking_resource_checker' => class Symfony\Component\DependencyInjection\Definition { ... }, 'services_resetter' => class Symfony\Component\DependencyInjection\Definition { ... }, 'reverse_container' => class Symfony\Component\DependencyInjection\Definition { ... }, 'locale_aware_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.env_var_processor' => class Symfony\Component\DependencyInjection\Definition { ... }, 'slugger' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.getenv' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.get_routing_condition_service' => class Symfony\Component\DependencyInjection\Definition { ... }, 'container.env' => class Symfony\Component\DependencyInjection\Definition { ... }, 'config_builder.warmer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\Config\\Loader\\LoaderInterface' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Request' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Response' => class Symfony\Component\DependencyInjection\Definition { ... }, 'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => class Symfony\Component\DependencyInjection\Definition { ... }, 'fragment.handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'fragment.uri_generator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'fragment.renderer.inline' => class Symfony\Component\DependencyInjection\Definition { ... }, 'error_handler.error_renderer.html' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.error_listener' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.suggest_missing_package_subscriber' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.about' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.assets_install' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_clear' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_clear' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_prune' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_invalidate_tags' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_delete' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_pool_list' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.cache_warmup' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.config_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.config_dump_reference' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.container_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.container_lint' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.debug_autowiring' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.event_dispatcher_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.router_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.router_match' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_extract' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.validator_debug' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_pull' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.translation_push' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.xliff_lint' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.yaml_lint' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_set' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_remove' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_generate_key' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_list' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_reveal' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_decrypt_to_local' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.command.secrets_encrypt_from_local' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.messenger.application' => class Symfony\Component\DependencyInjection\Definition { ... }, 'console.messenger.execute_command_handler' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.app' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.app.taggable' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.system' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.validator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.serializer' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.property_info' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.adapter.system' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.apcu' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.filesystem' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.psr6' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.redis' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.redis_tag_aware' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.memcached' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.doctrine_dbal' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.pdo' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.adapter.array' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.default_marshaller' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.default_clearer' => class Symfony\Component\DependencyInjection\Definition { ... }, 'cache.system_clearer' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'cache.global_clearer' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'identity_translator' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translator.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translator.logging' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translator.formatter.default' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.php' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.yml' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.xliff' => class Symfony\Component\DependencyInjection\Definition { ... }, 'translation.loader.po' => class Symfony\Component\DependencyInjection\Definition { ... }, ...]; private array $aliasDefinitions = ['someAlias' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpFoundation\\RequestStack' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\HttpCache\\StoreInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpFoundation\\UrlHelper' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\KernelInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Filesystem\\Filesystem' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpFoundation\\UriSigner' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\DependencyInjection\\ReverseContainer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\String\\Slugger\\SluggerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer.html' => class Symfony\Component\DependencyInjection\Alias { ... }, 'error_renderer' => class Symfony\Component\DependencyInjection\Alias { ... }, '.Psr\\Container\\ContainerInterface $parameter_bag' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\\Container\\ContainerInterface $parameterBag' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.app_clearer' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Psr\\Cache\\CacheItemPoolInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Cache\\CacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Translation\\TranslatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Translation\\LocaleSwitcher' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'translator.formatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\ErrorHandler\\ErrorRenderer\\FileLinkFormatter' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Stopwatch\\Stopwatch' => class Symfony\Component\DependencyInjection\Alias { ... }, 'router' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\RouterInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\RequestContextAwareInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Routing\\RequestContext' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_redis_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_memcached_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'cache.default_doctrine_dbal_provider' => class Symfony\Component\DependencyInjection\Alias { ... }, 'SessionHandlerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.storage.factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'session.handler' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'validator.mapping.class_metadata_factory' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Bundle\\SecurityBundle\\Security' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Firewall' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\HttpUtils' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.password_hasher' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Http\\Authentication\\UserAuthenticatorInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.firewall' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.authentication.session_strategy.main' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.user_checker.main' => class Symfony\Component\DependencyInjection\Alias { ... }, 'security.firewall.context_locator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'Symfony\\Component\\Security\\Core\\User\\UserCheckerInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'GraphQL\\Type\\Schema' => class Symfony\Component\DependencyInjection\Alias { ... }, 'TheCodingMachine\\GraphQLite\\Security\\AuthenticationServiceInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'TheCodingMachine\\GraphQLite\\Security\\AuthorizationServiceInterface' => class Symfony\Component\DependencyInjection\Alias { ... }, 'container.env_var_processors_locator' => class Symfony\Component\DependencyInjection\Alias { ... }, 'argument_resolver.controller_locator' => class Symfony\Component\DependencyInjection\Alias { ... }]; private array $resources = ['/home/hidden/php/github/graphqlite-bundle/vendor/composer/installed.json' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/tests/GraphQLiteTestingKernel.php' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/GraphQLiteBundle.php' => class Symfony\Component\Config\Resource\FileResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\DataCollectorTranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Console\\DependencyInjection\\AddConsoleCommandPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\LoggingTranslatorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Serializer\\DependencyInjection\\SerializerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\PropertyInfo\\DependencyInjection\\PropertyInfoPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Form\\DependencyInjection\\FormPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Workflow\\DependencyInjection\\WorkflowGuardListenerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Mime\\DependencyInjection\\AddMimeTypeGuesserPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Scheduler\\DependencyInjection\\AddScheduleMessengerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Messenger\\DependencyInjection\\MessengerPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\HttpClient\\DependencyInjection\\HttpClientPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, 'Symfony\\Component\\Workflow\\DependencyInjection\\WorkflowDebugPass' => class Symfony\Component\Config\Resource\ClassExistenceResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/GraphQLiteCompilerPass.php' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/OverblogGraphiQLEndpointWiringPass.php' => class Symfony\Component\Config\Resource\FileResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/config/bundles.php' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{packages}/*.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{packages}/test/**/*.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config/services.yaml' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\MyException' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestGraphqlController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestPhp8GraphqlController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ContactType' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductFactory' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductType' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures1/*01' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\EchoController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/NoSecurityBundleFixtures1/*0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{services}.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'glob./home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config0/{services}_test.{php,xml,yaml,yml}0' => class Symfony\Component\Config\Resource\GlobResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/translations' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/translations' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/translations' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation.yaml' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation.yml' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation.xml' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/src/Resources/config/validation' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, 'existence./home/hidden/php/github/graphqlite-bundle/config/validator' => class Symfony\Component\Config\Resource\FileExistenceResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/GraphQLiteExtension.php' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\DependencyInjection\\Configuration' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/Configuration.php' => class Symfony\Component\Config\Resource\FileResource { ... }, '/home/hidden/php/github/graphqlite-bundle/src/Resources/config/container/graphqlite.xml' => class Symfony\Component\Config\Resource\FileResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Tests\\GraphQLiteTestingKernel' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthenticationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthorizationService' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Server\\ServerConfig' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Mappers\\RequestParameterMiddleware' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\LoginController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQL\\MeController' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Types\\SymfonyUserInterfaceType' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }, 'reflection.TheCodingMachine\\GraphQLite\\Bundle\\Command\\DumpSchemaCommand' => class Symfony\Component\Config\Resource\ReflectionClassResource { ... }]; private array $extensionConfigs = ['framework' => [...], 'security' => [...], 'graphqlite' => [...]]; private Symfony\Component\DependencyInjection\Compiler\Compiler $compiler = class Symfony\Component\DependencyInjection\Compiler\Compiler { private Symfony\Component\DependencyInjection\Compiler\PassConfig $passConfig = class Symfony\Component\DependencyInjection\Compiler\PassConfig { ... }; private array $log = [...]; private Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph $serviceReferenceGraph = class Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph { ... } }; private bool $trackResources = TRUE; private Symfony\Component\DependencyInjection\LazyProxy\Instantiator\InstantiatorInterface $proxyInstantiator = *uninitialized*; private Symfony\Component\DependencyInjection\ExpressionLanguage $expressionLanguage = *uninitialized*; private array $expressionLanguageProviders = []; private array $usedTags = [0 => 'container.env_var_processor', 1 => 'cache.pool', 2 => 'kernel.event_subscriber', 3 => 'kernel.event_listener', 4 => 'controller.service_arguments', 5 => 'routing.loader', 6 => 'validator.constraint_validator', 7 => 'validator.initializer', 8 => 'routing.expression_language_provider', 9 => 'translation.extractor', 10 => 'translation.dumper', 11 => 'kernel.fragment_renderer', 12 => 'controller.targeted_value_resolver', 13 => 'controller.argument_value_resolver', 14 => 'kernel.locale_aware', 15 => 'validator.auto_mapper', 16 => 'container.reversible', 17 => 'security.expression_language_provider', 18 => 'security.voter', 19 => 'ldap']; private array $envPlaceholders = []; private array $envCounters = []; private array $vendors = [0 => '/home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/vendor', 1 => '/home/hidden/php/github/graphqlite-bundle/vendor']; private array $pathsInVendor = ['/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/dependency-injection/Compiler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/tests' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/Kernel' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Bundle' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/security-bundle' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/DependencyInjection/Compiler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/routing/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/translation/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/event-dispatcher/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/validator/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/console/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/property-info/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/cache/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/framework-bundle/DependencyInjection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/security-bundle/DependencyInjection/Compiler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/DependencyInjection' => FALSE, '/home/hidden/php/github/graphqlite-bundle/config/bundles.php' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/config' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/Controller' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/Types' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/NoSecurityBundleFixtures/Controller' => FALSE, '/home/hidden/php/github/graphqlite-bundle/tests/NoSecurityBundleFixtures' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-foundation/Session/Storage/Handler' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/thecodingmachine/graphqlite/src' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Security' => FALSE, '/home/hidden/php/github/graphqlite-bundle/src/Server' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/webonyx/graphql-php/src/Validator/Rules' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/thecodingmachine/graphqlite/src/Mappers' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Controller' => FALSE, '/home/hidden/php/github/graphqlite-bundle/src/Mappers' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/thecodingmachine/graphqlite-symfony-validator-bridge/src/Mappers/Parameters' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Controller/GraphQL' => FALSE, '/home/hidden/php/github/graphqlite-bundle/src/Types' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/cache/Adapter' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/cache' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/CacheClearer' => TRUE, '/home/hidden/php/github/graphqlite-bundle/src/Command' => FALSE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/dependency-injection' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Fragment' => TRUE, '/home/hidden/php/github/graphqlite-bundle/vendor/symfony/http-kernel/Controller/ArgumentResolver' => TRUE]; private array $autoconfiguredInstanceof = ['Symfony\\Component\\Asset\\PackageInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\AssetMapper\\Compiler\\AssetCompilerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Console\\Command\\Command' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Config\\ResourceCheckerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\DependencyInjection\\EnvVarLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\DependencyInjection\\EnvVarProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Cache\\CallbackInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\DependencyInjection\\ServiceLocator' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Service\\ServiceSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\Controller\\ValueResolverInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Form\\FormTypeInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Form\\FormTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Form\\FormTypeExtensionInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\CacheClearer\\CacheClearerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\HttpKernel\\CacheWarmer\\CacheWarmerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\EventDispatcher\\EventSubscriberInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Translation\\LocaleAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Contracts\\Service\\ResetInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Validator\\ConstraintValidatorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Validator\\GroupProviderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Validator\\ObjectInitializerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Messenger\\Handler\\BatchHandlerInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Messenger\\Transport\\TransportFactoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Psr\\Log\\LoggerAwareInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RouteLoaderInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Symfony\\Component\\Security\\Core\\Authorization\\Voter\\VoterInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'GraphQL\\Type\\Definition\\ObjectType' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'TheCodingMachine\\GraphQLite\\Mappers\\Root\\RootTypeMapperFactoryInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }, 'Monolog\\Processor\\ProcessorInterface' => class Symfony\Component\DependencyInjection\ChildDefinition { ... }]; private array $autoconfiguredAttributes = ['Symfony\\Component\\EventDispatcher\\Attribute\\AsEventListener' => class Closure { ... }, 'Symfony\\Component\\HttpKernel\\Attribute\\AsController' => class Closure { ... }, 'Symfony\\Component\\RemoteEvent\\Attribute\\AsRemoteEventConsumer' => class Closure { ... }, 'Symfony\\Component\\Messenger\\Attribute\\AsMessageHandler' => class Closure { ... }, 'Symfony\\Component\\HttpKernel\\Attribute\\AsTargetedValueResolver' => class Closure { ... }, 'Symfony\\Component\\Scheduler\\Attribute\\AsSchedule' => class Closure { ... }, 'Symfony\\Component\\Scheduler\\Attribute\\AsPeriodicTask' => class Closure { ... }, 'Symfony\\Component\\Scheduler\\Attribute\\AsCronTask' => class Closure { ... }]; private array $removedIds = ['cache.early_expiration_handler' => TRUE, 'session.marshalling_handler' => TRUE]; private array $removedBindingIds = []; private array $classReflectors = ['TheCodingMachine\\GraphQLite\\Bundle\\Tests\\GraphQLiteTestingKernel' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\KernelInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\RebootableInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\TerminableInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CompilerPassInterface' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\Kernel\\MicroKernelTrait' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\Bundle\\BundleInterface' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AssetsContextPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\LoggerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\RemoveEmptyControllerArgumentLocatorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Routing\\DependencyInjection\\RoutingResolverPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\PriorityTaggedServiceTrait' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\DataCollectorTranslatorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ProfilerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\EventDispatcher\\DependencyInjection\\RegisterListenersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddConstraintValidatorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddValidatorInitializersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Console\\DependencyInjection\\AddConsoleCommandPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslatorPathsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\LoggingTranslatorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Routing\\DependencyInjection\\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationExtractorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Translation\\DependencyInjection\\TranslationDumperPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\FragmentRendererPass' => class ReflectionClass { ... }, 'Symfony\\Component\\PropertyInfo\\DependencyInjection\\PropertyInfoPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\ControllerArgumentValueResolverPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolClearerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CachePoolPrunerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\ResettableServicePass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\RegisterLocaleAwareServicesPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerWeakRefPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\TestServiceContainerRealRefPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Validator\\DependencyInjection\\AddAutoMappingConfigurationPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterReverseContainerPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\RemoveUnusedSessionMarshallingHandlerPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ErrorLoggerCompilerPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\VirtualRequestStackPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\AddDebugLogProcessorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\UnusedTagsPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\FrameworkBundle\\DependencyInjection\\Compiler\\ContainerBuilderDebugDumpPass' => class ReflectionClass { ... }, 'Symfony\\Component\\Cache\\DependencyInjection\\CacheCollectorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddExpressionLanguageProvidersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddSecurityVotersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\AddSessionDomainConstraintPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\CleanRememberMeVerifierPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterCsrfFeaturesPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterTokenUsageTrackingPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterLdapLocatorPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterEntryPointPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\RegisterGlobalSecurityEventListenersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\SortFirewallListenersPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\ReplaceDecoratedRememberMeHandlerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\EventDispatcher\\DependencyInjection\\AddEventAliasesPass' => class ReflectionClass { ... }, 'Symfony\\Bundle\\SecurityBundle\\DependencyInjection\\Compiler\\MakeFirewallsEventDispatcherTraceablePass' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\DependencyInjection\\GraphQLiteCompilerPass' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\DependencyInjection\\OverblogGraphiQLEndpointWiringPass' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\MyException' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestGraphqlController' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Controller\\TestPhp8GraphqlController' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ContactType' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductFactory' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types\\ProductType' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\EchoController' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\AddAnnotatedClassesToCachePass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpKernel\\DependencyInjection\\MergeExtensionConfigurationPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveClassPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterAutoconfigureAttributesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireAsDecoratorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AttributeAutoconfigurationPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveInstanceofConditionalsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterEnvVarProcessorsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ExtensionCompilerPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutoAliasServicePass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ValidateEnvPlaceholdersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveDecoratorStackPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveAutowireInlineAttributesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveChildDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RegisterServiceSubscribersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveParameterPlaceHoldersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveFactoryClassPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveNamedArgumentsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireRequiredMethodsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowireRequiredPropertiesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveBindingsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ServiceLocatorTagPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\DecoratorServicePass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckDefinitionValidityPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AutowirePass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveTaggedIteratorArgumentPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveServiceSubscribersPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveReferencesToAliasesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveInvalidReferencesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AnalyzeServiceReferencesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckCircularReferencesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckReferenceValidityPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckArgumentsValidityPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemovePrivateAliasesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ReplaceAliasByActualDefinitionPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveAbstractDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveUnusedDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\CheckExceptionOnInvalidReferenceBehaviorPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\InlineServiceDefinitionsPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\DefinitionErrorExceptionPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveHotPathPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\ResolveNoPreloadPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\AliasDeprecatedPublicServicesPass' => class ReflectionClass { ... }, 'Symfony\\Component\\DependencyInjection\\Compiler\\RemoveBuildParametersPass' => class ReflectionClass { ... }, 'stdClass' => class ReflectionClass { ... }, 'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\SchemaFactory' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Schema' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\AggregateControllerQueryProviderFactory' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\AnnotationReader' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthenticationService' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Security\\AuthorizationService' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Server\\ServerConfig' => class ReflectionClass { ... }, 'GraphQL\\Validator\\Rules\\DisableIntrospection' => class ReflectionClass { ... }, 'GraphQL\\Validator\\Rules\\QueryComplexity' => class ReflectionClass { ... }, 'GraphQL\\Validator\\Rules\\QueryDepth' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Mappers\\StaticTypeMapper' => class ReflectionClass { ... }, 'TheCodingMachine\\GraphQLite\\Bundle\\Controller\\GraphQLiteController' => class ReflectionClass { ... }, ...] }) /home/hidden/php/github/graphqlite-bundle/vendor/symfony/dependency-injection/Compiler/Compiler.php:73
PHP  23. TheCodingMachine\GraphQLite\Bundle\DependencyInjection\GraphQLiteCompilerPass->getClassList($namespace = 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Types') /home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/GraphQLiteCompilerPass.php:250
PHP  24. FilterIterator->rewind() /home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/GraphQLiteCompilerPass.php:487
PHP  25. Kcs\ClassFinder\Iterator\ClassIterator->next() /home/hidden/php/github/graphqlite-bundle/src/DependencyInjection/GraphQLiteCompilerPass.php:487
PHP  26. Generator->next() /home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/ClassIterator.php:64
PHP  27. Kcs\ClassFinder\Iterator\ClassIterator->next() /home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/FilteredComposerIterator.php:134
PHP  28. Generator->next() /home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/ClassIterator.php:64
PHP  29. Kcs\ClassFinder\Iterator\Psr4Iterator->getGenerator() /home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/ClassIterator.php:64
PHP  30. Kcs\ClassFinder\Iterator\{closure:/home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/Psr4Iterator.php:62-64}($path = '/home/hidden/php/github/graphqlite-bundle/tests/Fixtures/Entities/BadClass.php', $class = 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Entities\\BadClass') /home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/Psr4Iterator.php:99
PHP  31. class_exists($class = 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Entities\\BadClass', $autoload = TRUE) /home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/Psr4Iterator.php:63
PHP  32. Symfony\Component\ErrorHandler\DebugClassLoader->loadClass($class = 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Entities\\BadClass') /home/hidden/php/github/graphqlite-bundle/vendor/kcs/class-finder/lib/Iterator/Psr4Iterator.php:63
PHP  33. Composer\Autoload\ClassLoader->loadClass($class = 'TheCodingMachine\\GraphQLite\\Bundle\\Tests\\Fixtures\\Entities\\BadClass') /home/hidden/php/github/graphqlite-bundle/vendor/symfony/error-handler/DebugClassLoader.php:304
PHP  34. Composer\Autoload\{closure:/home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/vendor/composer/ClassLoader.php:575-577}($file = '/home/hidden/php/github/graphqlite-bundle/vendor/composer/../../tests/Fixtures/Entities/BadClass.php') /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/vendor/composer/ClassLoader.php:427
PHP  35. include() /home/hidden/php/github/graphqlite-bundle/vendor/bin/.phpunit/phpunit-8.5-0/vendor/composer/ClassLoader.php:576

THE ERROR HANDLER HAS CHANGED!
Process finished with exit code 255

@alekitto
Copy link
Owner

Hi @andrew-demb,
For the first part: yes, it expected for the class finder to load the classes inside the folders where there's a chance to find the requested namespace prefixes according to the composer.json file.

The second part is trickier, but to make it short, it is caused by composer/composer#6987 and it cannot be fixed: the presence of a global class or a global function (or a misspelled namespace) inside a PSR-0/4 structure will break the autoloader and the finder if not used with a generated authoritative classmap.
The only way to avoid that is to explicitly exclude those files via pathFilter; in your case you can probably let the user to configure an array of paths to be excluded from the search.

@andrew-demb
Copy link
Author

Thank you, @alekitto.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants