Error messages

This is the list of error messages, as found in die() and exit() expressions.

MessageFileLine
'Test that PHPUnit\'s error handler fires.'/src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php39
'Test abc'/src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php30
'fcy'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php87
'ccc'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php86
'root deprecation'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php16
sprintf('Since acme/lib 3.0: %s is deprecated, use %s_new instead.', ...$args)/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php15
'bar'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php55
'foo'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php54
'foo'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php42
'foo'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php29
'bar'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php85
'foo'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php84
'bar'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php69
'foo'/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php68
strtr($message, $replace)/src/Symfony/Component/Cache/CacheItem.php161
'Missing SASL support: the memcached extension must be compiled with --enable-memcached-sasl.'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php222
'Using WebProfilerBundle in production is not supported and puts your project at risk, disable it.'/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php24
'Class not found: ' . $class/src/Symfony/Component/Config/ResourceCheckerConfigCache.php177
'silenced foo deprecation'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php22
sprintf('Undefined property: %s::$%s in %s on line %s', $this::class, $name, $frame['file'], $frame['line'])/src/Symfony/Component/VarExporter/LazyGhostTrait.php137
'unsilenced foo deprecation'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php23
sprintf('serialize(): "%s" returned as member variable from __sleep() but does not exist', $name)/src/Symfony/Component/VarExporter/LazyGhostTrait.php314
sprintf('Undefined property: %s::$%s in %s on line %s', $instance::class, $name, $frame['file'], $frame['line'])/src/Symfony/Component/VarExporter/LazyProxyTrait.php118
sprintf('serialize(): "%s" returned as member variable from __sleep() but does not exist', $name)/src/Symfony/Component/VarExporter/LazyProxyTrait.php303
'silenced bar deprecation'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php30
'serialize(): __sleep should return an array only containing the names of instance-variables to serialize'/src/Symfony/Component/VarExporter/Internal/Exporter.php130
'foo'/src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php27
'unsilenced bar deprecation'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php31
sprintf('serialize(): "%s" returned as member variable from __sleep() but does not exist', $n)/src/Symfony/Component/VarExporter/Internal/Exporter.php173
'foo'/src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php40
'silenced foo deprecation'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php24
''/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php125
'bar'/src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php41
'unsilenced foo deprecation'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php25
''/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php155
''/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php177
''/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php247
'Hello'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php79
'foo ' . $anonymousObject::class . ' bar'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php341
'foo'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php603
'bar'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php604
'Test Error'/src/Symfony/Component/Process/Tests/ProcessTest.php74
($package || $version ? "Since $package $version: " : '') . ($args ? vsprintf($message, $args) : $message)/src/Symfony/Contracts/Deprecation/function.php25
serialize(['deprecation' => $deprecation[1], 'class' => $className, 'method' => $test->getName(false), 'triggering_file' => $deprecation[2] ?? null, 'files_stack' => $deprecation[3] ?? [ ]])/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php283
(\extension_loaded('curl') ? 'Upgrade' : 'Install') . ' the curl extension or run "composer require amphp/http-client:^4.2.1" to perform async HTTP operations, including full HTTP/2 support'/src/Symfony/Component/HttpClient/HttpClient.php65
'Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient'/src/Symfony/Component/HttpClient/HttpClient.php58
'Missing options "client" or "response" in "symfony" stream context.'/src/Symfony/Component/HttpClient/Response/StreamWrapper.php113
sprintf('Invalid mode "%s": only "r" is supported.', $mode)/src/Symfony/Component/HttpClient/Response/StreamWrapper.php97
sprintf('Since App 3.0: %s is deprecated, use %s_new instead.', ...$args)/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/AppService.php25
sprintf('Since bar/lib 3.0: %s is deprecated, use %s_new instead.', ...$args)/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/bar/lib/AnotherService.php13
'I come from… afar! :D'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php3
__FUNCTION__ . ' from foo is deprecated! You should stop relying on it!'/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/foo/lib/SomeOtherService.php10
'bar'/src/Symfony/Bridge/PhpUnit/Tests/FailTests/ExpectDeprecationTraitTestFail.php48
'bar'/src/Symfony/Bridge/PhpUnit/Tests/FailTests/ExpectDeprecationTraitTestFail.php35
'Since symfony/phpunit-bridge 5.1: Using "@expectedDeprecation" annotations in tests is deprecated, use the "ExpectDeprecationTrait::expectDeprecation()" method instead.'/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php235
'foo'/src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestRisky.php34
1337/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php31
0/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php31
10/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php43
0/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php143
404/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php57
$handler->levels[$error['type']] . ': ' . $error['message']/src/Symfony/Component/ErrorHandler/ErrorHandler.php625
404/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php68
'This is a sample exception.'/src/Symfony/Component/HttpKernel/Controller/ErrorController.php55
'Submitted data was expected to be text or number, file upload given.'/src/Symfony/Component/Form/Form.php457
'Submitted data was expected to be text or number, array given.'/src/Symfony/Component/Form/Form.php461
sprintf('The choices "%s" do not exist in the choice list.', $clientDataAsString)/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php185
'Fri, 31 Dec 1999 23:59:59 GMT'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php111
sprintf('Transfer closed with %s bytes remaining to read.', $remaining)/src/Symfony/Component/HttpClient/Response/NativeResponse.php297
120/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php108
'Transfer closed with outstanding data remaining from chunked response.'/src/Symfony/Component/HttpClient/Response/NativeResponse.php299
'test'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php220
sprintf('Failed writing %d bytes to the response buffer.', \strlen($content))/src/Symfony/Component/HttpClient/Response/AsyncResponse.php272
120/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php114
sprintf('Failed writing %d bytes to the response buffer.', \strlen($content))/src/Symfony/Component/HttpClient/Response/AsyncResponse.php396
'Basic realm="My Realm"'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php52
sprintf('Unsupported protocol for "%s"', curl_getinfo($ch, \CURLINFO_EFFECTIVE_URL))/src/Symfony/Component/HttpClient/Response/CurlResponse.php142
'foo'/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php143
sprintf('Userland callback cannot use the client nor the response while processing "%s".', curl_getinfo($response->handle, \CURLINFO_EFFECTIVE_URL))/src/Symfony/Component/HttpClient/Response/CurlResponse.php274
'Fri, 31 Dec 1999 23:59:59 GMT'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php105
ucfirst(curl_error($ch) ?: curl_strerror($result)) . sprintf(' for "%s".', curl_getinfo($ch, \CURLINFO_EFFECTIVE_URL))/src/Symfony/Component/HttpClient/Response/CurlResponse.php315
'Basic realm="My Realm"'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php102
''/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php31
0/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php231
0/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php31
0/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php262
10/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php43
0/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php329
69/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php31
'second'/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php75
'Challenge'/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php31
'test2'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php242
'Challenge'/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php21
'42S02'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php242
''/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php31
0/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php165
0/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php31
0/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php198
'Challenge'/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php50
'Challenge'/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php43
200/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php44
''/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php44
200/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php68
'third'/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php76
''/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php62
'second'/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php86
''/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php31
10/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php21
'Validation Failed'/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php103
'Validation Failed'/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php127
'Validation Failed'/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php102
422/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php103
'Provider server error.'/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php256
'Exception message'/src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php25
422/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php127
sprintf('Rate limit exceeded (%s). please wait %s seconds.', $headers['x-rate-limit-limit'][0], $headers['x-rate-limit-reset'][0])/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php251
'Exception message'/src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php34
'Unrecognized option "foo" under "root"'/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php68
503/src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php25
503/src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php34
'resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php27
'foobar'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php27
'resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php21
0/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php27
0/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php62
0/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php56
sprintf('Failed writing %d bytes to the response buffer.', \strlen($chunk))/src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php201
sprintf('Error while processing content unencoding for "%s".', $response->getInfo('url'))/src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php196
'foo ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php242
0/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php110
0/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php74
0/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php68
'Response content-type is "text/html; charset="utf-8"" while "text/event-stream" was expected for "http://localhost:8080/events".'/src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php190
'Response content-type is "text/html" while "text/event-stream" was expected for "http://localhost:8080/events".'/src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php189
'bar ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php299
'bar ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php280
'Validation Failed'/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php79
422/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php79
'Validation Failed'/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php78
'Response content-type is "text/event-streambla" while "text/event-stream" was expected for "http://localhost:8080/events".'/src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php191
'resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php39
'attribute'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php39
'resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php45
'sourceResource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php45
0/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php33
'resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php33
0/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php39
'third'/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php87
'annotation'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php33
'second'/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php97
'third'/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php98
'retry'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php77
'message'/src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php54
'message'/src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php122
'@resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php51
'message'/src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php175
'sourceResource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php51
'foo: bar'/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php21
42/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php21
'/var/www/app/config.yml'/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php21
'Full authentication is required to access this resource.'/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php143
0/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php256
'Bad credentials.'/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php256
'Unable to send an email: "cannot-be-decoded" (code 200).'/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php154
'embed'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php177
''/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php234
'embed'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php178
sprintf('User "%s" not found.', $identifier)/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Security/Core/User/ArrayUserProvider.php51
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php179
'Invalid reference.'/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php42
0/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php143
'int'/src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php24
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php74
'my_service'/src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php24
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php74
'App\DummyService'/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php33
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php74
'Cannot autowire service "App\DummyService": argument "$email" of method "__construct()" is type-hinted "string", you should configure its value explicitly.'/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php23
'Invalid CSRF.'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php151
'App\DummyService'/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php22
'embed'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php73
implode(' ', $msg)/src/Symfony/Component/DependencyInjection/ServiceLocator.php130
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php73
'String not allowed as function argument.'/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php53
'embed'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php73
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php74
404/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php44
2/src/Symfony/Component/ErrorHandler/ErrorHandler.php623
404/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php45
'There is no button with "Register" as its content, id, value or name.'/src/Symfony/Component/BrowserKit/Tests/AbstractBrowserTest.php393
500/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php46
$handler->levels[$error['type']] . ': ' . $error['message']/src/Symfony/Component/ErrorHandler/ErrorHandler.php623
404/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php49
0/src/Symfony/Component/ErrorHandler/ErrorHandler.php623
500/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php50
0/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php44
404/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php43
0/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php31
'syntax error message'/src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php370
'/foo'/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php44
10/src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php370
'bar'/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php44
''/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php25
'/foo'/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php25
'/foo'/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php31
0/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php25
'Unable to send an email: "The To is mandatory but missing from the input" (code 400).'/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php213
'Could not reach the remote Mailjet server.'/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php175
sprintf('Unable to send an email: "%s" malformed api response.', $json)/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php260
'Unable to send an email: "response-content" (code 400).'/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php234
'not found'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php64
'unsupported'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php90
'not found'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php33
'not found'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php56
0/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php93
'Page not found.'/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php50
'@resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php91
401/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php67
0/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php79
'resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php77
'resource'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php63
403/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php68
0/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php65
500/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php71
400/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php66
404/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php69
400/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php65
400/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php64
405/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php70
400/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php63
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php73
'embed'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php72
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php72
'embed'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php72
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php72
'Got nested ::not().'/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php43
''/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php71
sprintf('Got immediate child pseudo-element ":%s" not at the start of a selector', $pseudoElement)/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php48
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php71
''/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php70
0/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php70
42/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php29
'SAFE MESSAGE'/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php40
sprintf('Expected %s, but %s found.', $expectedValue, $foundToken)/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php28
'Username could not be found.'/src/Symfony/Component/Security/Core/Tests/Exception/UserNotFoundExceptionTest.php21
sprintf('Unexpected pseudo-element "::%s" found %s.', $pseudoElement, $unexpectedLocation)/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php33
'unsupported'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php259
sprintf('Unclosed/invalid string at %s.', $position)/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php38
'unsupported'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php231
'Error message'/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php21
'unsupported'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php168
'foo: bar'/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php29
'unsupported'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php155
'äöü.yml'/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php29
'not found'/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php122
'Error message'/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php29
10/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php21
''/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php31
0/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php31
'Error with no types'/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/RequestPayloadValueResolverTest.php352
405/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php59
'Invalid request.'/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php59
0/src/Symfony/Component/ErrorHandler/ErrorHandler.php625
2/src/Symfony/Component/ErrorHandler/ErrorHandler.php625
sprintf('The URL "%s" is not valid.', $url)/src/Symfony/Component/BrowserKit/Cookie.php151
sprintf('The cookie string "%s" is not valid.', $parts[0])/src/Symfony/Component/BrowserKit/Cookie.php132
'You cannot pass non-empty bodies as the Mime component is not installed. Try running "composer require symfony/mime".'/src/Symfony/Component/BrowserKit/HttpBrowser.php70
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__)/src/Symfony/Component/BrowserKit/HttpBrowser.php35
sprintf('Cannot export value of type "%s".', get_debug_type($value))/src/Symfony/Component/VarExporter/Internal/Exporter.php287
$class . '::__serialize() must return an array'/src/Symfony/Component/VarExporter/Internal/Exporter.php86
sprintf('The cookie expiration time "%s" is not valid.', $expires)/src/Symfony/Component/BrowserKit/Cookie.php80
sprintf('JSON content was expected to decode to an array, "%s" returned.', get_debug_type($content))/src/Symfony/Component/BrowserKit/Response.php107
'Bad value for TestClass::$protected'/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildTestClass.php36
'Bad value for TestClass::$private'/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildTestClass.php27
sprintf('Call to %s method "%s::__serialize()".', $reflector->getMethod('__serialize')->isProtected( ) ? 'protected' : 'private', $class)/src/Symfony/Component/VarExporter/Internal/Exporter.php82
get_resource_type($value) . ' resource'/src/Symfony/Component/VarExporter/Internal/Exporter.php43
__FUNCTION__ . "({$name})"/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php23
__FUNCTION__ . "({$name})"/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php18
__FUNCTION__ . "({$name})"/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php33
__FUNCTION__ . "({$name})"/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php28
sprintf('OUTPUT: %s ERROR OUTPUT: %s.', $process->getOutput( ), $process->getErrorOutput( ))/src/Symfony/Component/BrowserKit/AbstractBrowser.php431
'To insulate requests, you need to override the getScript() method.'/src/Symfony/Component/BrowserKit/AbstractBrowser.php455
'The request was not redirected.'/src/Symfony/Component/BrowserKit/AbstractBrowser.php535
sprintf('The maximum number (%d) of redirections was reached.', $this->maxRedirects)/src/Symfony/Component/BrowserKit/AbstractBrowser.php541
sprintf('The "request()" method must be called before "%s()".', __METHOD__)/src/Symfony/Component/BrowserKit/AbstractBrowser.php249
sprintf('The "request()" method must be called before "%s()".', __METHOD__)/src/Symfony/Component/BrowserKit/AbstractBrowser.php274
sprintf('The "request()" method must be called before "%s()".', __METHOD__)/src/Symfony/Component/BrowserKit/AbstractBrowser.php303
sprintf('There is no button with "%s" as its content, id, value or name.', $button)/src/Symfony/Component/BrowserKit/AbstractBrowser.php307
sprintf('The "request()" method must be called before "%s()".', __METHOD__)/src/Symfony/Component/BrowserKit/AbstractBrowser.php195
sprintf('The "request()" method must be called before "%s()".', __METHOD__)/src/Symfony/Component/BrowserKit/AbstractBrowser.php215
sprintf('The "request()" method must be called before "%s()".', __METHOD__)/src/Symfony/Component/BrowserKit/AbstractBrowser.php228
sprintf('The "request()" method must be called before "%s()".', __METHOD__)/src/Symfony/Component/BrowserKit/AbstractBrowser.php236
'You are already on the first page.'/src/Symfony/Component/BrowserKit/History.php61
'You are already on the last page.'/src/Symfony/Component/BrowserKit/History.php75
'The page history is empty.'/src/Symfony/Component/BrowserKit/History.php89
'Unable to isolate requests as the Symfony Process Component is not installed. Try running "composer require symfony/process".'/src/Symfony/Component/BrowserKit/AbstractBrowser.php113
'Messages passed to RoutableMessageBus::dispatch() must be inside an Envelope.'/src/Symfony/Component/Messenger/RoutableMessageBus.php40
sprintf('Message of type "%s" was handled multiple times. Only one handler is expected when using "%s::%s()", got %d: %s.', get_debug_type($envelope->getMessage( )), static::class, __FUNCTION__, \count($handledStamps), $handlers)/src/Symfony/Component/Messenger/HandleTrait.php51
sprintf('Message of type "%s" was handled zero times. Exactly one handler is expected when using "%s::%s()".', get_debug_type($envelope->getMessage( )), static::class, __FUNCTION__)/src/Symfony/Component/Messenger/HandleTrait.php45
sprintf('You must provide a "%s" instance in the "%s::$messageBus" property, but that property has not been initialized yet.', MessageBusInterface::class, static::class)/src/Symfony/Component/Messenger/HandleTrait.php37
sprintf('Receiver for "%s" does not implement "%s".', $transportName, QueueReceiverInterface::class)/src/Symfony/Component/Messenger/Worker.php89
'boo'/src/Symfony/Component/ErrorHandler/Tests/Fixtures/Throwing.php3
'This script must be run from the command line.'/src/Symfony/Component/ErrorHandler/Resources/bin/extract-tentative-return-types.php14
'Invalid logger provided.'/src/Symfony/Component/ErrorHandler/ErrorHandler.php258
'No logger provided.'/src/Symfony/Component/ErrorHandler/ErrorHandler.php251
'Unknown error type: ' . $type/src/Symfony/Component/ErrorHandler/ErrorHandler.php246
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/ErrorHandler/BufferingLogger.php45
'Cannot serialize ' . __CLASS__/src/Symfony/Component/ErrorHandler/BufferingLogger.php40
sprintf('Case mismatch between class and real file names: "%s" vs "%s" in "%s".', $message[0], $message[1], $message[2])/src/Symfony/Component/ErrorHandler/DebugClassLoader.php358
sprintf('The autoloader expected class "%s" to be defined in file "%s". The file was found but the class was not in it, the class name or namespace probably has a typo.', $class, $file)/src/Symfony/Component/ErrorHandler/DebugClassLoader.php354
sprintf('Trying to autoload a class with an invalid name "%s". Be careful that the namespace separator is "\" in PHP, not "/".', $class)/src/Symfony/Component/ErrorHandler/DebugClassLoader.php351
sprintf('Case mismatch between loaded and declared class names: "%s" vs "%s".', $class, $name)/src/Symfony/Component/ErrorHandler/DebugClassLoader.php335
'Encoded envelope should have at least a "body", or maybe you should implement your own serializer.'/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php45
'Could not decode an empty message using PHP serialization.'/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php75
'Could not decode message: ' . $e->getMessage( )/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php85
'Could not decode stamp: ' . $e->getMessage( )/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php125
'Encoded envelope should have at least a "body" and some "headers", or maybe you should implement your own serializer.'/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php65
'Encoded envelope does not have a "type" header.'/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php69
'No transport supports the given Messenger DSN.' . $packageSuggestion/src/Symfony/Component/Messenger/Transport/TransportFactory.php56
sprintf('The "%s" class requires Symfony\'s Serializer component. Try running "composer require symfony/serializer" or use "%s" instead.', __CLASS__, PhpSerializer::class)/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php52
sprintf('No sender for message "%s".', $context['class'])/src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php66
'Redelivered message from AMQP detected that will be rejected and trigger the retry logic.'/src/Symfony/Component/Messenger/Middleware/RejectRedeliveredMessageMiddleware.php38
sprintf('A handler implementing BatchHandlerInterface must return the size of the current batch as a positive integer, "%s" returned from "%s".', \is_int($result) ? $result : get_debug_type($result), get_debug_type($batchHandler))/src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php80
sprintf('No handler for message "%s".', $context['class'])/src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php117
sprintf('The acknowledger was not called by the "%s" batch handler.', $this->handlerClass)/src/Symfony/Component/Messenger/Handler/Acknowledger.php66
sprintf('The acknowledger cannot be called twice by the "%s" batch handler.', $this->handlerClass)/src/Symfony/Component/Messenger/Handler/Acknowledger.php73
'Envelope is missing a BusNameStamp and no fallback message bus is configured on RoutableMessageBus.'/src/Symfony/Component/Messenger/RoutableMessageBus.php48
sprintf('Bus named "%s" does not exist.', $busName)/src/Symfony/Component/Messenger/RoutableMessageBus.php63
sprintf('Delay must be greater than or equal to zero: "%s" given.', $delayMilliseconds)/src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php51
'You cannot call reject() on the Messenger SyncTransport.'/src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php47
sprintf('Max delay must be greater than or equal to zero: "%s" given.', $maxDelayMilliseconds)/src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php61
sprintf('Multiplier must be greater than zero: "%s" given.', $multiplier)/src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php56
'Redis Sentinel support requires ext-redis>=5.2, or ext-relay.'/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php84
'The redis transport requires php-redis 4.3.0 or higher.'/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php74
sprintf('Failed to retrieve master information from sentinel "%s".', $sentinelMaster)/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php150
'Cannot configure Redis Sentinel and Redis Cluster instance at the same time.'/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php88
'Could not decode message into an Envelope.'/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php106
'Could not decode Envelope: ' . $e->getMessage( )/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php99
sprintf('Invalid senders configuration: sender "%s" is not in the senders locator.', $senderAlias)/src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php72
sprintf('Message class "%s" not found during decoding.', $class)/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php121
'No TransportMessageIdStamp found on the Envelope.'/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php88
'No TransportMessageIdStamp found on the Envelope.'/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php77
'You cannot call ack() on the Messenger SyncTransport.'/src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php42
'You cannot receive messages from the Messenger SyncTransport.'/src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php37
json_last_error_msg( )/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php527
"Message delay is too big: {$delayInMs}ms."/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php537
json_last_error_msg( )/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php549
sprintf('More than one group exists for stream "%s", delete_after_ack and delete_after_reject cannot be enabled as it risks deleting messages before all groups could consume them.', $this->stream)/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php600
'No RedisReceivedStamp found on the Envelope.'/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php103
sprintf('You cannot use the "%s" as the "amqp" extension is not installed.', __CLASS__)/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php103
'The given AMQP DSN is invalid.'/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php169
'No CA certificate has been provided. Set "amqp.cacert" in your php.ini or pass the "cacert" parameter in the DSN to use SSL. Alternatively, you can use amqp:// to use without SSL.'/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php227
sprintf('"%s" should be configured, got an empty string.', $key)/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php164
'Redis connection failed: ' . $redis->getLastError( )/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php195
'Redis connection failed: ' . $redis->getLastError( )/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php199
'Missing host in DSN, it must be defined when using Redis Cluster.'/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php237
sprintf('Invalid option(s) "%s" passed to the Redis Messenger transport.', implode('", "', $invalidOptions))/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php248
sprintf('Invalid Redis DSN: "%s".', $dsn)/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php271
'The given Redis DSN is invalid.'/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php327
'Could not add a message to the redis stream.'/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php409
sprintf('The table name must be an instance of "%s" or a string ("%s" given).', AbstractAsset::class, get_debug_type($tableName))/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php299
sprintf('Unknown option found in DSN: [%s]. Allowed options are [%s].', implode(', ', $queryExtraKeys), implode(', ', array_keys(static::DEFAULT_OPTIONS)))/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php109
sprintf('Unknown option found: [%s]. Allowed options are [%s].', implode(', ', $optionsExtraKeys), implode(', ', array_keys(static::DEFAULT_OPTIONS)))/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php103
'The given Doctrine Messenger DSN is invalid.'/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php87
'No DoctrineReceivedStamp found on the Envelope.'/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceiver.php125
'Could not find Doctrine connection from Messenger DSN.'/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransportFactory.php48
'lastInsertId() returned false, no id was returned.'/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php461
'no id was returned by PostgreSQL from RETURNING clause.'/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php455
sprintf('Integer expected for queue argument "%s", "%s" given.', $key, get_debug_type($arguments[$key]))/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php265
sprintf('Invalid exchange option(s) "%s" passed to the AMQP Messenger transport.', implode('", "', $invalidExchangeOptions))/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php253
sprintf('Invalid queue option(s) "%s" passed to the AMQP Messenger transport.', implode('", "', $invalidQueueOptions))/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php246
sprintf('Invalid option(s) "%s" passed to the AMQP Messenger transport.', implode('", "', $invalidOptions))/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php236
'Expected output never arrived. Got "' . $process->getOutput( ) . '" instead.'/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php259
'No "AmqpReceivedStamp" stamp found on the Envelope.'/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceiver.php126
'Message publication failed due to a negative acknowledgment (nack) from the broker.'/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php499
'Could not connect to the AMQP server. Please verify the provided DSN.'/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php491
sprintf('Unknown option found: [%s]. Allowed options are [%s].', implode(', ', $optionsExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS)))/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php117
sprintf('Unknown option found in DSN: [%s]. Allowed options are [%s].', implode(', ', $queryExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS)))/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php123
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php75
'The given Amazon SQS DSN is invalid.'/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php106
'No AmazonSqsReceivedStamp found on the Envelope.'/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceiver.php96
'Failure from call ' . $this->timesCalled/src/Symfony/Component/Messenger/Tests/FailureIntegrationTest.php585
sprintf('The Amazon SQS queue "%s" does not exist (or you don\'t have permissions on it), and can\'t be created when an account is provided.', $this->configuration['queue_name'])/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php277
sprintf('Failed to create the Amazon SQS queue "%s".', $this->configuration['queue_name'])/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php293
'The given Beanstalkd DSN is invalid.'/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php62
sprintf('Unknown option found : [%s]. Allowed options are [%s].', implode(', ', $optionsExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS)))/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php81
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php38
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php43
'No BeanstalkdReceivedStamp found on the Envelope.'/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceiver.php79
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php70
sprintf('Unknown option found in DSN: [%s]. Allowed options are [%s].', implode(', ', $queryExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS)))/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php87
json_last_error_msg( )/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php119
'Unexpected call to handle'/src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php209
sprintf('AsMessageHandler attribute cannot declare a method on "%s::%s()".', $reflector->class, $reflector->name)/src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php803
'Please pass at least one receiver.'/src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php150
sprintf('Option "limit" must be a positive integer, "%s" passed.', $limit)/src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php181
'failed'/src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php57
'handler failed.'/src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php122
'Some exception while handling first event'/src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php117
'Some exception while handling Event level 2a'/src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php202
sprintf('The message with id "%s" could not decoded, it can only be shown or removed.', $this->getMessageId($envelope) ?? '?')/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php204
sprintf('The "%s" receiver does not support retrying messages by id.', $failureTransportName)/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php245
sprintf('The message "%s" was not found.', $id)/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php256
sprintf('The "%s" transport does not exist.', $transport)/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php67
sprintf('Option "time-limit" must be a positive integer, "%s" passed.', $timeLimit)/src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php200
sprintf('No default failure transport is defined. Available transports are: "%s".', implode('", "', array_keys($this->failureTransports->getProvidedServices( ))))/src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php165
sprintf('The "%s" failure transport was not found. Available transports are: "%s".', $name, implode('", "', array_keys($this->failureTransports->getProvidedServices( ))))/src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php169
'Message id must be passed when in non-interactive mode.'/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php118
'You cannot specify message ids when using the "--all" option.'/src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php75
'Please specify at least one message id. If you want to remove all failed messages, use the "--all" option.'/src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php73
sprintf('Invalid handler service "%s": bus "%s" specified on the tag "messenger.message_handler" does not exist (known ones are: "%s").', $serviceId, $tag['bus'], implode('", "', $busIds))/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php64
sprintf('The "%s" receiver does not support removing specific messages.', $failureTransportName)/src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php81
sprintf('The "%s" receiver does not support listing or showing specific messages.', $failureTransportName)/src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php73
sprintf('An error occurred while setting up the "%s" transport: ', $transportName) . $e->getMessage( )/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php83
sprintf('Bus "%s" does not exist. Known buses are "%s".', $bus, implode('", "', array_keys($this->mapping)))/src/Symfony/Component/Messenger/Command/DebugCommand.php68
sprintf('The message "%s" was not found.', $id)/src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php186
sprintf('Invalid handler service "%s": the list of messages to handle is empty.', $serviceId, $r->getName( ))/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php141
sprintf('Invalid handler service "%s": method "%s::%s()" does not exist.', $serviceId, $r->getName( ), $method)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php122
sprintf('Invalid handler service "%s": method "%s::%s()" requires at least one argument, first one being the message it handles.', $serviceId, $handlerClass->getName( ), $methodName)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php204
sprintf('Invalid handler service "%s": class "%s" must have an "%s()" method.', $serviceId, $handlerClass->getName( ), $methodName)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php200
sprintf('The handler configuration needs to return an array of messages or an associated array of message and configuration. Found value of type "%s" at position "%d" for service "%s".', get_debug_type($options), $message, $serviceId)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php91
sprintf('Invalid service "%s": class "%s" does not exist.', $serviceId, $className)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php71
sprintf('Invalid handler service "%s": class or interface "%s" ' . $messageLocation . ' not found.', $serviceId, $message)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php118
sprintf('Invalid configuration ' . $messageLocation . ' for message "%s": bus "%s" does not exist.', $message, $options['bus'])/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php109
'Message limit must be greater than zero.'/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMessageLimitListener.php35
'Time limit must be greater than zero.'/src/Symfony/Component/Messenger/EventListener/StopWorkerOnTimeLimitListener.php36
sprintf('Invalid middleware: service "%s" not found.', $id)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php353
sprintf('Invalid middleware factory "%s": a middleware factory must be an abstract definition.', $id)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php364
sprintf('Invalid handler service "%s": type-hint of argument "$%s" in method "%s::%s()" must be a class , "%s" given.', $serviceId, $parameters[0]->getName( ), $handlerClass->getName( ), $methodName, $type instanceof \ReflectionNamedType ? $type->getName( ) : (string) $type)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php235
sprintf('Invalid receiver "%s": class "%s" must implement interface "%s".', $id, $receiverClass, ReceiverInterface::class)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php260
sprintf('Invalid handler service "%s": argument "$%s" of method "%s::%s()" must have a type-hint corresponding to the message class it handles.', $serviceId, $parameters[0]->getName( ), $handlerClass->getName( ), $methodName)/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php213
sprintf('Invalid handler service "%s": type-hint of argument "$%s" in method "%s::__invoke()" must be a class , "%s" given.', $serviceId, $parameters[0]->getName( ), $handlerClass->getName( ), implode('|', $invalidTypes))/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php231
sprintf('Failed to define an expiration for the "%s" semaphore.', $this->key)/src/Symfony/Component/Semaphore/Semaphore.php112
sprintf('Failed to release the "%s" semaphore.', $this->key)/src/Symfony/Component/Semaphore/Semaphore.php131
sprintf('Failed to acquire the "%s" semaphore.', $this->key)/src/Symfony/Component/Semaphore/Semaphore.php86
'You have to define an expiration duration.'/src/Symfony/Component/Semaphore/Semaphore.php93
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Semaphore/Semaphore.php48
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Semaphore/Semaphore.php53
'Failure limit must be greater than zero.'/src/Symfony/Component/Messenger/EventListener/StopWorkerOnFailureLimitListener.php35
sprintf('Could not find sender "%s" based on the same receiver to send the failed message to for retry.', $alias)/src/Symfony/Component/Messenger/EventListener/SendFailedMessageForRetryListener.php165
"The TTL should be greater than 0, '$ttlInSecond' given."/src/Symfony/Component/Semaphore/Store/RedisStore.php100
"The TTL should be greater than 0, '$ttlInSecond' given."/src/Symfony/Component/Semaphore/Store/RedisStore.php37
sprintf('Unsupported Connection: "%s".', $connection)/src/Symfony/Component/Semaphore/Store/StoreFactory.php48
'Unsupported Redis DSN. Try running "composer require symfony/cache".'/src/Symfony/Component/Semaphore/Store/StoreFactory.php41
sprintf('Unsupported Connection: "%s".', $connection::class)/src/Symfony/Component/Semaphore/Store/StoreFactory.php37
"The weight ($weight) should be lower or equals to the limit ($limit)."/src/Symfony/Component/Semaphore/Key.php39
"The weight ($weight) should be greater than 0."/src/Symfony/Component/Semaphore/Key.php36
"The limit ($limit) should be greater than 0."/src/Symfony/Component/Semaphore/Key.php33
sprintf('Don\'t understand "%s" as a date test.', $test)/src/Symfony/Component/Finder/Comparator/DateComparator.php29
sprintf('Invalid operator "%s".', $operator)/src/Symfony/Component/Finder/Comparator/Comparator.php25
sprintf('Invalid number "%s".', $target)/src/Symfony/Component/Finder/Comparator/NumberComparator.php50
sprintf('Don\'t understand "%s" as a number test.', $test ?? 'null')/src/Symfony/Component/Finder/Comparator/NumberComparator.php45
'Finder::append() method wrong argument type.'/src/Symfony/Component/Finder/Finder.php719
'You must call one of in() or append() methods before iterating over a Finder.'/src/Symfony/Component/Finder/Finder.php667
sprintf('The "%s" directory does not exist.', $dir)/src/Symfony/Component/Finder/Finder.php646
sprintf('"%s()" expects being initialized with a Redis, RedisArray, RedisCluster or Predis\ClientInterface, "%s" given.', __METHOD__, get_debug_type($this->redis))/src/Symfony/Component/Semaphore/Store/RedisStore.php173
sprintf('"%s" is not a valid date.', $matches[2])/src/Symfony/Component/Finder/Comparator/DateComparator.php36
sprintf('Incorrect parameter "%s"', $param)/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php47
'Unexpected operation type'/src/Symfony/Component/Finder/Tests/Iterator/VfsIteratorTestTrait.php150
'Not implemented'/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php58
'Not implemented'/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php68
"The \"ignoreVCSIgnored\" option cannot be used by the Finder as the \"{$path}\" file is not readable."/src/Symfony/Component/Finder/Iterator/VcsIgnoredFilterIterator.php154
'Invalid PHP callback.'/src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php38
'This iterator only support returning current as fileinfo.'/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php40
'Invalid PHP callback.'/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php48
'The SortableIterator takes a PHP callable or a valid built-in sort algorithm as an argument.'/src/Symfony/Component/Finder/Iterator/SortableIterator.php83
sprintf('Unable to find a workflow for class "%s".', get_debug_type($subject))/src/Symfony/Component/Workflow/Registry.php52
sprintf('Too many workflows (%s) match this subject (%s); set a different name on each and use the second (name) argument of this method.', implode(', ', $names), get_debug_type($subject))/src/Symfony/Component/Workflow/Registry.php58
sprintf('Place "%s" cannot be the initial place as it does not exist.', $place)/src/Symfony/Component/Workflow/Definition.php89
sprintf('Place "%s" referenced in transition "%s" does not exist.', $from, $name)/src/Symfony/Component/Workflow/Definition.php111
sprintf('Place "%s" referenced in transition "%s" does not exist.', $to, $name)/src/Symfony/Component/Workflow/Definition.php117
sprintf('The Marking is empty and there is no initial place for workflow "%s".', $this->name)/src/Symfony/Component/Workflow/Workflow.php86
'Unknown callable type.'/src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php197
'Missing event name or transition.'/src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php190
sprintf('The marking store of workflow "%s" cannot store many places. But the transition "%s" has too many output (%d). Only one is accepted.', $name, $transition->getName( ), \count($transition->getTos( )))/src/Symfony/Component/Workflow/Validator/WorkflowValidator.php49
sprintf('All transitions for a place must have an unique name. Multiple transitions named "%s" where found for place "%s" in workflow "%s".', $transition->getName( ), $from, $name)/src/Symfony/Component/Workflow/Validator/WorkflowValidator.php37
sprintf('A transition in StateMachine can only have one output. But the transition "%s" in StateMachine "%s" has %d outputs.', $transition->getName( ), $name, \count($transition->getTos( )))/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php28
sprintf('The marking store of workflow "%s" cannot store many places. But the definition has %d initial places. Only one is supported.', $name, \count($initialPlaces))/src/Symfony/Component/Workflow/Validator/WorkflowValidator.php55
sprintf('A transition from a place/state must have an unique name. Multiple transitions named "%s" from place/state "%s" were found on StateMachine "%s".', $transition->getName( ), $from, $name)/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php40
sprintf('A transition in StateMachine can only have one input. But the transition "%s" in StateMachine "%s" has %d inputs.', $transition->getName( ), $name, \count($froms))/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php34
sprintf('The "%s" argument of "%s" cannot be used without a "workflow" argument.', $argument, self::class)/src/Symfony/Component/Workflow/Attribute/BuildEventNameTrait.php27
sprintf('The state machine "%s" cannot store many places. But the definition has %d initial places. Only one is supported.', $name, \count($initialPlaces))/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php48
sprintf('Cannot store marking: class "%s" should have either a public method named "%s()" or a public property named "$%s"; none found.', get_debug_type($subject), $method, $property)/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php121
sprintf('The marking stored in "%s::$%s" is not an array and the Workflow\'s Marking store is instantiated with $singleState=false.', get_debug_type($subject), $this->property)/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php69
"Transition type '$transitionType' does not exist."/src/Symfony/Component/Workflow/Dumper/PlantUmlDumper.php59
sprintf('The "%s" service is needed to be able to use the workflow guard listener.', $service)/src/Symfony/Component/Workflow/DependencyInjection/WorkflowGuardListenerPass.php41
sprintf('Transition type "%s" is not valid, valid types are: "%s".', $transitionType, implode(', ', self::VALID_TRANSITION_TYPES))/src/Symfony/Component/Workflow/Dumper/MermaidDumper.php195
sprintf('Direction "%s" is not valid, valid directions are: "%s".', $direction, implode(', ', self::VALID_DIRECTIONS))/src/Symfony/Component/Workflow/Dumper/MermaidDumper.php188
'There is no started section to stop.'/src/Symfony/Component/Stopwatch/Stopwatch.php89
sprintf('Event "%s" is not started.', $name)/src/Symfony/Component/Stopwatch/Section.php118
'"is_valid" cannot be used as the Validator component is not installed. Try running "composer require symfony/validator".'/src/Symfony/Component/Workflow/EventListener/ExpressionLanguage.php33
sprintf('The section "%s" has been started at an other level and cannot be opened.', $id)/src/Symfony/Component/Stopwatch/Stopwatch.php67
sprintf('Unable to find a consumer for message of type "%s".', $message->getType( ))/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventHandler.php31
sprintf('The consumer "%s" for message of type "%s" must implement "%s".', get_debug_type($consumer), $message->getType( ), ConsumerInterface::class)/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventHandler.php36
sprintf('Event "%s" is not known.', $name)/src/Symfony/Component/Stopwatch/Section.php142
'stop() called but start() has not been called before.'/src/Symfony/Component/Stopwatch/StopwatchEvent.php91
sprintf('Expecting a DOMNodeList or DOMNode instance, an array, a string, or null, but got "%s".', get_debug_type($node))/src/Symfony/Component/DomCrawler/Crawler.php120
'Attaching DOM nodes from multiple documents in the same crawler is forbidden.'/src/Symfony/Component/DomCrawler/Crawler.php278
sprintf('The URL of the element is relative, so you must define its base URI passing an absolute URL to the constructor of the "%s" class ("%s" was passed).', __CLASS__, $this->currentUri)/src/Symfony/Component/DomCrawler/AbstractUriElement.php41
sprintf('Unable to navigate from a "%s" tag.', $node->nodeName)/src/Symfony/Component/DomCrawler/Link.php29
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php433
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php447
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php380
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php408
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php530
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php514
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php485
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php461
'Cannot evaluate the expression on an uninitialized crawler.'/src/Symfony/Component/DomCrawler/Crawler.php644
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php622
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php601
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php553
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php807
sprintf('The current node list should contain only DOMElement instances, "%s" found.', get_debug_type($node))/src/Symfony/Component/DomCrawler/Crawler.php790
sprintf('The selected node should be instance of DOMElement, got "%s".', get_debug_type($node))/src/Symfony/Component/DomCrawler/Crawler.php772
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php766
sprintf('The selected node should be instance of DOMElement, got "%s".', get_debug_type($node))/src/Symfony/Component/DomCrawler/Crawler.php852
'The current node list is empty.'/src/Symfony/Component/DomCrawler/Crawler.php846
sprintf('The current node list should contain only DOMElement instances, "%s" found.', get_debug_type($node))/src/Symfony/Component/DomCrawler/Crawler.php829
sprintf('The selected node should be instance of DOMElement, got "%s".', get_debug_type($node))/src/Symfony/Component/DomCrawler/Crawler.php813
sprintf('"%s()" expects a TTL greater or equals to 1 second. Got %s.', __METHOD__, $ttl)/src/Symfony/Component/Lock/Store/MemcachedStore.php70
'Semaphore extension (sysvsem) is required.'/src/Symfony/Component/Lock/Store/SemaphoreStore.php39
'Memcached extension is required.'/src/Symfony/Component/Lock/Store/MemcachedStore.php44
sprintf('"%s()" expects a strictly positive TTL. Got %d.', __METHOD__, $initialTtl)/src/Symfony/Component/Lock/Store/MemcachedStore.php48
'Failed to put off the expiration of the lock.'/src/Symfony/Component/Lock/Store/MongoDbStore.php254
sprintf('"%s()" expects a strictly positive TTL. Got %d.', __METHOD__, $initialTtl)/src/Symfony/Component/Lock/Store/RedisStore.php43
'Lock was acquired by someone else.'/src/Symfony/Component/Lock/Store/MongoDbStore.php230
'Failed to acquire lock.'/src/Symfony/Component/Lock/Store/MongoDbStore.php232
sprintf('The given MongoDB Connection URI "%s" is invalid. Expecting "mongodb://" or "mongodb+srv://".', $uri)/src/Symfony/Component/Lock/Store/MongoDbStore.php150
sprintf('The given MongoDB Connection URI "%s" is invalid.', $uri)/src/Symfony/Component/Lock/Store/MongoDbStore.php154
sprintf('"%s()" gcProbability must be a float from 0.0 to 1.0, "%f" given.', __METHOD__, $this->options['gcProbability'])/src/Symfony/Component/Lock/Store/MongoDbStore.php132
sprintf('"%s()" expects a strictly positive TTL, got "%d".', __METHOD__, $this->initialTtl)/src/Symfony/Component/Lock/Store/MongoDbStore.php136
sprintf('"%s()" requires the "database" in the URI path or option.', __METHOD__)/src/Symfony/Component/Lock/Store/MongoDbStore.php124
sprintf('"%s()" requires the "collection" in the URI querystring or option.', __METHOD__)/src/Symfony/Component/Lock/Store/MongoDbStore.php127
'Unsupported DSN for Zookeeper.'/src/Symfony/Component/Lock/Store/ZookeeperStore.php40
'Invalid Zookeeper DSN.'/src/Symfony/Component/Lock/Store/ZookeeperStore.php44
sprintf('The store must implement "%s". Got "%s".', PersistingStoreInterface::class, get_debug_type($store))/src/Symfony/Component/Lock/Store/CombinedStore.php46
sprintf('The FlockStore directory "%s" is not writable.', $lockPath)/src/Symfony/Component/Lock/Store/FlockStore.php47
sprintf('The FlockStore directory "%s" does not exists and cannot be created.', $lockPath)/src/Symfony/Component/Lock/Store/FlockStore.php44
sprintf('Creating the lock table is currently not implemented for platform "%s".', $driver)/src/Symfony/Component/Lock/Store/PdoStore.php196
sprintf('"%s()" expects a TTL greater or equals to 1 second. Got "%s".', __METHOD__, $ttl)/src/Symfony/Component/Lock/Store/PdoStore.php128
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __METHOD__)/src/Symfony/Component/Lock/Store/PdoStore.php73
sprintf('"%s()" expects a strictly positive TTL, "%d" given.', __METHOD__, $initialTtl)/src/Symfony/Component/Lock/Store/DatabaseTableTrait.php36
sprintf('"%s" requires gcProbability between 0 and 1, "%f" given.', __METHOD__, $gcProbability)/src/Symfony/Component/Lock/Store/DatabaseTableTrait.php33
sprintf('Unsupported Connection: "%s".', $connection)/src/Symfony/Component/Lock/Store/StoreFactory.php111
'Unsupported Redis or Memcached DSN. Try running "composer require symfony/cache".'/src/Symfony/Component/Lock/Store/StoreFactory.php67
sprintf('Unsupported Connection: "%s".', get_debug_type($connection))/src/Symfony/Component/Lock/Store/StoreFactory.php53
sprintf('The adapter "%s" does not support the "%s" driver.', __CLASS__, $driver)/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php273
'DSN is invalid for Doctrine DBAL.'/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php267
'Failed to parse DSN. Try running "composer require doctrine/dbal".'/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php53
sprintf('The adapter "%s" does not support the "%s" platform.', __CLASS__, $connOrUrl->getDatabasePlatform( )::class)/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php48
sprintf('Failed to store the "%s" lock.', $key)/src/Symfony/Component/Lock/Store/ExpiringStoreTrait.php27
sprintf('"%s" must have at least one transport configured.', static::class)/src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php41
'No transports found.'/src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php63
'All transports failed.'/src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php57
sprintf('Unable to send message with the "%s" transport: ', __CLASS__) . $e->getMessage( )/src/Symfony/Component/Mailer/Transport/AbstractApiTransport.php34
'Unable to determine the sender of the message.'/src/Symfony/Component/Mailer/DelayedEnvelope.php96
'The mailer DSN has some garbage at the end.'/src/Symfony/Component/Mailer/Transport.php101
sprintf('The "%s" keyword is not valid (valid ones are "%s"), ', $matches[1], implode('", "', array_keys($keywords)))/src/Symfony/Component/Mailer/Transport.php143
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__)/src/Symfony/Component/Mailer/Transport/AbstractHttpTransport.php36
'Cannot send a RawMessage instance without an explicit Envelope.'/src/Symfony/Component/Mailer/Envelope.php39
sprintf('Invalid sender "%s": non-ASCII characters not supported in local-part of email.', $sender->getAddress( ))/src/Symfony/Component/Mailer/Envelope.php49
'An envelope must have at least one recipient.'/src/Symfony/Component/Mailer/Envelope.php69
sprintf('A recipient must be an instance of "%s" (got "%s").', Address::class, get_debug_type($recipient))/src/Symfony/Component/Mailer/Envelope.php75
sprintf('"%s" cannot send messages.', __CLASS__)/src/Symfony/Component/Scheduler/Messenger/SchedulerTransport.php55
sprintf('Tag "scheduler.task" is missing attribute "trigger" on service "%s".', $serviceId)/src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php69
sprintf('Tag "scheduler.task" is missing attribute "frequency" on service "%s".', $serviceId)/src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php71
sprintf('Tag "scheduler.task" is missing attribute "expression" on service "%s".', $serviceId)/src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php76
'The Schedule DSN must contains a name, e.g. "schedule://default".'/src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php37
sprintf('Invalid interval "%s": ', $interval instanceof \DateInterval ? 'instance of \DateInterval' : $interval) . $e->getMessage( )/src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php70
sprintf('The schedule "%s" is not found.', $scheduleName)/src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php43
sprintf('The given Schedule DSN "%s" is invalid.', $dsn)/src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php40
sprintf('You cannot use "%s" as the "cron expression" package is not installed. Try running "composer require dragonmantank/cron-expression".', __CLASS__)/src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php64
sprintf('To register a listener with "%s()", you need to set an event dispatcher on the Schedule.', __METHOD__)/src/Symfony/Component/Scheduler/Schedule.php167
'The "$interval" argument must be greater than zero.'/src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php35
'A context must be provided to use "hashed" cron expressions.'/src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php72
'Duplicated schedule message.'/src/Symfony/Component/Scheduler/Schedule.php54
'A message must be stringable to use "hashed" cron expressions.'/src/Symfony/Component/Scheduler/RecurringMessage.php63
sprintf('To register a listener with "%s()", you need to set an event dispatcher on the Schedule.', __METHOD__)/src/Symfony/Component/Scheduler/Schedule.php156
sprintf('To register a listener with "%s()", you need to set an event dispatcher on the Schedule.', __METHOD__)/src/Symfony/Component/Scheduler/Schedule.php145
sprintf('"%s()" expects a TTL greater or equals to 1 second. Got "%s".', __METHOD__, $ttl)/src/Symfony/Component/Lock/Store/DoctrineDbalStore.php135
'Failed to parse the DSN. Try running "composer require doctrine/dbal".'/src/Symfony/Component/Lock/Store/DoctrineDbalStore.php72
sprintf('The adapter "%s" does not support the "%s" driver.', __CLASS__, $driver)/src/Symfony/Component/Lock/Store/PostgreSqlStore.php280
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __METHOD__)/src/Symfony/Component/Lock/Store/PostgreSqlStore.php56
406/src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php60
'Postmark only allows a single tag per email.'/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php58
'Process could not be started: ' . $err/src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php50
406/src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php54
'Unable to send an email: ' . $result['Message'] . sprintf(' (code %d).', $result['ErrorCode'])/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php72
'Postmark only allows a single tag per email.'/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php102
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php66
'Could not reach the remote Postmark server.'/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php68
'Unable to write bytes on the wire.'/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php50
sprintf('Connection to "%s" timed out.', $this->getReadConnectionDescription( ))/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php85
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php377
'A non-empty secret is required.'/src/Symfony/Component/Mailer/Transport/Smtp/Auth/CramMd5Authenticator.php46
sprintf('Connection could not be established with host "%s": ', $this->url) . $msg/src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php154
'Unable to connect with STARTTLS: ' . $msg/src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php171
sprintf('Connection to "%s" has been closed unexpectedly.', $this->getReadConnectionDescription( ))/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php88
sprintf('Unable to read from connection to "%s": ', $this->getReadConnectionDescription( )) . error_get_last( )['message']/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php91
'Unable to connect with STARTTLS.'/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php153
'smtp or smtp_port is not configured in php.ini.'/src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php46
'sendmail_path is not configured in php.ini.'/src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php37
sprintf('You must configure a "%s" when a "%s" instance has a text or HTML template set.', BodyRendererInterface::class, get_debug_type($message))/src/Symfony/Component/Mailer/Transport/AbstractTransport.php84
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php372
sprintf('Expected response code "%s" but got ', implode('/', $codes)) . $codeStr . $responseStr . '.'/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php333
'You must set the expected response code.'/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php323
sprintf('Failed to find an authenticator supported by the SMTP server, which currently supports: "%s".', implode('", "', $modes))/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php218
'User is not set.'/src/Symfony/Component/Mailer/Transport/AbstractTransportFactory.php44
'The mailer DSN must contain a host (use "default" by default).'/src/Symfony/Component/Mailer/Transport/Dsn.php49
'The mailer DSN must contain a scheme.'/src/Symfony/Component/Mailer/Transport/Dsn.php45
'The mailer DSN is invalid.'/src/Symfony/Component/Mailer/Transport/Dsn.php41
sprintf('Unsupported sendmail command flags "%s"; must be one of "-bs" or "-t" but can include additional flags.', $command)/src/Symfony/Component/Mailer/Transport/SendmailTransport.php58
sprintf('The "%s" transport does not exist (available transports: "%s").', $transport, implode('", "', array_keys($this->transports)))/src/Symfony/Component/Mailer/Transport/Transports.php59
sprintf('"%s" must have at least one transport configured.', __CLASS__)/src/Symfony/Component/Mailer/Transport/Transports.php43
'Password is not set.'/src/Symfony/Component/Mailer/Transport/AbstractTransportFactory.php49
406/src/Symfony/Component/Mailer/Bridge/Mailjet/Webhook/MailjetRequestParser.php45
sprintf('Unable to send an email: "%s" (code %d).', $response->getContent(false), $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php86
'Could not reach the remote Mailjet server.'/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php88
sprintf('Unable to send an email: "%s" (code %d).', $errorDetails, $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php94
sprintf('Unable to send an email: "%s" malformed api response.', $response->getContent(false))/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php99
sprintf('Mailjet\'s API only supports one Reply-To email, %d given.', $length)/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php133
sprintf('Unsupported event "%s".', $payload['event'])/src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php39
sprintf('Invalid date "%s".', $payload['time'])/src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php45
406/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php102
406/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php106
'Could not reach the remote Sendgrid server.'/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php61
'Unable to send an email: ' . implode('; ', array_column($result['errors'], 'message')) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php68
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php70
sprintf('Too many "%s" instances present in the email headers. Sendgrid does not accept more than 10 categories on an email.', TagHeader::class)/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php130
sprintf('Unsupported event "%s".', $payload['unsubscribe'])/src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php42
sprintf('Invalid date "%s".', $payload['timestamp'])/src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php48
sprintf('Unable to send an email: %s (code %s).', $e->getAwsMessage( ) ?: $e->getMessage( ), $e->getAwsCode( ) ?: $e->getCode( ))/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesHttpAsyncAwsTransport.php62
sprintf('Unable to send an email: "%s" (code %d).', $response->getContent(false), $statusCode)/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php88
'Unable to determine the sender of the message.'/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php151
sprintf('Unable to send message with the "%s" transport: ', __CLASS__) . $e->getMessage( )/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php49
406/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php60
406/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php53
'A non-empty secret is required.'/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php93
406/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php74
sprintf('Unsupported event "%s".', $payload['RecordType'])/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php48
sprintf('Unsupported event "%s".', $payload['RecordType'])/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php37
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php64
sprintf('Invalid date "%s".', $payloadDate)/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php58
'Infobip mailer for API DSN must contain a host.'/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipTransportFactory.php30
'Could not reach the remote MailPace endpoint.'/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php66
sprintf('Unable to send an email: "%s" (code %d).', $response->getContent(false), $statusCode)/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php82
'Could not reach the remote Infobip server.'/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php78
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php82
'Could not reach the remote Mailgun server.'/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php78
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php76
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php80
'Could not reach the remote Mailgun server.'/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php76
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php74
406/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php70
406/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php62
sprintf('Unsupported event "%s".', $payload['event'])/src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php45
'Unable to send an email: ' . ($result['message'] ?? $response->getContent(false)) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php68
'Could not reach the remote Brevo server.'/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php64
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php62
406/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php59
406/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php53
sprintf('Invalid date "%s".', sprintf('%.6F', $payload['timestamp']))/src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php54
sprintf('Unsupported event "%s".', $payload['event'])/src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php49
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $result['code'])/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php66
sprintf('Unable to send an email (code %d).', $result['code'])/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php69
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php59
'Could not reach the remote Mandrill server.'/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php61
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $result['code'])/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php71
sprintf('Unable to send an email (code %d).', $result['code'])/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php74
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php64
'Could not reach the remote Mandrill server.'/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php66
'A non-empty secret is required.'/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php44
406/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php54
'Could not reach the remote Scaleway server.'/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php69
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php73
'Unable to send an email: ' . ($result['message'] ?? '') . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php70
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode)/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php67
'Could not reach the remote MailerSend server.'/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php60
sprintf('Unable to send an email: "%s" (code %d).', $content, $statusCode)/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php66
sprintf('Failed to chmod file "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php215
sprintf('Failed to remove file "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php197
sprintf('Failed to chown file "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php243
sprintf('Failed to chown file "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php239
sprintf('Failed to touch "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php135
sprintf('Could not check if file exist because path length exceeds %d characters.', $maxPathLength)/src/Symfony/Component/Filesystem/Filesystem.php112
sprintf('Failed to remove directory "%s": ', $file) . $lastError/src/Symfony/Component/Filesystem/Filesystem.php194
sprintf('Failed to remove symlink "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php163
sprintf('Origin file "%s" is not a file.', $originFile)/src/Symfony/Component/Filesystem/Filesystem.php367
sprintf('Could not check if file is readable because path length exceeds %d characters.', $maxPathLength)/src/Symfony/Component/Filesystem/Filesystem.php310
sprintf('Failed to create "%s" link from "%s" to "%s": ', $linkType, $origin, $target) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php394
sprintf('Unable to create "%s" link due to error code 1314: \'A required privilege is not held by the client\'. Do you have the required Administrator-rights?', $linkType)/src/Symfony/Component/Filesystem/Filesystem.php391
sprintf('Failed to chgrp file "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php269
sprintf('Failed to chgrp file "%s": ', $file) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php265
sprintf('Cannot rename "%s" to "%s": ', $origin, $target) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php296
sprintf('Cannot rename because the target "%s" already exists.', $target)/src/Symfony/Component/Filesystem/Filesystem.php285
'Unable to write bytes on the wire.'/src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php52
'Connection to "localhost" timed out.'/src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php66
sprintf('Cannot call "%s()" on a message that is not meant to be queued.', __METHOD__)/src/Symfony/Component/Mailer/Event/MessageEvent.php88
sprintf('Cannot call "%s()" on a message that is not meant to be queued.', __METHOD__)/src/Symfony/Component/Mailer/Event/MessageEvent.php100
sprintf('Invalid date "%s".', $payload['ts_event'])/src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php51
'Should never be called.'/src/Symfony/Component/Mailer/Tests/MailerTest.php91
'This method newer should be called.'/src/Symfony/Component/Mailer/Tests/TransportTest.php114
'Should never be called.'/src/Symfony/Component/Mailer/Tests/Transport/AbstractTransportTest.php90
sprintf('Failed to copy "%s" to "%s" because target file could not be opened for writing: ', $originFile, $targetFile) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php59
sprintf('Failed to copy "%s" to "%s".', $originFile, $targetFile)/src/Symfony/Component/Filesystem/Filesystem.php68
sprintf('Failed to copy the whole content of "%s" to "%s" (%g of %g bytes copied).', $originFile, $targetFile, $bytesCopied, $bytesOrigin)/src/Symfony/Component/Filesystem/Filesystem.php79
sprintf('Failed to create "%s": ', $dir) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php98
sprintf('The "%d" rule is not supported.', $rule)/src/Symfony/Component/Mailer/EventListener/MessageListener.php58
sprintf('Unable to set header "%s".', $name)/src/Symfony/Component/Mailer/EventListener/MessageListener.php108
sprintf('Failed to copy "%s" because file does not exist.', $originFile)/src/Symfony/Component/Filesystem/Filesystem.php41
sprintf('Failed to copy "%s" to "%s" because source file could not be opened for reading: ', $originFile, $targetFile) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php54
sprintf('The index "%s" is not within the property path.', $index)/src/Symfony/Component/PropertyAccess/PropertyPath.php174
sprintf('Could not parse property path "%s". Unexpected token "%s" at position %d.', $propertyPath, $remaining[0], $position)/src/Symfony/Component/PropertyAccess/PropertyPath.php125
'The property path should not be empty.'/src/Symfony/Component/PropertyAccess/PropertyPath.php86
'Failed to retrieve user profile path.'/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php1838
sprintf('Expected argument of type "%s", "%s" given at property path "%s".', $expectedType, 'NULL' === $actualType ? 'null' : $actualType, $propertyPath)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php195
sprintf('The index "%s" is not within the property path.', $index)/src/Symfony/Component/PropertyAccess/PropertyPath.php201
sprintf('The index "%s" is not within the property path.', $index)/src/Symfony/Component/PropertyAccess/PropertyPath.php192
sprintf('The index "%s" is not within the property path.', $index)/src/Symfony/Component/PropertyAccess/PropertyPath.php183
sprintf('Cannot read index "%s" from object of type "%s" because it doesn\'t implement \ArrayAccess.', $index, get_debug_type($zval[self::VALUE]))/src/Symfony/Component/PropertyAccess/PropertyAccessor.php345
sprintf('Cannot read index "%s" while trying to traverse path "%s". Available indices are "%s".', $property, (string) $propertyPath, print_r(array_keys($zval[self::VALUE]), true))/src/Symfony/Component/PropertyAccess/PropertyAccessor.php293
sprintf('Cannot read index "%s" while trying to traverse path "%s".', $property, (string) $propertyPath)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php287
sprintf('Expected argument of type "%s", "%s" given at property path "%s".', $expectedType, 'NULL' === $actualType ? 'null' : $actualType, $propertyPath)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php200
sprintf('Can\'t get a way to read the property "%s" in class "%s".', $property, $class)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php413
sprintf('The property "%s::$%s" is not initialized.', $class, $name)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php409
sprintf('The method "%s::%s()" returned "null", but expected type "%3$s". Did you forget to initialize a property or to make the return type nullable using "?%3$s"?', get_debug_type($object), $name, $matches[1])/src/Symfony/Component/PropertyAccess/PropertyAccessor.php398
sprintf('Cannot read property "%s" from an array. Maybe you intended to write the property path as "[%1$s]" instead.', $property)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php373
sprintf('The origin directory specified "%s" was not found.', $originDir)/src/Symfony/Component/Filesystem/Filesystem.php521
sprintf('Unable to guess "%s" file type.', $file)/src/Symfony/Component/Filesystem/Filesystem.php565
sprintf('The start path "%s" is not absolute.', $startPath)/src/Symfony/Component/Filesystem/Filesystem.php431
sprintf('The end path "%s" is not absolute.', $endPath)/src/Symfony/Component/Filesystem/Filesystem.php435
sprintf('Argument 2 passed to "%s()" must be string or resource, array given.', __METHOD__)/src/Symfony/Component/Filesystem/Filesystem.php641
sprintf('Failed to write file "%s": ', $filename) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php662
'A temporary file could not be created: ' . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php608
'A temporary file could not be created: ' . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php628
sprintf('Unable to perform filesystem operation because the "%s()" function has been disabled.', $func)/src/Symfony/Component/Filesystem/Filesystem.php718
"Cannot find the home directory path: Your environment or operating system isn't supported."/src/Symfony/Component/Filesystem/Path.php201
sprintf('Argument 2 passed to "%s()" must be string or resource, array given.', __METHOD__)/src/Symfony/Component/Filesystem/Filesystem.php686
sprintf('Failed to write file "%s": ', $filename) . self::$lastError/src/Symfony/Component/Filesystem/Filesystem.php696
sprintf('The absolute path "%s" cannot be made relative to the relative path "%s". You should provide an absolute base path instead.', $path, $basePath)/src/Symfony/Component/Filesystem/Path.php534
sprintf('The path "%s" cannot be made relative to "%s", because they have different roots ("%s" and "%s").', $path, $basePath, $root, $baseRoot)/src/Symfony/Component/Filesystem/Path.php539
sprintf('The base path must be a non-empty string. Got: "%s".', $basePath)/src/Symfony/Component/Filesystem/Path.php440
sprintf('The base path "%s" is not an absolute path.', $basePath)/src/Symfony/Component/Filesystem/Path.php444
sprintf('Cannot generate lazy ghost: method "%s::%s()" is final.', $class->name, $method->name)/src/Symfony/Component/VarExporter/ProxyHelper.php51
sprintf('Cannot generate lazy ghost: return type of method "%s::__get()" should be "mixed".', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php43
sprintf('Cannot generate lazy proxy: "%s" is not a class.', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php89
sprintf('Cannot generate lazy ghost: class "%s" extends "%s" which is internal.', $class->name, $parent->name)/src/Symfony/Component/VarExporter/ProxyHelper.php58
sprintf('Cannot generate lazy proxy with PHP < 8.3: class "%s" is readonly.', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php95
sprintf('Cannot generate lazy proxy: class "%s" is final.', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php92
sprintf('Cannot generate lazy proxy: method "%s::%s()" is final.', $class->name, $method->name)/src/Symfony/Component/VarExporter/ProxyHelper.php137
sprintf('Cannot generate lazy proxy: "%s" is not an interface.', $interface->name)/src/Symfony/Component/VarExporter/ProxyHelper.php101
'Lazy proxy has no initializer.'/src/Symfony/Component/VarExporter/LazyProxyTrait.php326
'Typed property ' . $matches[1] . ' must not be accessed before initialization'/src/Symfony/Component/VarExporter/LazyGhostTrait.php171
'__clone should never be called'/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php279
'__clone should never be called'/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php271
'Should not be called.'/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php355
'Calling MyArrayObject::setFlags() is forbidden'/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php325
'Should not be called.'/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php381
'Serialized data is empty.'/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php370
sprintf('The property "%s::$%s" is not readable because it is typed "%s". You should initialize it or declare a default value instead.', $matches[1], $r->getName( ), $type)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php430
sprintf('Can\'t get a way to read the property "%s" in class "%s".', $property, $class)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php443
sprintf('Cannot modify index "%s" in object of type "%s" because it doesn\'t implement \ArrayAccess.', $index, get_debug_type($zval[self::VALUE]))/src/Symfony/Component/PropertyAccess/PropertyAccessor.php493
sprintf('Cannot write property "%s" to an array. Maybe you should write the property path as "[%1$s]" instead?', $property)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php507
implode('. ', $mutator->getErrors( )) . '.'/src/Symfony/Component/PropertyAccess/PropertyAccessor.php529
sprintf('Could not determine access type for property "%s" in class "%s".', $property, get_debug_type($object))/src/Symfony/Component/PropertyAccess/PropertyAccessor.php532
sprintf('The Symfony Cache component must be installed to use "%s()".', __METHOD__)/src/Symfony/Component/PropertyAccess/PropertyAccessor.php668
sprintf('The offset "%s" is not within the property path.', $offset)/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php81
'The offset ' . $offset . ' is not within the property path'/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php104
sprintf('The offset "%s" is not within the property path.', $offset)/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php128
sprintf('The offset "%s" is not within the property path.', $offset)/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php146
'This method should never have been called.'/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php74
sprintf('Cannot generate lazy ghost with PHP < 8.3: class "%s" is readonly.', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php31
sprintf('Cannot generate lazy ghost: class "%s" is final.', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php34
sprintf('Cannot generate lazy ghost: "%s" is not a concrete class.', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php37
sprintf('Cannot generate lazy ghost: class "%s" is internal.', $class->name)/src/Symfony/Component/VarExporter/ProxyHelper.php40
'You cannot use the "oidc" token handler since "web-token/jwt-signature" and "web-token/jwt-checker" are not installed. Try running "composer require web-token/jwt-signature web-token/jwt-checker".'/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php54
'You cannot use the "OidcUserInfoTokenHandler" since the String component is not installed. Try running "composer require symfony/string".'/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTrait.php28
'Invalid credentials.'/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php57
sprintf('"%s" claim not found on OIDC server response.', $this->claim)/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php46
'Invalid access token or invalid user.'/src/Symfony/Component/Security/Http/Tests/Authenticator/InMemoryAccessTokenHandler.php28
'This should not be called'/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php313
'Invalid credentials.'/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php102
sprintf('"%s" claim not found.', $this->claim)/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php91
'The CSRF token with ID ' . $tokenId . ' does not exist.'/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php48
sprintf('$namespace must be a string, a callable returning a string, null or an instance of "RequestStack". "%s" given.', get_debug_type($namespace))/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php62
'$tokenValue must not be empty.'/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php39
'$series must not be empty.'/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php36
'A non-empty secret is required.'/src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php40
'You must provide a UrlGeneratorInterface instance to be able to use routes.'/src/Symfony/Component/Security/Http/HttpUtils.php154
'Entropy should be greater than 7.'/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php31
'The CSRF token with ID ' . $tokenId . ' does not exist.'/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php53
sprintf('There is no user provider for user "%s". Shouldn\'t the "supportsClass()" method of your user provider return true for this classname?', $userClass)/src/Symfony/Component/Security/Http/Firewall/ContextListener.php251
'Class not found: ' . $class/src/Symfony/Component/Security/Http/Firewall/ContextListener.php324
'$contextKey must not be empty.'/src/Symfony/Component/Security/Http/Firewall/ContextListener.php61
sprintf('User provider "%s" must implement "%s".', get_debug_type($provider), UserProviderInterface::class)/src/Symfony/Component/Security/Http/Firewall/ContextListener.php199
'Could not find original Token object.'/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php110
'Switch User failed: ' . $e->getMessage( )/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php120
sprintf('The "%s::start()" method must return a Response object ("%s" returned).', get_debug_type($this->authenticationEntryPoint), $given)/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php214
'$firewallName must not be empty.'/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php61
'Unable to generate the logout URL without a Request.'/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php98
'Unable to generate the logout URL without a Router.'/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php108
'Unable to generate the logout URL without a path.'/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php85
'Unable to generate the logout URL without a RequestStack.'/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php92
'Unable to find logout in the current firewall, pass the firewall name manually to generate a logout URL.'/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php158
sprintf('Argument $exceptionOnNoToken of "%s()" must be set to "false".', __METHOD__)/src/Symfony/Component/Security/Http/Firewall/AccessListener.php40
sprintf('No LogoutListener found for firewall key "%s".', $key)/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php127
'This request is not behind a firewall, pass the firewall name manually to generate a logout URL.'/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php155
sprintf('Instances of "%s" are not supported.', get_debug_type($user))/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php58
'The username cannot be empty.'/src/Symfony/Component/Security/Core/User/InMemoryUser.php32
sprintf('Instances of "%s" are not supported.', get_debug_type($user))/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php79
'Another user with the same username already exists.'/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php63
sprintf('There is no user with identifier "%s".', $identifier)/src/Symfony/Component/Security/Core/User/ChainUserProvider.php61
sprintf('Username "%s" does not exist.', $username)/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php101
sprintf('There is no user provider for user "%s". Shouldn\'t the "supportsClass()" method of your user provider return true for this classname?', get_debug_type($user))/src/Symfony/Component/Security/Core/User/ChainUserProvider.php91
sprintf('There is no user with name "%s".', $username)/src/Symfony/Component/Security/Core/User/ChainUserProvider.php87
'Invalid or expired signature.'/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php92
'Signature has expired.'/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php88
sprintf('The property path "%s" on the user object "%s" must return a value that can be cast to a string, but "%s" was returned.', $property, $user::class, get_debug_type($value))/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php121
sprintf('Signature can only be used "%d" times.', $this->maxUses)/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php97
'The "sub" claim cannot be empty.'/src/Symfony/Component/Security/Core/User/OidcUser.php51
'Should error'/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php110
sprintf('"%s" firewall requires a user provider but none was defined.', $firewall)/src/Symfony/Component/Security/Core/User/MissingUserProvider.php31
'User account is disabled.'/src/Symfony/Component/Security/Core/User/InMemoryUserChecker.php30
'A non-empty secret is required.'/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php37
'$firewallName must not be empty.'/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php41
'$firewallName must not be empty.'/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php33
'$firewallName must not be empty.'/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php30
'No token found.'/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php28
'No token found.'/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php37
'$class must not be empty.'/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php30
'$userIdentifier must not be empty.'/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php33
sprintf('Passing more than one Security attribute to "%s()" is not supported.', __METHOD__)/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php56
sprintf('"%s::vote()" must return one of "%s" constants ("ACCESS_GRANTED", "ACCESS_DENIED" or "ACCESS_ABSTAIN"), "%s" returned.', get_debug_type($voter), VoterInterface::class, var_export($result, true))/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php72
sprintf('The "%s" class requires the "ExpressionLanguage" component. Try running "composer require symfony/expression-language".', ExpressionLanguage::class)/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php18
sprintf('This token has no "%s" attribute.', $name)/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php128
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php157
'Cannot set user on a NullToken.'/src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php38
'Cannot set attributes of NullToken.'/src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php57
'Cannot add attribute to NullToken.'/src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php72
sprintf('Authentication failed: Security badge "%s" is not resolved, did you forget to register the correct listeners?', get_debug_type($badge))/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php186
sprintf('Authenticator "%s" must implement "%s".', get_debug_type($authenticator), AuthenticatorInterface::class)/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php108
'Request should exist so it can be processed for error.'/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php70
sprintf('The "%s" method requires "symfony/twig-bridge:>4.4".', __METHOD__)/src/Symfony/Component/Security/Http/LoginLink/LoginLinkNotification.php43
ucfirst(str_ireplace('signature', 'login link', $e->getMessage( )))/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php104
ucfirst(str_ireplace('signature', 'login link', $e->getMessage( )))/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php102
'User not found.'/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php100
'Missing "expires" parameter.'/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php90
'Missing "hash" parameter.'/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php87
sprintf('The user provider must return a UserInterface object, "%s" given.', get_debug_type($user))/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php101
sprintf('No user loader is configured, did you forget to register the "%s" listener?', UserProviderListener::class)/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php83
'Username too long.'/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php55
'The password is erased as another listener already used this badge.'/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PasswordUpgradeBadge.php45
'The credentials are erased as another listener already verified these credentials.'/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/PasswordCredentials.php39
'Credentials check failed as the callable passed to CustomCredentials did not return "true".'/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CustomCredentials.php46
'Cannot get the Security user, no username or UserBadge configured for this passport.'/src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php53
sprintf('The function "%s" does not exist.', $token->value)/src/Symfony/Component/ExpressionLanguage/Parser.php230
sprintf('Variable "%s" is not valid.', $token->value)/src/Symfony/Component/ExpressionLanguage/Parser.php237
sprintf('An expression function name must be defined when PHP function "%s" is namespaced.', $phpFunctionName)/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php82
sprintf('Unexpected token "%s" of value "%s".', $stream->current->type, $stream->current->value)/src/Symfony/Component/ExpressionLanguage/Parser.php125
sprintf('Invalid session authentication strategy "%s".', $this->strategy)/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php67
sprintf('PHP function "%s" does not exist.', $phpFunctionName)/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php77
sprintf('Could not find the subject "%s" for the #[IsGranted] attribute. Try adding a "$%s" argument to your controller method.', $subjectRef, $subjectRef)/src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php95
'Invalid CSRF token.'/src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php51
'The presented password is invalid.'/src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php65
'The presented password is invalid.'/src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php69
sprintf('Class "%s" must implement "%s" for using password-based authentication.', get_debug_type($user), PasswordAuthenticatedUserInterface::class)/src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php49
'The presented password cannot be empty.'/src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php61
ceil(($limit->getRetryAfter( )->getTimestamp( ) - time( )) / 60)/src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php55
ceil(($limit->getRetryAfter( )->getTimestamp( ) - time( )) / 60)/src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php60
sprintf('Authentication failed; Some badges marked as required by the firewall config are not available on the passport: "%s".', implode('", "', $missingRequiredBadges))/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php194
'Unable to generate the impersonate URLs without a firewall configured for the user switch.'/src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php83
'The cookie has expired.'/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php60
'The cookie\'s hash is invalid.'/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php58
'The cookie has expired.'/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php73
'The cookie\'s hash is invalid.'/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php71
'The user identifier contains a character from outside the base64 alphabet.'/src/Symfony/Component/Security/Http/RememberMe/RememberMeDetails.php47
'The cookie contains invalid data.'/src/Symfony/Component/Security/Http/RememberMe/RememberMeDetails.php44
'Cannot create the remember-me cookie; no master request available.'/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php96
sprintf('The UserProviderInterface implementation must return an instance of UserInterface, but returned "%s".', get_debug_type($user))/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php70
'The cookie is incorrectly formatted.'/src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php63
sprintf('The logged-in user is an instance of "%s" but a user of type "%s" is expected.', $user::class, $argument->getType( ))/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php62
'The cookie has expired.'/src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php79
'This token was already used. The account is possibly compromised.'/src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php75
'Invalid CSRF token.'/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php79
'Could not find original Token object.'/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php204
sprintf('There is no logged-in user to pass to $%s, make the argument nullable if you want to allow anonymous access to the action.', $argument->getName( ))/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php52
'No logout listener set the Response, make sure at least the DefaultLogoutListener is registered.'/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php87
sprintf('The key "%s" must be a string, "%s" given.', $this->options['csrf_parameter'], \gettype($credentials['csrf_token']))/src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php139
'A non-empty secret is required.'/src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php56
'No remember-me cookie is found.'/src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php90
'$firewallName must not be empty.'/src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php31
'Invalid credentials.'/src/Symfony/Component/Security/Http/Authenticator/AccessTokenAuthenticator.php58
sprintf('User key was not found: "%s".', $this->userKey)/src/Symfony/Component/Security/Http/Authenticator/RemoteUserAuthenticator.php43
sprintf('The key "%s" must be a string, "%s" given.', $this->options['username_parameter'], \gettype($credentials['username']))/src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php127
sprintf('The key "%s" must be a string, "%s" given.', $this->options['password_parameter'], \gettype($credentials['password']))/src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php135
sprintf('The key "%s" must be provided.', $this->options['username_path'])/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php155
sprintf('The key "%s" must be a non-empty string.', $this->options['password_path'])/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php163
sprintf('The key "%s" must be provided.', $this->options['password_path'])/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php166
sprintf('SSL credentials not found: "%s", "%s".', $this->userKey, $this->credentialsKey)/src/Symfony/Component/Security/Http/Authenticator/X509Authenticator.php57
'Missing user from link.'/src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php58
'Login link could not be validated.'/src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php65
'Invalid JSON.'/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php86
sprintf('The key "%s" must be a non-empty string.', $this->options['username_path'])/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php152
'The username cannot be empty.'/src/Symfony/Component/Ldap/Security/LdapUser.php35
sprintf('Decorated authenticator "%s" does not implement interface "%s".', get_debug_type($this->authenticator), AuthenticationEntryPointInterface::class)/src/Symfony/Component/Ldap/Security/LdapAuthenticator.php86
sprintf('A namespace should be defined when using "%s()".', __METHOD__)/src/Symfony/Component/Uid/Factory/UuidFactory.php75
sprintf('Adapter "%s" not found. Only "ext_ldap" is supported at the moment.', $adapter)/src/Symfony/Component/Ldap/Ldap.php61
sprintf('Cannot check credentials using the "%s" ldap service, as such service is not found. Did you maybe forget to add the "ldap" service tag to this service?', $ldapBadge->getLdapServiceId( ))/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php63
'The presented password cannot be empty.'/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php68
sprintf('LDAP authentication requires a passport containing password credentials, authenticator "%s" does not fulfill these requirements.', $event->getAuthenticator( )::class)/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php53
'LDAP authentication password verification cannot be completed because something else has already resolved the PasswordCredentials.'/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php59
'The presented password is invalid.'/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php101
sprintf('User "%s" not found.', $identifier)/src/Symfony/Component/Ldap/Security/LdapUserProvider.php80
'Using the "query_string" config without using a "search_dn" and a "search_password" is not supported.'/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php84
'The presented user identifier is invalid.'/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php90
sprintf('Instances of "%s" are not supported.', get_debug_type($user))/src/Symfony/Component/Ldap/Security/LdapUserProvider.php120
sprintf('Missing attribute "%s" for user "%s".', $attribute, $entry->getDn( ))/src/Symfony/Component/Ldap/Security/LdapUserProvider.php163
'More than one user found.'/src/Symfony/Component/Ldap/Security/LdapUserProvider.php87
sprintf('Instances of "%s" are not supported.', get_debug_type($user))/src/Symfony/Component/Ldap/Security/LdapUserProvider.php108
sprintf('Could not set value "%s" for option "%s".', $value, $name)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php98
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php49
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php44
sprintf('Attribute "%s" has multiple values.', $attribute)/src/Symfony/Component/Ldap/Security/LdapUserProvider.php172
sprintf('Could not add entry "%s": ', $entry->getDn( )) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php40
'Could not initiate TLS connection: ' . ldap_error($this->connection)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php162
'Invalid connection string: ' . $this->config['connection_string']/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php150
sprintf('Could not retrieve value for option "%s".', $name)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php105
sprintf('Could not remove values from entry "%s", attribute "%s": ', $entry->getDn( ), $attribute) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php106
sprintf('Could not add values to entry "%s", attribute "%s": ', $entry->getDn( ), $attribute) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php87
sprintf('Could not remove entry "%s": ', $entry->getDn( )) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php68
sprintf('Could not update entry "%s": ', $entry->getDn( )) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php54
sprintf('Error executing UpdateOperation on "%s": ', $dn) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php175
'Query execution is not possible without binding the connection first.'/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php153
sprintf('Could not move entry "%s" to "%s": ', $entry->getDn( ), $newParent) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php140
sprintf('Could not rename entry "%s" to "%s": ', $entry->getDn( ), $newRdn) . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php120
sprintf('Unexpected token "%s" of value "%s".', $token->type, $token->value)/src/Symfony/Component/ExpressionLanguage/Parser.php266
sprintf('A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "%s" of value "%s".', $current->type, $current->value)/src/Symfony/Component/ExpressionLanguage/Parser.php328
'Expected name.'/src/Symfony/Component/ExpressionLanguage/Parser.php366
sprintf('Unexpected "%s".', $expression[$cursor])/src/Symfony/Component/ExpressionLanguage/Lexer.php58
sprintf('Unclosed "%s".', $expect)/src/Symfony/Component/ExpressionLanguage/Lexer.php63
sprintf('Unexpected character "%s".', $expression[$cursor])/src/Symfony/Component/ExpressionLanguage/Lexer.php94
sprintf('Unclosed "%s".', $expect)/src/Symfony/Component/ExpressionLanguage/Lexer.php102
'Registering functions after calling evaluate(), compile() or parse() is not supported.'/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php120
sprintf('The string "%s" is not the name of a valid enum case.', $str)/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php151
'Unexpected end of expression.'/src/Symfony/Component/ExpressionLanguage/TokenStream.php50
sprintf('%sUnexpected token "%s" of value "%s" ("%s" expected%s).', $message ? $message . '. ' : '', $token->type, $token->value, $type, $value ? sprintf(' with value "%s"', $value) : '')/src/Symfony/Component/ExpressionLanguage/TokenStream.php63
'This script must be run from the command line.'/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php13
sprintf('Unable to get property "%s" of non-object "%s".', $this->nodes['attribute']->dump( ), $this->nodes['node']->dump( ))/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php86
sprintf('Unable to call method "%s" of non-object "%s".', $this->nodes['attribute']->dump( ), $this->nodes['node']->dump( ))/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php110
sprintf('Unable to call method "%s" of object "%s".', $this->nodes['attribute']->attributes['value'], get_debug_type($obj))/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php113
sprintf('Unable to get an item of non-array "%s".', $this->nodes['node']->dump( ))/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php126
'Modulo by zero.'/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php169
'Division by zero.'/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php163
sprintf('Dumping a "%s" instance is not supported yet.', static::class)/src/Symfony/Component/ExpressionLanguage/Node/Node.php82
sprintf('Regexp "%s" passed to "matches" is not valid', $regexp) . substr($m, 12)/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php185
'The given UUID date cannot be earlier than 1582-10-15.'/src/Symfony/Component/Uid/BinaryUtil.php162
'The given UUID date cannot be earlier than 1582-10-15.'/src/Symfony/Component/Uid/BinaryUtil.php153
'Invalid base-58 uid provided.'/src/Symfony/Component/Uid/AbstractUid.php54
'Invalid binary uid provided.'/src/Symfony/Component/Uid/AbstractUid.php42
'Invalid RFC4122 uid provided.'/src/Symfony/Component/Uid/AbstractUid.php78
'Invalid base-32 uid provided.'/src/Symfony/Component/Uid/AbstractUid.php66
'The timestamp must be positive.'/src/Symfony/Component/Uid/Ulid.php157
sprintf('Invalid ULID: "%s".', $ulid)/src/Symfony/Component/Uid/Ulid.php39
sprintf('Invalid UUID%s: "%s".', static::TYPE ? 'v' . static::TYPE : '', $uuid)/src/Symfony/Component/Uid/Uuid.php41
sprintf('Invalid UUID%s: "%s".', static::TYPE ? 'v' . static::TYPE : '', $uuid)/src/Symfony/Component/Uid/Uuid.php35
'Missing namespace: use the "--namespace" option or configure a default namespace in the underlying factory.'/src/Symfony/Component/Uid/Command/GenerateUuidCommand.php153
'The timestamp must be positive.'/src/Symfony/Component/Uid/UuidV7.php58
sprintf('"%s" doesn\'t know how to handle apps of type "%s".', get_debug_type($this), get_debug_type($application))/src/Symfony/Component/Runtime/GenericRuntime.php128
sprintf('Zero argument should be required by the runner callable, but at least one is in "%s" on line "%d.', $r->getFileName( ), $r->getStartLine( ))/src/Symfony/Component/Runtime/GenericRuntime.php135
sprintf('Service "%s" must define the "event" attribute on "kernel.event_listener" tags.', $id)/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php181
sprintf('Cannot use "--env" or "-e" when the "%s" file defines "%s" and the "dotenv_overload" runtime option is true.', $options['dotenv_path'] ?? '.env', $envKey)/src/Symfony/Component/Runtime/SymfonyRuntime.php111
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php126
sprintf('Service "%s" must implement interface "%s".', $id, EventSubscriberInterface::class)/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php129
sprintf('Argument "%s" not found.', $key)/src/Symfony/Component/EventDispatcher/GenericEvent.php62
sprintf('None of the "%s" or "__invoke" methods exist for the service "%s". Please define the "method" attribute on "kernel.event_listener" tags.', $event['method'], $id)/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php91
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Lock/Lock.php47
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Lock/Lock.php52
sprintf('Unexpected value of type "%s" returned, "object" expected from "%s" on line "%d".', get_debug_type($app), $r->getFileName( ), $r->getStartLine( ))/src/Symfony/Component/Runtime/Resolver/DebugClosureResolver.php31
'The key cannot be serialized.'/src/Symfony/Component/Lock/Key.php96
'Autoloader not found.'/src/Symfony/Component/Runtime/Tests/phpt/autoload.php32
sprintf('File "%s" defined under "extra.runtime.autoload_template" in your composer.json file not found.', $this->composer->getPackage( )->getExtra( )['runtime']['autoload_template'])/src/Symfony/Component/Runtime/Internal/ComposerPlugin.php73
sprintf('Cannot resolve argument "%s $%s" in "%s" on line "%d": "%s" supports only arguments "array $context", "array $argv" and "array $request", or a runtime named "Symfony\Runtime\%1$sRuntime".', $type, $parameter->name, $r->getFileName( ), $r->getStartLine( ), get_debug_type($this))/src/Symfony/Component/Runtime/GenericRuntime.php174
sprintf('Unexpected value of type "%s" returned, "string|int|null" expected from "%s" on line "%d".', get_debug_type($exitStatus), $r->getFileName( ), $r->getStartLine( ))/src/Symfony/Component/Runtime/Runner/ClosureRunner.php39
sprintf('Failed to release the "%s" lock.', $this->key)/src/Symfony/Component/Lock/Lock.php223
sprintf('Failed to define an expiration for the "%s" lock.', $this->key)/src/Symfony/Component/Lock/Lock.php205
sprintf('Failed to put off the expiration of the "%s" lock within the specified time.', $this->key)/src/Symfony/Component/Lock/Lock.php195
'You have to define an expiration duration.'/src/Symfony/Component/Lock/Lock.php181
sprintf('Failed to acquire the "%s" lock.', $this->key)/src/Symfony/Component/Lock/Lock.php174
sprintf('Failed to store the "%s" lock.', $this->key)/src/Symfony/Component/Lock/Lock.php159
sprintf('Failed to acquire the "%s" lock.', $this->key)/src/Symfony/Component/Lock/Lock.php116
sprintf('Failed to store the "%s" lock.', $this->key)/src/Symfony/Component/Lock/Lock.php101
sprintf('"%s()" expects being initialized with a Redis, Relay, RedisArray, RedisCluster or Predis\ClientInterface, "%s" given.', __METHOD__, get_debug_type($this->redis))/src/Symfony/Component/Lock/Tests/Store/AbstractRedisStoreTestCase.php101
'Failed to extract list of opened semaphores. Expected a "used arrays" key, got ' . implode(\PHP_EOL, $lines)/src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php63
'Failed to extract list of opened semaphores. Expected a Semaphore status, got ' . implode(\PHP_EOL, $lines)/src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php59
'Failed to extract list of opened semaphores. Expected a Semaphore list, got ' . implode(\PHP_EOL, $lines)/src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php51
'boom'/src/Symfony/Component/Lock/Tests/LockTest.php620
'boom'/src/Symfony/Component/Lock/Tests/LockTest.php582
'boom'/src/Symfony/Component/Lock/Tests/LockTest.php94
sprintf('Failed to release the "%s" lock, the resource is still locked.', $this->key)/src/Symfony/Component/Lock/Lock.php227
'Error while retrieving entry count: ' . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php47
'Could not rewind entries array: ' . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php67
'Could not fetch attributes: ' . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php111
'Could not fetch DN: ' . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php119
sprintf('Entry "%s" malformed, could not parse RDN.', $entry->getDn( ))/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php184
'The LDAP PHP extension is not enabled.'/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php32
sprintf('"%s" is not a valid modification type.', $operationType)/src/Symfony/Component/Ldap/Adapter/ExtLdap/UpdateOperation.php38
sprintf('$values must be null for LDAP_MODIFY_BATCH_REMOVE_ALL operation, "%s" given.', get_debug_type($values))/src/Symfony/Component/Ldap/Adapter/ExtLdap/UpdateOperation.php41
sprintf('Could not search in scope "%s".', $this->options['scope'])/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php76
sprintf('Could not complete search with dn "%s", query "%s" and filters "%s".%s.', $this->dn, $this->query, implode(',', $this->options['filter']), $ldapError)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php110
sprintf('Unknown option "%s".', $name)/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php83
sprintf('"%s" is not a valid PHP type.', $builtinType)/src/Symfony/Component/PropertyInfo/Type.php82
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php35
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php40
'Could not free results: ' . ldap_error($con)/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php56
'Query execution is not possible without binding the connection first.'/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php66
"Calling isStatic() when having a mutator of type {$this->type} is not tolerated."/src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php99
"Calling getVisibility() when having a mutator of type {$this->type} is not tolerated."/src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php90
'Oops'/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php81Dummy.php22
sprintf('Unable to read file "%s".', $fileName)/src/Symfony/Component/PropertyInfo/PhpStan/NameScopeFactory.php59
"Calling getName() when having a mutator of type {$this->type} is not tolerated."/src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php53
sprintf('"%s()": Argument #%d (%s) must be of type "%s[]", "%s" or "null", array value "%s" given.', __METHOD__, $argumentIndex, $argumentName, self::class, self::class, get_debug_type($collectionArgument))/src/Symfony/Component/PropertyInfo/Type.php102
"Calling getRemoverInfo() when having a mutator of type {$this->type} is not tolerated."/src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php81
"Calling getAdderInfo() when having a mutator of type {$this->type} is not tolerated."/src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php67
'Unmodifiable event dispatchers must not be modified.'/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php40
'Unmodifiable event dispatchers must not be modified.'/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php35
'Unmodifiable event dispatchers must not be modified.'/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php50
'Unmodifiable event dispatchers must not be modified.'/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php45
sprintf('Unable to use the "%s" class as the "phpdocumentor/type-resolver" package is not installed. Try running composer require "phpdocumentor/type-resolver".', __CLASS__)/src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php59
sprintf('"%s" expects strings, given "%s".', __CLASS__, get_debug_type($string))/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php82
sprintf('Unable to use the "%s" class as the "phpdocumentor/reflection-docblock" package is not installed. Try running composer require "phpdocumentor/reflection-docblock".', __CLASS__)/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php63
sprintf('Unable to use the "%s" class as the "phpstan/phpdoc-parser" package is not installed. Try running composer require "phpstan/phpdoc-parser".', __CLASS__)/src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php63
__CLASS__/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php59
'Could not reach the remote Clickatell server.'/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php82
sprintf('Unable to send SMS with Clickatell: Error code %d with message "%s" (%s).', $errorCode, $errorInfo, $errorDocumentation)/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php98
__CLASS__/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php41
'Could not reach the remote Line server.'/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php55
sprintf('Unable to post the Line message: "%s" (%d: "%s").', $originalContent, $errorCode, $errorMessage)/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php64
__CLASS__/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php59
'Could not reach the remote smsc.ru server.'/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php79
__CLASS__/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php55
'Could not reach the remote GatewayApi server.'/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php73
sprintf('Unable to send the SMS: error %d.', $statusCode)/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php77
__CLASS__/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php57
sprintf('The "%s" transport required the "to" or "identifiers" option to be set when not sending to everyone.', __CLASS__)/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php70
'Invalid status code received from Engagespot server: ' . $statusCode/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php96
'Could not reach the remote Engagespot server.'/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php99
'Unable to post the Engagespot message: ' . $errorMessage/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php106
sprintf('Maximum number of elements should not exceed %d.', self::ELEMENT_LIMIT)/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php29
sprintf('Maximum length for the block id is %d characters.', self::ID_LIMIT)/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackHeaderBlock.php45
'Maximum number of buttons should not exceed 25.'/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackActionsBlock.php30
sprintf('Maximum number of elements should not exceed %d.', self::ELEMENT_LIMIT)/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php52
__CLASS__/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php58
'Maximum number of fields should not exceed 10.'/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackSectionBlock.php43
sprintf('Unable to post the Mattermost message: %s (%s).', $result['message'], $result['id'])/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php81
'Could not reach the remote Mattermost server.'/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php75
__CLASS__/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php67
'A valid Slack token needs to start with "xoxb-", "xoxp-" or "xoxa-2". See https://api.slack.com/authentication/token-types for further information.'/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php37
sprintf('Unable to post the Slack message: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php98
'Could not reach the remote Slack server.'/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php94
sprintf('Maximum number of "blocks" has been reached (%d).', self::MAX_BLOCKS)/src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php35
sprintf('Unable to post the Slack message: "%s"%s.', $result['error'], $errors)/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php105
sprintf('Maximum length for the text is %d characters.', self::TEXT_LIMIT)/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackHeaderBlock.php27
sprintf('Maximum number of "blocks" has been reached (%d).', self::MAX_BLOCKS)/src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php106
'Could not reach the remote Iqsms server.'/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php78
sprintf('Unable to send the SMS: "%s".', $msg['status'])/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php83
sprintf('Unable to post the Google Chat message: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php131
__CLASS__/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php57
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php73
sprintf('Unable to send SMS: "Code: "%s". Message: "%s"".', $data['code'], $data['msg'] ?? 'Unknown reason')/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php77
__CLASS__/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php54
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class)/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php58
sprintf('Unable to send the SMS: %s (%s).', $error['text'], $error['code'])/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php79
__CLASS__/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php77
__CLASS__/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php57
'Could not reach the remote Sinch server.'/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php73
'Unable to post the Google Chat message: Invalid response.'/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php123
sprintf('Unable to post the Google Chat message: "%s".', $result['error']['message'] ?? $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php127
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, GoogleChatOptions::class)/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php81
'Could not reach the remote GoogleChat server.'/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php117
__CLASS__/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php57
'Malformed token.'/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php52
'Missing token.'/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php48
'Unable to ' . $this->getAction($options) . ' the Telegram message: ' . $result['description'] . sprintf(' (code %d).', $result['error_code'])/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php126
'Unable to send the message.'/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php80
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class)/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php58
__CLASS__/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php54
'Could not reach the remote iSendPro server.'/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php108
sprintf('Unable to post the Zendesk message: "%s".', $errorMessage)/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php91
'Could not reach the remote Zendesk server.'/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php80
__CLASS__/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php53
'Unable to post the Firebase message: ' . $errorMessage/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php92
'Could not reach the remote Telegram server.'/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php120
__CLASS__/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php82
'Host must be in format: "subdomain.zendesk.com".'/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php52
'Host is not set.'/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php48
sprintf('Unable to post the Microsoft Teams message: "%s" (%s : "%s").', $originalContent, $requestId, $errorMessage)/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php86
sprintf('Supported operating systems for "%s" method are: "%s".', __METHOD__, implode('", "', self::OPERATING_SYSTEMS))/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/OpenUriAction.php49
sprintf('Supported styles for "%s" method are: "%s".', __METHOD__, implode('", "', self::STYLES))/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/MultiChoiceInput.php57
__CLASS__/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php63
'MessageCard themeColor must have a valid hex color format.'/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php179
__CLASS__/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php57
'Could not reach the remote MicrosoftTeams server.'/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php72
sprintf('Unable to post the Microsoft Teams message: "%s" (request-id not found).', $originalContent)/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php79
406/src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php53
'Path is not set.'/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransportFactory.php36
sprintf('"%s" require recipient id format to be "/webhookb2/{uuid}@{uuid}/IncomingWebhook/{id}/{uuid}", "%s" given.', __CLASS__, $path)/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php85
sprintf('MessageCard maximum number of "potentialAction" has been reached (%d).', self::MAX_ACTIONS)/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php172
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID.', $from)/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php64
'Could not reach the remote Twilio server.'/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php85
'Unable to send the SMS: ' . $error['message'] . sprintf(' (see %s).', $error['more_info'])/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php91
406/src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php38
sprintf('"%s" is not valid option, available options are "%s".', $landingPageTitle, implode(', ', self::ALL))/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareMediaShare.php58
sprintf('"%s" is not a valid value, available value for visibility "%s" is "%s".', $value, $visibility, self::DARK)/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php51
__CLASS__/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php58
sprintf('"%s" is not valid option, available options are "%s".', $shareMediaCategory, implode(', ', self::ALL))/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareContentShare.php76
sprintf('"%s" is not a valid value, available lifecycle are "%s".', $lifecycleState, implode(', ', self::AVAILABLE_LIFECYCLE))/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/LifecycleStateShare.php44
sprintf('Unable to post the Linkedin message: "%s".', $result['error'])/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php95
sprintf('"%s" is not a valid value, available value for visibility "%s" are "%s".', $value, $visibility, implode(', ', self::MEMBER_NETWORK))/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php47
sprintf('"%s" is not a valid visibility, available visibility are "%s".', $visibility, implode(', ', self::AVAILABLE_VISIBILITY))/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php43
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, LinkedInOptions::class)/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php66
__CLASS__/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php62
sprintf('Unable to post the Linkedin message: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php89
'Could not reach the remote LinkedIn server.'/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php85
__CLASS__/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php62
sprintf('Unable to send the SMS - status code: "%s": "%s".', $statusCode, $error['message'] ?? 'unknown error')/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php88
sprintf('Unable to send the SMS: "%s".', $errorMessage)/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php102
'Could not reach the remote MessageMedia server.'/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php83
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID.', $options['from'])/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php68
'Could not reach the remote Termii server.'/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php79
sprintf('Unable to post the RocketChat message: %s.', $result['error'])/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php83
__CLASS__/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php56
'Could not reach the remote RocketChat server.'/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php74
sprintf('Unable to post the RocketChat message: %s.', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php78
sprintf('Unable to send the SMS - "%s".', $error['message'] ?? $error['error_description'] ?? $error['description'] ?? 'unknown failure')/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php80
__CLASS__/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php59
sprintf('The "From" number "%s" is not a valid phone number. Phone number must be in E.164 format.', $options['from']['phoneNumber'] ?? '')/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php63
'Could not reach the remote Ring Central server.'/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php75
'Unable to send the SMS: Unknown error'/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php97
__CLASS__/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php54
'Could not reach the remote SMSFactor server.'/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php85
'Unable to send the SMS: Invalid phone number'/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php94
'Unable to send the SMS: ' . ($error['message'] ?? $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php78
__CLASS__/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php62
'Could not reach the remote Brevo server.'/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php72
__CLASS__/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php53
sprintf('Unable to send the Contact Everyone message with following error: "%s". For further details, please check this logId: "%s".', $error['message'], $error['logId'])/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php96
'Could not reach the remote Contact Everyone server.'/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php91
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class)/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php72
__CLASS__/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php68
sprintf('Unable to send the SMS: "%s".', $success['success'])/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php88
sprintf('Unable to send the SMS: "%s" (%s).', $error['description'], $error['code'])/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php82
'Could not reach the remote Sms77 server.'/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php76
__CLASS__/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php55
sprintf('Unable to post the Gitter message: "%s".', $result['error'])/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php77
'Could not reach the remote Gitter server.'/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php73
__CLASS__/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php58
sprintf('Unable to send the SMS: code = %d, message = "%s".', $result['error_code'], $result['error'])/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php87
'Unexpected response from remote smsc.ru server.'/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php83
'Could not decode the response from remote smsc.ru server.'/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php81
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ObjectConfig.php78
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ListObjectConfig.php58
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedListObjectConfig.php38
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedObjectConfig.php38
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType/Symfony/Config/VariableTypeConfig.php44
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes/Symfony/Config/PrimitiveTypesConfig.php143
'The node created by "messenger()" has already been initialized. You cannot pass values the second time you call messenger().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php37
'The node created by "someCleverName()" has already been initialized. You cannot pass values the second time you call someCleverName().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php25
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/SomeCleverNameConfig.php78
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php63
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php38
'The node created by "transports()" has already been initialized. You cannot pass values the second time you call transports().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php23
'Cannot get a resolver if none was set.'/src/Symfony/Component/Config/Loader/Loader.php35
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/Messenger/TransportsConfig.php78
sprintf('Invalid type for path "%s". Expected "float", but got "%s".', $this->getPath( ), get_debug_type($value))/src/Symfony/Component/Config/Definition/FloatNode.php31
array_keys(self::$loading)/src/Symfony/Component/Config/Loader/FileLoader.php153
'The node created by "routing()" has already been initialized. You cannot pass values the second time you call routing().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php25
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php53
'The node created by "books()" has already been initialized. You cannot pass values the second time you call books().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/TranslatorConfig.php54
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/TranslatorConfig.php81
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/BooksConfig.php37
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/Books/PageConfig.php58
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/RoutingConfig.php38
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/ReceivingConfig.php58
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders/Symfony/Config/PlaceholdersConfig.php83
'The node created by "object()" has already been initialized. You cannot pass values the second time you call object().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php70
'The node created by "keyedListObject()" has already been initialized. You cannot pass values the second time you call keyedListObject().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php113
'The node created by "nested()" has already been initialized. You cannot pass values the second time you call nested().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php125
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php175
'The node created by "nestedObject()" has already been initialized. You cannot pass values the second time you call nestedObject().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php39
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php78
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/KeyedListObjectConfig.php58
'The XML is not valid.'/src/Symfony/Component/Config/Util/XmlUtils.php93
sprintf('Invalid XSD file: "%s".', $schemaOrCallable)/src/Symfony/Component/Config/Util/XmlUtils.php87
'Document types are not allowed.'/src/Symfony/Component/Config/Util/XmlUtils.php66
implode("\n", static::getXmlErrors($internalErrors))/src/Symfony/Component/Config/Util/XmlUtils.php57
sprintf('File "%s" does not contain valid XML, it is empty.', $file)/src/Symfony/Component/Config/Util/XmlUtils.php128
sprintf('File "%s" is not readable.', $file)/src/Symfony/Component/Config/Util/XmlUtils.php122
sprintf('Resource "%s" is not a file.', $file)/src/Symfony/Component/Config/Util/XmlUtils.php118
implode("\n", $messages)/src/Symfony/Component/Config/Util/XmlUtils.php95
'The node created by "baz()" has already been initialized. You cannot pass values the second time you call baz().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php46
'The node created by "foo()" has already been initialized. You cannot pass values the second time you call foo().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php27
'Mismatch between file name and class name.'/src/Symfony/Component/Config/Tests/Fixtures/BadFileName.php9
sprintf('The XML file "%s" is not valid.', $file)/src/Symfony/Component/Config/Util/XmlUtils.php134
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php63
'The node created by "messenger()" has already been initialized. You cannot pass values the second time you call messenger().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php37
'The node created by "translator()" has already been initialized. You cannot pass values the second time you call translator().'/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php25
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value))/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php78
sprintf('Unable to send the SMS: "%s".', $error['result'])/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php93
sprintf('The message type "%s" is not supported; supported message types are: "%s"', $type, implode('", "', $supported))/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytOptions.php76
'Could not reach the remote Mobyt server.'/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php83
sprintf('Unable to send the SMS: "%s". Check your credentials.', $message->getSubject( ))/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php87
sprintf('"%s" needs a phone number, it cannot be empty.', __CLASS__)/src/Symfony/Component/Notifier/Message/SmsMessage.php33
sprintf('"%s" needs a phone number, it cannot be empty.', static::class)/src/Symfony/Component/Notifier/Message/SmsMessage.php56
sprintf('"%s" needs an email, it cannot be empty.', __CLASS__)/src/Symfony/Component/Notifier/Message/EmailMessage.php41
'Cannot set a Transport on a RawMessage instance.'/src/Symfony/Component/Notifier/Message/EmailMessage.php110
sprintf('Importance "%s" is not defined in the Policy.', $importance)/src/Symfony/Component/Notifier/Channel/ChannelPolicy.php31
sprintf('"%s" needs a Transport or a Bus but both cannot be "null".', static::class)/src/Symfony/Component/Notifier/Channel/AbstractChannel.php29
sprintf('"%s" needs a Transport or a Bus but both cannot be "null".', static::class)/src/Symfony/Component/Notifier/Channel/EmailChannel.php40
sprintf('To send the "%s" notification by email, you must configure a "from" header by either setting a sender in the global "envelope" of the mailer configuration or by setting a "from" header in the "asEmailMessage()" method.', get_debug_type($notification))/src/Symfony/Component/Notifier/Channel/EmailChannel.php64
sprintf('The file "%s" does not exist (in: "%s").', $name, implode('", "', $paths))/src/Symfony/Component/Config/FileLocator.php73
'Extension DOM is required.'/src/Symfony/Component/Config/Util/XmlUtils.php48
'An empty file name is not valid to be located.'/src/Symfony/Component/Config/FileLocator.php41
sprintf('The file "%s" does not exist.', $name)/src/Symfony/Component/Config/FileLocator.php46
sprintf('Unable to find node at path "%s.%s".', $rootNode->getName( ), $path)/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php57
sprintf('Unable to find node at path "%s.%s".', $rootNode->getName( ), $path)/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php43
sprintf('The directory "%s" does not exist.', $resource)/src/Symfony/Component/Config/Resource/DirectoryResource.php38
sprintf('The file "%s" does not exist.', $resource)/src/Symfony/Component/Config/Resource/FileResource.php37
sprintf('->addDefaultChildrenIfNoneSet() might not set default children names as ->useAttributeAsKey() is not used at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php475
sprintf('->addDefaultChildrenIfNoneSet() should set default children names as ->useAttributeAsKey() is used at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php471
'->cannotBeEmpty() is not applicable to BooleanNodeDefinition.'/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php44
sprintf('Node with name "%s" does not exist in the current node "%s".', $firstPathSegment, $this->name)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php500
'A non-empty secret is required.'/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php42
sprintf('The "%s" class must implement the "%s" interface.', PasswordAuthenticatedUserInterface::class, get_debug_type($user))/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php55
'Invalid or expired signature.'/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php72
'Signature has expired.'/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php66
'Extended glob patterns cannot be used as the Finder component is not installed. Try running "composer require symfony/finder".'/src/Symfony/Component/Config/Resource/GlobResource.php186
sprintf('The path "%s" does not exist.', $prefix)/src/Symfony/Component/Config/Resource/GlobResource.php56
sprintf('Unknown node "%s".', $child::class)/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php118
'The node was expected to be an ArrayNode. This Configuration includes an edge case not supported yet.'/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php109
sprintf('You cannot define a min(%s) as you already have a max(%s).', $min, $this->max)/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php53
'->cannotBeEmpty() is not applicable to NumericNodeDefinition.'/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php65
sprintf('The node type "%s" is not registered.', $type)/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php188
sprintf('The node class "%s" does not exist.', $class)/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php194
'You must specify a then part.'/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php229
'->values() must be called with at least one value.'/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php31
'You must call ->values() on enum nodes.'/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php47
sprintf('You cannot define a max(%s) as you already have a min(%s).', $max, $this->min)/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php36
sprintf('->defaultValue() is not applicable to concrete nodes at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php444
sprintf('->addDefaultChildrenIfNoneSet() is not applicable to concrete nodes at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php448
sprintf('->addDefaultsIfNotSet() is not applicable to prototype nodes at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php462
sprintf('A default value and default children might not be used together at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php467
sprintf('%s: the default value of an array node has to be an array.', $node->getPath( ))/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php374
sprintf('->useAttributeAsKey() is not applicable to concrete nodes at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php432
sprintf('->cannotBeEmpty() is not applicable to concrete nodes at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php436
sprintf('->requiresAtLeastOneElement() is not applicable to concrete nodes at path "%s".', $path)/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php440
sprintf('You are not allowed to define new elements for path "%s". Please define all elements for this path in one config file. If you are trying to overwrite an element, make sure you redefine it with the same name.', $this->getPath( ))/src/Symfony/Component/Config/Definition/ArrayNode.php350
sprintf('Invalid type for path "%s". Expected "array", but got "%s"', $this->getPath( ), get_debug_type($value))/src/Symfony/Component/Config/Definition/ArrayNode.php244
sprintf('Unsetting key for path "%s", value: %s.', $this->getPath( ), json_encode($value))/src/Symfony/Component/Config/Definition/ArrayNode.php201
sprintf('A child node named "%s" already exists.', $name)/src/Symfony/Component/Config/Definition/ArrayNode.php188
'Child nodes must be named.'/src/Symfony/Component/Config/Definition/ArrayNode.php185
sprintf('The node at path "%s" has no default value.', $this->getPath( ))/src/Symfony/Component/Config/Definition/ArrayNode.php162
sprintf('Invalid type for path "%s". Expected "bool", but got "%s".', $this->getPath( ), get_debug_type($value))/src/Symfony/Component/Config/Definition/BooleanNode.php26
sprintf('The value %s is not allowed for path "%s". Permissible values: %s', json_encode($value), $this->getPath( ), $this->getPermissibleValues(', '))/src/Symfony/Component/Config/Definition/EnumNode.php82
'You must specify an if part.'/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php226
'Unsetting key.'/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php213
sprintf($message, json_encode($v))/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php199
sprintf('Could not resolve argument "$%s" for "%s". You must typehint it (for example with "%s").', $parameter->getName( ), $path, DefinitionConfigurator::class)/src/Symfony/Component/Config/Definition/Loader/DefinitionFileLoader.php84
sprintf('The path "%s" cannot contain an empty value, but got %s.', $this->getPath( ), json_encode($value))/src/Symfony/Component/Config/Definition/VariableNode.php82
sprintf('The path "%s" cannot contain an environment variable when empty values are not allowed by definition and are validated.', $this->getPath( ))/src/Symfony/Component/Config/Definition/VariableNode.php72
sprintf('Invalid type for path "%s". Expected "scalar", but got "%s".', $this->getPath( ), get_debug_type($value))/src/Symfony/Component/Config/Definition/ScalarNode.php33
'merge() expects a normalized config array.'/src/Symfony/Component/Config/Definition/ArrayNode.php362
sprintf('Invalid type for path "%s". Expected "int", but got "%s".', $this->getPath( ), get_debug_type($value))/src/Symfony/Component/Config/Definition/IntegerNode.php26
'A prototyped array node cannot have concrete children.'/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php153
sprintf('Invalid type for path "%s". Expected %s, but got %s.', $this->getPath( ), 1 === \count($validTypes) ? '"' . reset($validTypes) . '"' : 'one of "' . implode('", "', $validTypes) . '"', 1 === \count($knownTypes) ? '"' . reset($knownTypes) . '"' : 'one of "' . implode('", "', $knownTypes) . '"')/src/Symfony/Component/Config/Definition/BaseNode.php497
sprintf('A dynamic value is not compatible with a "%s" node type at path "%s".', static::class, $this->getPath( ))/src/Symfony/Component/Config/Definition/BaseNode.php481
sprintf('Configuration path "%s" cannot be overwritten. You have to define all options for this path, and any of its sub-paths in one configuration section.', $this->getPath( ))/src/Symfony/Component/Config/Definition/BaseNode.php289
sprintf('Invalid configuration for path "%s": ', $this->getPath( )) . $e->getMessage( )/src/Symfony/Component/Config/Definition/BaseNode.php408
'The name must not contain ".' . $pathSeparator . '".'/src/Symfony/Component/Config/Definition/BaseNode.php52
'At least one value must be provided.'/src/Symfony/Component/Config/Definition/BaseNode.php71
sprintf('"%s" only supports scalar, enum, or null values, "%s" given.', __CLASS__, get_debug_type($value))/src/Symfony/Component/Config/Definition/EnumNode.php37
sprintf('"%s" only supports one type of enum, "%s" and "%s" passed.', __CLASS__, $enumClass, $value::class)/src/Symfony/Component/Config/Definition/EnumNode.php41
sprintf('You are not allowed to define new elements for path "%s". Please define all elements for this path in one config file.', $this->getPath( ))/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php271
'$values must contain at least one element.'/src/Symfony/Component/Config/Definition/EnumNode.php28
sprintf('Duplicate key "%s" for path "%s".', $k, $this->getPath( ))/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php230
sprintf('The attribute "%s" must be set for path "%s".', $this->keyAttribute, $this->getPath( ))/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php197
sprintf('Unsetting key for path "%s", value: %s.', $this->getPath( ), json_encode($value))/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php159
sprintf('The path "%s" should have at least %d element(s) defined.', $this->getPath( ), $this->minNumberOfElements)/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php172
'Cannot dump an uncompiled container.'/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php102
sprintf('Unable to dump a service container if a parameter is an object or a resource, got "%s".', get_debug_type($value))/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php427
sprintf('Cannot dump definition because of invalid factory method (%s).', $callable[1] ?: 'n/a')/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1190
sprintf('"%s" is not a valid class name for the "%s" service.', $class, $id)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php681
'Cannot dump definitions which have no class nor factory.'/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1226
sprintf('Cannot dump definition: "%s" service is defined to be created by a factory but is missing the service reference, did you forget to define the factory service id or class?', $id ? 'The "' . $id . '"' : 'inline')/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1212
sprintf('You cannot dump a container with parameters that contain special arguments. "%s" found in "%s".', get_debug_type($value), $path . '/' . $key)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1703
sprintf('Parameter name cannot use env parameters: "%s".', $resolvedKey)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1577
sprintf('You cannot dump a container with parameters that contain service definitions. Definition for "%s" found in "%s".', $value->getClass( ), $path . '/' . $key)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1707
sprintf('You cannot dump a container with parameters that contain variable references. Variable "%s" found in "%s".', $value, $path . '/' . $key)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1705
sprintf('You cannot dump a container with parameters that contain expressions. Expression "%s" found in "%s".', $value, $path . '/' . $key)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1711
sprintf('You cannot dump a container with parameters that contain references to other services (reference to service "%s" found in "%s").', $value, $path . '/' . $key)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1709
'Cannot dump definitions which have properties.'/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1917
'Cannot dump definitions which have method calls.'/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1914
sprintf('Unable to dump a service container if a parameter is an object or a resource, got "%s".', get_debug_type($value))/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1959
'Cannot dump definitions which have a configurator.'/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1920
sprintf('Cannot dump definition because of invalid class name (%s).', $class ?: 'n/a')/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php1976
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php2132
sprintf('Missing attribute "class" on tag "%s" for service "%s".', $this->preloadTags[0], $id)/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php2286
'Libsodium is not available. You should either install the sodium extension or use a different password hasher.'/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php35
'$opsLimit must be 3 or greater.'/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php42
'$memLimit must be 10k or greater.'/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php46
'Libsodium is not available. You should either install the sodium extension or use a different password hasher.'/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php69
'Libsodium is not available. You should either install the sodium extension or use a different password hasher.'/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php112
sprintf('The algorithm "%s" is not supported.', $this->algorithm)/src/Symfony/Component/PasswordHasher/Hasher/Pbkdf2PasswordHasher.php69
'$opsLimit must be 3 or greater.'/src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php41
'$memLimit must be 10k or greater.'/src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php45
'$cost must be in the range of 4-31.'/src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php49
sprintf('The algorithm "%s" is not supported.', $this->algorithm)/src/Symfony/Component/PasswordHasher/Hasher/MessageDigestPasswordHasher.php58
'Cannot use { or } in salt.'/src/Symfony/Component/PasswordHasher/Hasher/MessageDigestPasswordHasher.php93
'Cannot use { or } in salt.'/src/Symfony/Component/PasswordHasher/Hasher/PlaintextPasswordHasher.php74
sprintf('The password hasher "%s" was not configured.', $hasherName)/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php42
sprintf('Algorithm "argon2i" is not available. Use "%s" instead.', \defined('SODIUM_CRYPTO_PWHASH_ALG_ARGON2ID13') ? 'argon2id" or "auto' : 'auto')/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php191
'"arguments" must be set in ' . json_encode($config)/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php89
'"class" must be set in ' . json_encode($config)/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php86
sprintf('No password hasher has been configured for account "%s".', \is_object($user) ? get_debug_type($user) : $user)/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php56
'hrtime() returned false: the runtime environment does not provide access to a monotonic timer.'/src/Symfony/Component/Clock/MonotonicClock.php31
'There are no configured password hashers for the "security" extension.'/src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php202
'The password must not be empty.'/src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php183
sprintf('Algorithm "argon2id" is not available. Either use "%s", upgrade to PHP 7.3+ or use libsodium 1.0.15+ instead.', \defined('PASSWORD_ARGON2I') || $hasSodium ? 'argon2i", "auto' : 'auto')/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php203
'File must be readable.'/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php74
'The content cannot be set on a StreamedResponse instance.'/src/Symfony/Component/HttpFoundation/StreamedResponse.php119
'The Response callback must be set.'/src/Symfony/Component/HttpFoundation/StreamedResponse.php103
'The DatePoint object has no timezone.'/src/Symfony/Component/Clock/DatePoint.php124
sprintf('Input value "%s" contains a non-scalar value.', $key)/src/Symfony/Component/HttpFoundation/InputBag.php38
sprintf('Expected a scalar value as a 2nd argument to "%s()", "%s" given.', __METHOD__, get_debug_type($default))/src/Symfony/Component/HttpFoundation/InputBag.php32
'The content cannot be set on a BinaryFileResponse instance.'/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php345
'The chunk size of a BinaryFileResponse cannot be less than 1 or greater than PHP_INT_MAX.'/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php110
sprintf('A Closure must be passed to "%s()" when FILTER_CALLBACK is used, "%s" given.', __METHOD__, get_debug_type($options['options'] ?? null))/src/Symfony/Component/HttpFoundation/InputBag.php119
sprintf('Input value "%s" is invalid and flag "FILTER_NULL_ON_FAILURE" was not set.', $key)/src/Symfony/Component/HttpFoundation/InputBag.php132
sprintf('Expected a scalar, or an array as a 2nd argument to "%s()", "%s" given.', __METHOD__, get_debug_type($value))/src/Symfony/Component/HttpFoundation/InputBag.php71
sprintf('Input value "%s" contains an array, but "FILTER_REQUIRE_ARRAY" or "FILTER_FORCE_ARRAY" flags were not set.', $key)/src/Symfony/Component/HttpFoundation/InputBag.php115
sprintf('The cookie name "%s" contains invalid characters.', $name)/src/Symfony/Component/HttpFoundation/Cookie.php101
'The cookie name cannot be empty.'/src/Symfony/Component/HttpFoundation/Cookie.php105
sprintf('The HTTP status code "%s" is not valid.', $code)/src/Symfony/Component/HttpFoundation/Response.php476
sprintf('Response does not support the following options: "%s".', implode('", "', $diff))/src/Symfony/Component/HttpFoundation/Response.php979
'The "sameSite" parameter value is not valid.'/src/Symfony/Component/HttpFoundation/Cookie.php234
sprintf('Format "%s" invalid (%s).', $format, implode(', ', [self::COOKIES_FLAT, self::COOKIES_ARRAY]))/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php198
'The cookie expiration time is not valid.'/src/Symfony/Component/HttpFoundation/Cookie.php165
sprintf('The cookie name "%s" contains invalid characters.', $this->name)/src/Symfony/Component/HttpFoundation/Cookie.php211
'The filename fallback must only contain ASCII characters.'/src/Symfony/Component/HttpFoundation/HeaderUtils.php177
'The filename fallback cannot contain the "%" character.'/src/Symfony/Component/HttpFoundation/HeaderUtils.php182
'At least one separator must be specified.'/src/Symfony/Component/HttpFoundation/HeaderUtils.php48
sprintf('The disposition must be either "%s" or "%s".', self::DISPOSITION_ATTACHMENT, self::DISPOSITION_INLINE)/src/Symfony/Component/HttpFoundation/HeaderUtils.php168
sprintf('Invalid type "%s".', $type)/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php130
sprintf('A "tags" attribute must be of a scalar-type for service "%s", tag "%s", attribute "%s".', $id, $tag, $name)/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php94
sprintf('Invalid definition for service "%s": "%s::%s()" requires %d arguments, %d passed.', $this->currentId, $reflectionFunction->class, $reflectionFunction->name, $numberOfRequiredParameters, \count($values))/src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php132
sprintf('There is no node with id "%s".', $id)/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php47
sprintf('The definition for "%s" has no class attribute, and appears to reference a class or interface. Please specify the class attribute explicitly or remove the leading backslash by renaming the service to "%s" to get rid of this error.', $id, substr($id, 1))/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php53
sprintf('Please add the class to service "%s" even if it is constructed by a factory since we might need to add method calls based on compile-time checks.', $id)/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php49
sprintf('The definition for "%s" has no class. If you intend to inject this service dynamically at runtime, please mark it as synthetic=true. If this is an abstract definition solely used by child definitions, please add abstract=true, otherwise specify a class to get rid of this error.', $id)/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php59
sprintf('The definition for "%s" has no class attribute, and appears to reference a class or interface in the global namespace. Leaving out the "class" attribute is only allowed for namespaced classes. Please specify the class attribute explicitly to get rid of this error.', $id)/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php56
implode(sprintf('return string|int (got "%s")', get_debug_type($default)), $message)/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php170
implode(sprintf('return int (got "%s")', get_debug_type($default)), $message)/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php159
sprintf('Invalid service "%s": function "%s" does not exist.', $this->currentId, $factory)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php133
'Expressions cannot be used in service factories without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php101
sprintf('Invalid value for binding key "%s" for service "%s": expected "%s", "%s", "%s", "%s" or null, "%s" given.', $key, $this->currentId, Reference::class, Definition::class, TaggedIteratorArgument::class, ServiceLocatorArgument::class, get_debug_type($bindingValue))/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php140
sprintf('The "%s" service is defined to be created by a factory, but is missing the factory class. Did you forget to define the factory or service class?', $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php28
implode('be public', $message)/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php152
implode('be static', $message)/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php148
sprintf('Invalid service "%s": class%s has no constructor.', $this->currentId, sprintf($class !== $this->currentId ? ' "%s"' : '', $class))/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php181
sprintf('Invalid service "%s": ', $this->currentId) . sprintf($class !== $this->currentId ? 'constructor of class "%s"' : 'its constructor', $class) . ' must be public.'/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php184
sprintf('Invalid service "%s": the class is not set.', $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php204
sprintf('Invalid service "%s": class "%s" does not exist.', $this->currentId, $class)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php208
sprintf('Invalid service "%s": "__construct()" cannot be used as a factory method.', $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php147
sprintf('Invalid service "%s": the class is not set.', $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php171
sprintf('Invalid service "%s": class "%s" does not exist.', $this->currentId, $class)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php174
sprintf('Invalid service "%s": ', $this->currentId) . lcfirst($e->getMessage( ))/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php177
sprintf('The "package" attribute is mandatory for the "container.private" tag on the "%s" service.', $id)/src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php28
sprintf('The "version" attribute is mandatory for the "container.private" tag on the "%s" service.', $id)/src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php32
sprintf('Autoconfigured instanceof for type "%s" defines arguments but these are not supported and should be removed.', $interface)/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php31
sprintf('"%s" is set as an "instanceof" conditional, but it does not exist.', $interface)/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php163
sprintf('Invalid service "%s": method "%s()" does not exist.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php216
sprintf('Invalid service "%s": method "%s()" must be public.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php221
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php231
sprintf('"%s::processValue()" must return a Reference when processing an expression, "%s" returned for service("%s").', static::class, get_debug_type($arg), $id)/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php242
sprintf('You cannot register extension "%s" from "%s". Extensions must be registered before the container is compiled.', get_debug_type($extension), $this->extensionClass)/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php170
sprintf('You cannot add compiler pass "%s" from extension "%s". Compiler passes must be registered before the container is compiled.', get_debug_type($pass), $this->extensionClass)/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php165
sprintf('Invalid service "%s": method "%s()" has no argument type-hinted as "%s". Check your service definition.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method, $key)/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php104
sprintf('Invalid service "%s": the value of argument "%s" of method "%s()" must be null, an instance of "%s" or an instance of "%s", "%s" given.', $this->currentId, $key, $class !== $this->currentId ? $class . '::' . $method : $method, Reference::class, Definition::class, get_debug_type($argument))/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php91
sprintf('Invalid service "%s": method "%s()" has no argument named "%s". Check your service definition.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method, $key)/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php87
sprintf('Invalid service "%s": did you forget to add the "$" prefix to argument "%s"?', $this->currentId, $key)/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php67
sprintf('Invalid type "Reflection%s" on argument "$%s": attribute "%s" cannot target a ' . $symbol . ' in "%s" on line "%d".', ucfirst($symbol), $reflectorParameter->getName( ), $attributeName, $callableReflector->getFileName( ), $callableReflector->getStartLine( ))/src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php73
sprintf('Argument "$%s" of attribute autoconfigurator should have a type, use one or more of "\ReflectionClass|\ReflectionMethod|\ReflectionProperty|\ReflectionParameter|\Reflector" in "%s" on line "%d".', $reflectorParameter->getName( ), $callableReflector->getFileName( ), $callableReflector->getStartLine( ))/src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php55
sprintf('The "container.service_subscriber" tag accepts only the "key" and "id" attributes, "%s" given for service "%s".', implode('", "', array_keys($attributes)), $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php51
sprintf('The definition "%s" has a reference to an abstract definition "%s". Abstract definitions cannot be the target of references.', $this->currentId, $value)/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php39
sprintf('Service definition "%s" has a parent but no class, and its name looks like an FQCN. Either the class is missing or you want to inherit it from the parent service. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class.', $id)/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php31
sprintf('Missing tag information "format" on auto_alias service "%s".', $serviceId)/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php28
sprintf('Invalid definition for service "%s": an array of references is expected as first argument when the "container.service_locator" tag is set.', $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php64
reset($errors)/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php48
sprintf('Using a cast in "env(%s)" is incompatible with resolution at compile time in "%s". The logic in the extension should be moved to a compiler pass, or an env parameter with no cast should be used instead.', $env, $this->extensionClass)/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php197
sprintf('Cannot compile the container in extension "%s".', $this->extensionClass)/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php175
sprintf('Service %s not exist in the map returned by "%s::getSubscribedServices()" for service "%s".', $message, $class, $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php127
sprintf('Invalid service "%s": only definitions with a "parent" can have the "container.stack" tag.', $id)/src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php35
sprintf('"%s::getSubscribedServices()" must return valid PHP types for service "%s" key "%s", "%s" returned.', $class, $this->currentId, $key, \is_string($type) ? $type : get_debug_type($type))/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php90
sprintf('Service "%s" misses a "container.service_subscriber" tag with "key"/"id" attributes corresponding to entry "%s" as returned by "%s::getSubscribedServices()".', $this->currentId, $key, $class)/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php103
sprintf('Service "%s" must implement interface "%s".', $this->currentId, ServiceSubscriberInterface::class)/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php70
sprintf('When "%s::getSubscribedServices()" returns "%s", a type must be set.', $class, SubscribedService::class)/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php86
sprintf('Missing "id" attribute on "container.service_subscriber" tag with key="%s" for service "%s".', $attributes['key'], $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php54
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $this->currentId)/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php67
sprintf('Unable to dump a service container if a parameter is an object or a resource, got "%s".', get_debug_type($value))/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php319
sprintf('File "%s" does not exist.', $file)/src/Symfony/Component/DependencyInjection/Dumper/Preloader.php22
'Unable to dump the container as the Symfony Yaml Component is not installed. Try running "composer require symfony/yaml".'/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php48
sprintf('Unspecified Yaml tag for type "%s".', get_debug_type($value))/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php293
sprintf('Parent definition "%s" does not exist.', $parent)/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php77
'Expressions cannot be used in service factories without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php144
sprintf('Invalid service "%s": the stack of decorators is empty.', $id)/src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php39
sprintf('Invalid service "%s": unexpected value of type "%s" found in the stack of decorators.', $id, get_debug_type($definition))/src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php99
sprintf('"%s" is closed.', static::class)/src/Symfony/Component/Process/InputStream.php49
sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class)/src/Symfony/Component/Process/PhpProcess.php55
'Unable to find the PHP executable.'/src/Symfony/Component/Process/PhpProcess.php61
'Unable to find PHP binary.'/src/Symfony/Component/Process/PhpSubprocess.php63
sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class)/src/Symfony/Component/Process/PhpSubprocess.php78
'Unable to find the PHP executable.'/src/Symfony/Component/Process/PhpSubprocess.php84
'Unable to create temporary ini file.'/src/Symfony/Component/Process/PhpSubprocess.php93
'Unable to read ini: ' . $file/src/Symfony/Component/Process/PhpSubprocess.php106
sprintf('Session Storage was not able to create directory "%s".', $baseDir)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php45
sprintf('%s accepts only string as data.', __METHOD__)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/IdentityMarshaller.php25
'You must provide the "database" and "collection" option for MongoDBSessionHandler.'/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php70
sprintf('The following options are not supported "%s".', implode(', ', $diff))/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php47
sprintf('"%s" is already an instance of "SessionUpdateTimestampHandlerInterface", you cannot wrap it with "%s".', get_debug_type($handler), self::class)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php27
sprintf('The following options are not supported "%s".', implode(', ', $diff))/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php50
'Cannot change the ID of an active session.'/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php71
'Cannot change the name of an active session.'/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php93
'Process is already running.'/src/Symfony/Component/Process/Process.php380
'Unable to launch a new process.'/src/Symfony/Component/Process/Process.php345
'Pass the callback to the "Process::start" method or call enableOutput to use a callback with "Process::waitUntil".'/src/Symfony/Component/Process/Process.php454
'Pass the callback to the "Process::start" method or call enableOutput to use a callback with "Process::wait".'/src/Symfony/Component/Process/Process.php413
'Output cannot be disabled while an idle timeout is set.'/src/Symfony/Component/Process/Process.php524
'Disabling output while the process is running is not possible.'/src/Symfony/Component/Process/Process.php521
'This PHP has been compiled with --enable-sigchild. Term signal cannot be retrieved.'/src/Symfony/Component/Process/Process.php791
'Enabling output while the process is running is not possible.'/src/Symfony/Component/Process/Process.php542
'Unable to write temporary ini file.'/src/Symfony/Component/Process/PhpSubprocess.php130
'Unable to parse ini data.'/src/Symfony/Component/Process/PhpSubprocess.php121
'The Process class relies on proc_open, which is not available on your PHP installation.'/src/Symfony/Component/Process/Process.php147
sprintf('"%s" only accepts strings, Traversable objects or stream resources.', $caller)/src/Symfony/Component/Process/ProcessUtils.php59
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Process/Process.php205
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Process/Process.php200
sprintf('The provided cwd "%s" does not exist.', $this->cwd)/src/Symfony/Component/Process/Process.php339
'Process is already running.'/src/Symfony/Component/Process/Process.php295
sprintf('Unable to kill the process (%s).', implode(' ', $output))/src/Symfony/Component/Process/Process.php1459
sprintf('Error while sending signal "%s".', $signal)/src/Symfony/Component/Process/Process.php1474
'The timeout value must be a valid positive integer or float number.'/src/Symfony/Component/Process/Process.php1358
'Cannot send signal on a non running process.'/src/Symfony/Component/Process/Process.php1449
sprintf('Command line is missing a value for parameter "%s": ', $matches[1]) . $commandline/src/Symfony/Component/Process/Process.php1585
'Process is not running: ' . $p->getErrorOutput( )/src/Symfony/Component/Process/Tests/ProcessTest.php122
sprintf('Process must be started before calling "%s()".', $functionName)/src/Symfony/Component/Process/Process.php1543
sprintf('Process must be terminated before calling "%s()".', $functionName)/src/Symfony/Component/Process/Process.php1555
'TTY mode requires /dev/tty to be read/writable.'/src/Symfony/Component/Process/Process.php1017
'Input cannot be set while the process is running.'/src/Symfony/Component/Process/Process.php1125
'Idle timeout cannot be set while the output is disabled.'/src/Symfony/Component/Process/Process.php995
'TTY mode is not supported on Windows platform.'/src/Symfony/Component/Process/Process.php1013
sprintf('Invalid option "%s" passed to "%s()". Supported options are "%s".', $key, __METHOD__, implode('", "', $existingOptions))/src/Symfony/Component/Process/Process.php1192
'Output has been disabled.'/src/Symfony/Component/Process/Process.php1338
'Start time is only available after process start.'/src/Symfony/Component/Process/Process.php1166
'Setting options while the process is running is not possible.'/src/Symfony/Component/Process/Process.php1183
sprintf('The "%s" command cannot be found because it is registered under multiple names. Make sure you don\'t set a different name via constructor or "setName()".', $name)/src/Symfony/Component/Console/Application.php562
sprintf('The command "%s" does not exist.', $name)/src/Symfony/Component/Console/Application.php557
sprintf('The command defined in "%s" cannot have an empty name.', get_debug_type($command))/src/Symfony/Component/Console/Application.php535
'Signals are not supported. Make sure that the "pcntl" extension is installed and that "pcntl_*" functions are not disabled by your php.ini\'s "disable_functions" directive.'/src/Symfony/Component/Console/Application.php122
'Unable to subscribe to signal events. Make sure that the "pcntl" extension is installed and that "pcntl_*" functions are not disabled by your php.ini\'s "disable_functions" directive.'/src/Symfony/Component/Console/Application.php983
sprintf('The command "%s" does not exist.', $name)/src/Symfony/Component/Console/Application.php752
sprintf("Command \"%s\" is ambiguous.\nDid you mean one of these?\n%s.", $name, $suggestions)/src/Symfony/Component/Console/Application.php745
sprintf("The namespace \"%s\" is ambiguous.\nDid you mean one of these?\n%s.", $namespace, $this->getAbbreviationSuggestions(array_values($namespaces)))/src/Symfony/Component/Console/Application.php643
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Process/Pipes/WindowsPipes.php93
'A temporary file could not be opened to write the process output: ' . $lastError/src/Symfony/Component/Process/Pipes/WindowsPipes.php63
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Process/Pipes/UnixPipes.php45
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Process/Pipes/UnixPipes.php40
sprintf('Unknown timeout type "%d".', $this->timeoutType)/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php61
'Expected a failed process, but the given process was successful.'/src/Symfony/Component/Process/Exception/ProcessFailedException.php28
sprintf('"%s" yielded a value of type "%s", but only scalars and stream resources are supported.', get_debug_type($this->input), get_debug_type($input))/src/Symfony/Component/Process/Pipes/AbstractPipes.php104
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Process/Pipes/WindowsPipes.php98
sprintf('JSON content was expected to decode to an array, "%s" returned.', get_debug_type($content))/src/Symfony/Component/HttpFoundation/Request.php1450
'Request body is empty.'/src/Symfony/Component/HttpFoundation/Request.php1466
'Could not decode request body.'/src/Symfony/Component/HttpFoundation/Request.php1472
sprintf('JSON content was expected to decode to an array, "%s" returned.', get_debug_type($content))/src/Symfony/Component/HttpFoundation/Request.php1476
sprintf('Invalid Host "%s".', $host)/src/Symfony/Component/HttpFoundation/Request.php1087
sprintf('Untrusted Host "%s".', $host)/src/Symfony/Component/HttpFoundation/Request.php1110
sprintf('Invalid method override "%s".', $method)/src/Symfony/Component/HttpFoundation/Request.php1167
'Could not decode request body.'/src/Symfony/Component/HttpFoundation/Request.php1446
'The callback name is not valid.'/src/Symfony/Component/HttpFoundation/JsonResponse.php94
json_last_error_msg( )/src/Symfony/Component/HttpFoundation/JsonResponse.php139
sprintf('Malformed URI "%s".', $uri)/src/Symfony/Component/HttpFoundation/Request.php303
'Session has not been set.'/src/Symfony/Component/HttpFoundation/Request.php668
'The filename and the fallback cannot contain the "/" and "\\" characters.'/src/Symfony/Component/HttpFoundation/HeaderUtils.php187
sprintf('The HTTP status code is not a redirect ("%s" given).', $status)/src/Symfony/Component/HttpFoundation/RedirectResponse.php42
'Cannot redirect to an empty URL.'/src/Symfony/Component/HttpFoundation/RedirectResponse.php68
sprintf('"%s": If $json is set to true, argument $data must be a string or object implementing __toString(), "%s" given.', __METHOD__, get_debug_type($data))/src/Symfony/Component/HttpFoundation/JsonResponse.php44
'You cannot guess the mime type as the Mime component is not installed. Try running "composer require symfony/mime".'/src/Symfony/Component/HttpFoundation/File/File.php74
'You cannot guess the extension as the Mime component is not installed. Try running "composer require symfony/mime".'/src/Symfony/Component/HttpFoundation/File/File.php56
sprintf('Could not get the content of the file "%s".', $this->getPathname( ))/src/Symfony/Component/HttpFoundation/File/File.php109
sprintf('Could not move the file "%s" to "%s" (%s).', $this->getPathname( ), $target, strip_tags($error))/src/Symfony/Component/HttpFoundation/File/File.php96
sprintf('The "%s" HTTP header is not parseable (%s).', $key, $value)/src/Symfony/Component/HttpFoundation/HeaderBag.php197
'Unable to check Ipv6. Check that PHP was not compiled with option "disable-ipv6".'/src/Symfony/Component/HttpFoundation/IpUtils.php128
'A non-empty secret is required.'/src/Symfony/Component/HttpFoundation/UriSigner.php28
'An uploaded file must be an array or an instance of UploadedFile.'/src/Symfony/Component/HttpFoundation/FileBag.php43
sprintf('Parameter value "%s" cannot be filtered.', $key)/src/Symfony/Component/HttpFoundation/ParameterBag.php202
sprintf('Parameter "%s" cannot be converted to enum: %s.', $key, $e->getMessage( ))/src/Symfony/Component/HttpFoundation/ParameterBag.php175
sprintf('Parameter value "%s" is invalid and flag "FILTER_NULL_ON_FAILURE" was not set.', $key)/src/Symfony/Component/HttpFoundation/ParameterBag.php219
sprintf('A Closure must be passed to "%s()" when FILTER_CALLBACK is used, "%s" given.', __METHOD__, get_debug_type($options['options'] ?? null))/src/Symfony/Component/HttpFoundation/ParameterBag.php206
sprintf('The request has both a trusted "%s" header and a trusted "%s" header, conflicting with each other. You should either configure your proxy to remove one of them, or configure your project to distrust the offending one.', self::TRUSTED_HEADERS[self::HEADER_FORWARDED], self::TRUSTED_HEADERS[$type])/src/Symfony/Component/HttpFoundation/Request.php1974
'The Request factory must return an instance of Symfony\Component\HttpFoundation\Request.'/src/Symfony/Component/HttpFoundation/Request.php1895
sprintf('Parameter value "%s" cannot be converted to "string".', $key)/src/Symfony/Component/HttpFoundation/ParameterBag.php132
sprintf('Unexpected value for parameter "%s": expecting "array", got "%s".', $key, get_debug_type($value))/src/Symfony/Component/HttpFoundation/ParameterBag.php45
'Cannot set session ID after the session has started.'/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php88
'Trying to save a session that was not started yet or was already closed.'/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php107
sprintf('Session Storage was not able to create directory "%s".', $savePath)/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php38
'Trying to save a session that was not started yet or was already closed.'/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php79
sprintf('The SessionBagInterface "%s" is not registered.', $name)/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php274
'PHP extension "session" is required.'/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php26
'Failed to start the session.'/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php157
'Cannot register a bag when the session is already started.'/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php265
'Failed to start the session: already started by PHP.'/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php112
sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line)/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php116
'This error is expected'/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php207
'PHP extension "session" is required.'/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php79
'You cannot guess the extension as the Mime component is not installed. Try running "composer require symfony/mime".'/src/Symfony/Component/HttpFoundation/File/UploadedFile.php129
sprintf('Could not move the file "%s" to "%s" (%s).', $this->getPathname( ), $target, strip_tags($error))/src/Symfony/Component/HttpFoundation/File/UploadedFile.php177
sprintf('Unable to create the "%s" directory.', $directory)/src/Symfony/Component/HttpFoundation/File/File.php119
sprintf('Unable to write in the "%s" directory.', $directory)/src/Symfony/Component/HttpFoundation/File/File.php122
sprintf('Invalid argument $savePath \'%s\'.', $savePath)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php37
sprintf('Transactional locks are currently not implemented for PDO driver "%s".', $this->driver)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php777
sprintf('Advisory locks are currently not implemented for PDO driver "%s".', $this->driver)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php735
'SQLite does not support advisory locks.'/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php733
'Failed to read session: INSERT reported a duplicate id but next SELECT did not return any data.'/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php646
sprintf('The scheme "%s" is not supported by the PdoSessionHandler URL configuration. Pass a PDO DSN directly.', $params['scheme'])/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php539
'URLs without scheme are not supported to configure the PdoSessionHandler.'/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php457
sprintf('Creating the session table is currently not implemented for PDO driver "%s".', $this->driver)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php258
sprintf('Creating the session table is currently not implemented for PDO driver "%s".', $this->driver)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php225
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __CLASS__)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php158
sprintf('Unsupported Connection: "%s".', $connection)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php93
'Unsupported PDO OCI DSN. Try running "composer require doctrine/dbal".'/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php71
'Unsupported Redis or Memcached DSN. Try running "composer require symfony/cache".'/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php62
sprintf('Unsupported Connection: "%s".', get_debug_type($connection))/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php52
sprintf('Session name cannot be empty, did you forget to call "parent::open()" in "%s"?.', static::class)/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php91
sprintf('The SessionBagInterface "%s" is not registered.', $name)/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php136
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php81
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/autowire_closure.php34
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php89
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php34
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_frozen.php32
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php30
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php30
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php57
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php30
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php57
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php57
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute.php32
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php92
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_duplicates.php33
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php35
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/static_constructor.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deep_graph.php32
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php40
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_optional_constructor_arguments.php33
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy_non_shared.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure_proxy.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_uninitialized_ref.php33
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_public.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute_with_intersection.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php34
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services33.php32
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php85
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php34
sprintf('A string value must be composed of strings and/or numbers, but found parameter "%s" of type "%s" inside string value "%s".', $key, get_debug_type($resolved), $value)/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php230
'Impossible to call clear() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php39
'Impossible to call add() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php44
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php49
'Impossible to call deprecate() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php54
'Impossible to call remove() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php59
sprintf('Invalid argument $ignoreErrors provided to "%s::import()": boolean or "not_found" expected, "%s" given.', static::class, get_debug_type($ignoreErrors))/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php66
sprintf('Namespace prefix must end with a "\\": "%s".', $namespace)/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php102
sprintf('Namespace is not a valid PSR-4 prefix: "%s".', $namespace)/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php105
'The exclude list must not contain a "null" value.'/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php109
'The exclude list must not contain an empty value.'/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php113
sprintf('Alias cannot be automatically determined for class "%s". If you have used the #[AsAlias] attribute with a class implementing multiple interfaces, add the interface you want to alias to the first parameter of #[AsAlias].', $class)/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php190
sprintf('The "%s" alias has already been defined with the #[AsAlias] attribute in "%s".', $alias, $this->aliases[$alias])/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php193
sprintf('Invalid type definition "%s": ChildDefinition expected, "%s" given.', $id, get_debug_type($definition))/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php235
sprintf('Invalid "exclude" pattern when importing classes for "%s": make sure your "exclude" pattern (%s) is a subset of the "resource" pattern (%s).', $namespace, $excludePattern, $pattern)/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php267
sprintf('Expected to find class "%s" in file "%s" while importing services from resource "%s", but it was not found! Check the namespace prefix used with the resource.', $class, $path, $pattern)/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php292
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php30
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_staticreturntype.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_closure.php32
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php57
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_ghost.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_adawson.php32
'boo'/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php37
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php52
sprintf('Invalid %s name: only "word" characters are allowed.', $name)/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php45
'We should not search pseudo-type iterable as class'/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php217
sprintf('The default value of env parameter "%s" must be a string or null, "%s" given.', $env, get_debug_type($default))/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php144
sprintf('The default value of an env() parameter must be a string or null, but "%s" given to "%s".', get_debug_type($defaultValue), $name)/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php48
sprintf('Array keys must be a scalar-value, but found key "%s" to resolve to type "%s".', $key, get_debug_type($resolvedKey))/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php174
sprintf('The parameter name "%s" cannot be numeric.', $name)/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php101
array_keys($resolving)/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php224
array_keys($resolving)/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php208
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_locator.php38
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php33
'This code should not be run.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/when_env.php6
'The injected config must contain a "flag" property.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php138
sprintf('The node created by "nested()" has already been initialized. You cannot pass values the second time you call nested().')/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig.php23
'This code should not be run.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/nested_bundle_config.php6
'Something went terribly wrong!'/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php499
'Something was terribly wrong while trying to configure the service!'/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php506
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php35
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php33
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php70
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php78
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php35
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php70
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php37
'#[Autowire] attribute cannot be $lazy and use $expression, $env, or $param.'/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php50
'#[AutowireCallable] attribute cannot have a $method without a $service.'/src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php37
'#[AutowireCallable] attribute must declare exactly one of $callable or $service.'/src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php34
sprintf('"%s" is not a PHP type for key "%s".', \is_string($type) ? $type : get_debug_type($type), $key)/src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php65
sprintf('When "%s" is used, a type must be set.', SubscribedService::class)/src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php61
sprintf('Invalid #[Target] name "%s" on parameter "$%s" of "%s()": the first character must be a letter.', $name, $parameter->name, $function)/src/Symfony/Component/DependencyInjection/Attribute/Target.php59
sprintf('Cannot parse the name of a #[Target] attribute that has not been resolved. Did you forget to call "%s::parseName()"?', __CLASS__)/src/Symfony/Component/DependencyInjection/Attribute/Target.php33
"The config array has no 'enabled' key."/src/Symfony/Component/DependencyInjection/Extension/Extension.php130
'A ServiceClosureArgument must hold one and only one value.'/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php38
"Cannot create lazy closure{$id} because its corresponding callable is invalid."/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php78
sprintf("Cannot create adapter{$id} because interface \"%s\" doesn't have exactly one method.", $class)/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php74
sprintf("Cannot create adapter{$id} because \"%s\" is not an interface.", $class)/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php71
sprintf('Cannot read property "%s" from a lazy closure.', $name)/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php39
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php69
'#[Autowire] attribute must declare exactly one of $service, $expression, $env, $param or $value.'/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php56
'#[Autowire] attribute cannot declare $value and $service at the same time.'/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php53
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php36
'BOOM'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php121
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_without_constructor.php30
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php33
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php74
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_constructor_without_arguments.php33
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_dedup_lazy.php34
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_in_expression.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php30
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php57
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_closure_argument_compiled.php33
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_current_factory_inlining.php32
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php64
'Service "errored_definition" is broken.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php401
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php460
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/callable_adapter_consumer.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php28
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_self_ref.php31
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure.php32
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_public.php73
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php93
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php57
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php30
'Service "errored_definition" is broken.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php401
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php64
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_mandatory_constructor_arguments.php30
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php460
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_tsantos.php32
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_annotation.php31
'Impossible to call set() on a frozen ParameterBag.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php57
'You cannot compile a dumped container that was already compiled.'/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php30
sprintf('Tag "<%s>" with type="binary" is not a valid base64 encoded string.', $name)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php613
'You cannot use both the attribute "exclude" and <exclude> tags at the same time.'/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php600
sprintf('Tag "<%s>" with type="%s" has no or empty "tag" attribute in "%s".', $name, $type, $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php594
'The type="expression" attribute cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php558
sprintf('There is no extension able to load the configuration for "%s" (in "%s"). Looked for namespace "%s", found "%s".', $node->tagName, $file, $node->namespaceURI, $extensionNamespaces ? implode('", "', $extensionNamespaces) : 'none')/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php813
sprintf('Invalid child element "%s" defined for alias "%s" in "%s".', $child->localName, $alias->getAttribute('id'), $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php793
sprintf('Invalid attribute "%s" defined for alias "%s" in "%s".', $name, $alias->getAttribute('id'), $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php784
sprintf('Extension "%s" references a non-existent XSD file "%s".', get_debug_type($extension), $path)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php696
$key . sprintf(' is unsupported when using "<from-callable>" on service "%s".', (string) $service->getAttribute('id'))/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php417
sprintf('Attribute "parent" is unsupported when using "<from-callable>" on service "%s".', (string) $service->getAttribute('id'))/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php404
sprintf('Invalid value "%s" for attribute "decoration-on-invalid" on service "%s". Did you mean "exception", "ignore" or "null" in "%s"?', $decorationOnInvalid, $service->getAttribute('id'), $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php393
sprintf('The tag name for service "%s" in "%s" must be a non-empty string.', (string) $service->getAttribute('id'), $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php350
sprintf('Tag "<%s>" with type="service" has no or empty "id" attribute in "%s".', $name, $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php551
sprintf('Top-level services must have "id" attribute, none found in "%s" at line %d.', $file, $node->getLineNo( ))/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php503
sprintf('Unable to parse file "%s": ', $file) . $e->getMessage( )/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php461
'The "expression" attribute cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php434
sprintf('Missing attribute "package" at node "deprecated" in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php225
sprintf('Missing attribute "version" at node "deprecated" in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php229
sprintf('You cannot use the config builder for "%s" because the extension does not implement "%s".', $namespace, ConfigurationExtensionInterface::class)/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php191
'You cannot use both the attribute "exclude" and <exclude> tags at the same time.'/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php178
'The "expression" attribute cannot be used on factories without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php304
sprintf('The "%s" service cannot declare a factory as well as a constructor.', $service->getAttribute('id'))/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php320
sprintf('Missing attribute "package" at node "deprecated" in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php285
sprintf('Missing attribute "version" at node "deprecated" in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php289
sprintf('Could not resolve argument "%s" for "%s".', $type . ' $' . $parameter->getName( ), $path)/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php136
'You cannot use the config builder as the Config component is not installed. Try running "composer require symfony/config".'/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php160
sprintf($message, $name)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php977
sprintf('Could not resolve argument "$%s" for "%s". You must typehint it (for example with "%s" or "%s").', $parameter->getName( ), $path, ContainerConfigurator::class, ContainerBuilder::class)/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php111
'You can only use "root" ConfigBuilders from "Symfony\\Config\\" namespace. Nested classes like "Symfony\\Config\\Framework\\CacheConfig" cannot be used.'/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php181
sprintf('There is no extension able to load the configuration for "%s". Looked for namespace "%s", found "%s".', $namespace, $alias, $extensions ? implode('", "', $extensions) : 'none')/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php186
'You cannot use the ConfigBuilders without providing a class implementing ConfigBuilderGeneratorInterface.'/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php164
sprintf('Could not find or generate class "%s".', $namespace)/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php174
sprintf('Cannot generate lazy proxy for service "%s".', $id ?? $definition->getClass( ))/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php138
sprintf('Invalid "proxy" tag for service "%s": class "%s" doesn\'t implement "%s".', $id ?? $definition->getClass( ), $definition->getClass( ), $tag['interface'])/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php124
sprintf('A synthetic service cannot be decorated: service "%s" cannot decorate "%s".', $id, $inner)/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php92
sprintf('Cannot instantiate lazy proxy for service "%s".', $id)/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/LazyServiceInstantiator.php29
sprintf('Service "%s" must implement interface "%s".', $id, EnvVarProcessorInterface::class)/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php39
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php37
sprintf('A synthetic service ("%s") must be public.', $id)/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php43
sprintf('Invalid type "%s" returned by "%s::getProvidedTypes()", expected one of "%s".', $type, $class, implode('", "', self::ALLOWED_TYPES))/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php69
sprintf('The configuration key "%s" is unsupported when using "fromCallable()".', $key)/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php38
'The configuration key "parent" is unsupported when using "fromCallable()".'/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php25
sprintf('Invalid definition for service "%s": setting the "proxy" tag on a service requires it to be "lazy".', $id ?? $definition->getClass( ))/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php35
sprintf('Invalid callable "%s": the "service:method" notation is not available when using PHP-based DI configuration. Use "[service(\'%s\'), \'%s\']" instead.', $callable, $parts[0], $parts[1])/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php47
sprintf('Cannot generate lazy ghost for service "%s".', $id ?? $definition->getClass( ))/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php110
sprintf('Cannot instantiate lazy proxy for service "%s".', $id ?? $definition->getClass( ))/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php102
sprintf('Invalid definition for service "%s": several "proxy" tags found but "%s" is not an interface.', $id ?? $definition->getClass( ), $tag['interface'])/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php121
sprintf('Invalid definition for service "%s": the "interface" attribute is missing on a "proxy" tag.', $id ?? $definition->getClass( ))/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php118
sprintf('"%s()" can be used only at the root of service configuration files.', $value::FACTORY)/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php95
sprintf('Cannot use values of type "%s" in service configuration files.', get_debug_type($value))/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php115
sprintf('There is no extension able to load the configuration for "%s" (in "%s"). Looked for namespace "%s", found "%s".', $namespace, $this->file, $namespace, $extensions ? implode('", "', $extensions) : 'none')/src/Symfony/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php55
sprintf('Using an expression in parameter "%s" is not allowed.', $name)/src/Symfony/Component/DependencyInjection/Loader/Configurator/ParametersConfigurator.php38
sprintf('A parent cannot be defined when either "_instanceof" or "_defaults" are also defined for service prototype "%s".', $this->id)/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ParentTrait.php29
sprintf('Invalid factory "%s": the "service:method" notation is not available when using PHP-based DI configuration. Use "[service(\'%s\'), \'%s\']" instead.', $factory, $factoryParts[0], $factoryParts[1])/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FactoryTrait.php30
sprintf('The tag name for service "%s" must be a non-empty string.', $this->id)/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php26
sprintf('A tag attribute must be of a scalar-type or an array of scalar-types for service "%s", tag "%s", attribute "%s".', $this->id, $tag, $name)/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php43
sprintf('The "%s" file is not valid.', $resource)/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php33
'Anonymous services must have a class name.'/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php80
sprintf('"%s()" expects a list of definitions as returned by "%s()" or "%s()", "%s" given at index "%s" for service "%s".', __METHOD__, InlineServiceConfigurator::FACTORY, ReferenceConfigurator::FACTORY, $service instanceof AbstractConfigurator ? $service::FACTORY . '()' : get_debug_type($service), $i, $id)/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php166
'The tag name in "_defaults" must be a non-empty string.'/src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php48
sprintf('Tag "%s", attribute "%s" in "_defaults" must be of a scalar-type or an array of scalar-type.', $tag, $name)/src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php73
sprintf('Call to undefined method "%s::%s()".', static::class, $method)/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php43
'Cannot serialize ' . __CLASS__/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php48
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php53
sprintf('Invalid call for service "%s": the method must be defined as the first index of an array or as the only key of a map in "%s".', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php582
sprintf('Unsupported tag "!%s", did you mean "!returns_clone" for service "%s" in "%s"?', $args->getTag( ), $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php573
sprintf('Invalid method call for service "%s", did you forgot a leading dash before "%s: ..." in "%s"?', $id, $k, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php559
sprintf('Invalid method call for service "%s": expected map or array, "%s" given in "%s".', $id, $call instanceof TaggedValue ? '!' . $call->getTag( ) : get_debug_type($call), $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php555
sprintf('Parameter "calls" must be an array for service "%s" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php550
sprintf('The "%s" service cannot declare a factory as well as a constructor.', $id)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php526
sprintf('Missing attribute "version" of the "deprecated" option in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php514
sprintf('Missing attribute "package" of the "deprecated" option in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php510
sprintf('The value of the "parent" option for the "%s" service must be the id of the service without the "@" prefix (replace "%s" with "%s").', $id, $service['parent'], substr($service['parent'], 1))/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php459
sprintf('Missing attribute "version" of the "deprecated" option in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php443
sprintf('Missing attribute "package" of the "deprecated" option in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php439
sprintf('The configuration key "%s" is unsupported for the service "%s" which is defined as an alias in "%s". Allowed configuration keys for service aliases are "alias", "public" and "deprecated".', $key, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php432
sprintf('The configuration key "%s" is unsupported for the service "%s" when using "from_callable" in "%s".', $key, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php406
sprintf('Invalid attribute "%s"; supported ones are "public" and "deprecated" for service "%s" in "%s". Check your YAML syntax.', implode('", "', $diff), $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php388
sprintf('Service stack "%s" cannot contain another stack in "%s".', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php375
sprintf('A stack must be an array of definitions, "%s" given for service "%s" in "%s". Check your YAML syntax.', get_debug_type($service), $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php361
sprintf('Service names that start with an underscore are reserved. Rename the "%s" service or define it in XML instead.', $id)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php338
sprintf('A service definition must be an array or a string starting with "@" but "%s" found for service "%s" in "%s". Check your YAML syntax.', get_debug_type($service), $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php356
sprintf('The tag name in "_defaults" must be a non-empty string in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php301
sprintf('Parameter "bind" in "_defaults" must be an array in "%s". Check your YAML syntax.', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php310
sprintf('Parameter "tags" in "_defaults" must be an array in "%s". Check your YAML syntax.', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php281
sprintf('A "tags" entry in "_defaults" is missing a "name" key in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php294
sprintf('Service "_defaults" key must be an array, "%s" given in "%s".', get_debug_type($defaults), $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php270
sprintf('The configuration key "%s" cannot be used to define a default value in "%s". Allowed keys are "%s".', $key, $file, implode('", "', self::DEFAULTS_KEYWORDS))/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php275
sprintf('Type definition "%s" must be a non-empty array within "_instanceof" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php242
sprintf('Type definition "%s" cannot be an alias within "_instanceof" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php245
sprintf('The "services" key should contain an array in "%s". Check your YAML syntax.', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php228
sprintf('Service "_instanceof" key must be an array, "%s" given in "%s".', get_debug_type($instanceof), $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php236
sprintf('The "imports" key should contain an array in "%s". Check your YAML syntax.', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php204
sprintf('An import should provide a resource in "%s". Check your YAML syntax.', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php213
sprintf('The "when@%s" key should contain an array in "%s". Check your YAML syntax.', $this->env, $path)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php138
sprintf('The "parameters" key should contain an array in "%s". Check your YAML syntax.', $path)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php161
sprintf('Using expressions in parameters is not allowed in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php907
sprintf('Unsupported tag "!%s".', $value->getTag( ))/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php898
sprintf('The configuration key "%s" is unsupported for definition "%s" in "%s". Allowed configuration keys are "%s".', $key, $id, $file, implode('", "', $keywords))/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php965
'The "@=" expression syntax cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php911
sprintf('"!%s" tags only accept a non empty string or an array with a key "tag" in "%s".', $value->getTag( ), $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php861
sprintf('"!%s" tag contains unsupported key "%s"; supported ones are "%s".', $value->getTag( ), implode('", "', $diff), implode('", "', $supportedKeys))/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php854
sprintf('Creating an alias using the tag "!service" is not allowed in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php884
sprintf('Using an anonymous service in a parameter is not allowed in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php872
sprintf('There is no extension able to load the configuration for "%s" (in "%s"). Looked for namespace "%s", found "%s".', $namespace, $file, $namespace, $extensionNamespaces ? sprintf('"%s"', implode('", "', $extensionNamespaces)) : 'none')/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php808
sprintf('The service file "%s" is not valid. It should contain an array. Check your YAML syntax.', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php798
sprintf('"!service_locator" tag only accepts maps in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php842
sprintf('"!iterator" tag only accepts sequences in "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php829
sprintf('This is not a local file "%s".', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php768
'Unable to load YAML config files as the Symfony Yaml Component is not installed. Try running "composer require symfony/yaml".'/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php764
sprintf('The file "%s" does not contain valid YAML: ', $file) . $e->getMessage( )/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php780
sprintf('The file "%s" does not exist.', $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php772
'The "@=" expression syntax cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php724
sprintf('The value of the "%s" option for the "%s" service must be the id of the service without the "@" prefix (replace "%s" with "%s" in "%s").', $parameter, $id, $callable, substr($callable, 1), $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php735
sprintf('Parameter "%s" must contain an array with two elements for service "%s" in "%s". Check your YAML syntax.', $parameter, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php750
sprintf('Parameter "%s" must be a string or an array for service "%s" in "%s". Check your YAML syntax.', $parameter, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php753
sprintf('A "resource" attribute must be set when the "namespace" attribute is set for service "%s" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php688
sprintf('Invalid "resource" attribute found for service "%s" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php693
sprintf('A "resource" attribute must be of type string for service "%s" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php701
sprintf('Using expressions in "%s" for the "%s" service is not supported in "%s".', $parameter, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php721
sprintf('The value of the "decorates" option for the "%s" service must be the id of the service without the "@" prefix (replace "%s" with "%s").', $id, $service['decorates'], substr($decorates, 1))/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php635
sprintf('Invalid value "%s" for attribute "decoration_on_invalid" on service "%s". Did you mean null (without quotes) in "%s"?', $decorationOnInvalid, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php646
sprintf('Invalid value "%s" for attribute "decoration_on_invalid" on service "%s". Did you mean "exception", "ignore" or null in "%s"?', $decorationOnInvalid, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php648
sprintf('Parameter "bind" must be an array for service "%s" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php668
sprintf('The second parameter for function call "%s" must be an array of its arguments for service "%s" in "%s". Check your YAML syntax.', $method, $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php591
sprintf('Parameter "tags" must be an array for service "%s" in "%s". Check your YAML syntax.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php601
sprintf('A "tags" entry is missing a "name" key for service "%s" in "%s".', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php618
sprintf('The tag name for service "%s" in "%s" must be a non-empty string.', $id, $file)/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php625
sprintf('Collection "%s" with locale "%s" is missing a corresponding prefix in its parent collection.', $this->name, $locale)/src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php88
sprintf('Collection "%s" is missing prefixes for locale(s) "%s".', $this->name, implode('", "', array_keys($missing)))/src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php84
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php48
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php43
sprintf('A placeholder name must be a string (%d given). Did you forget to specify the placeholder key for the requirement "%s" in "%s"?', $placeholder, $requirement, $class->getName( ))/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php303
sprintf('The "%s()" method must not be called.', __METHOD__)/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php230
sprintf('Route to "%s" with locale "%s" is missing a corresponding prefix in class "%s".', $method->name, $locale, $class->name)/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php175
sprintf('Route to "%s" is missing paths for locale(s) "%s".', $class->name . '::' . $method->name, implode('", "', array_keys($missing)))/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php171
'Text nodes cannot have children.'/src/Symfony/Component/HtmlSanitizer/Visitor/Node/TextNode.php27
sprintf('The maximum input length must be greater than -1, "%d" given.', $maxInputLength)/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerConfig.php415
sprintf('Route "%s" with locale "%s" is missing a corresponding prefix in its parent collection.', $name, $locale)/src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php44
sprintf('Route "%s" is missing routes for locale(s) "%s".', $name, implode('", "', array_keys($missing)))/src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php40
sprintf('Route "%s" with locale "%s" is missing a corresponding prefix in its parent collection.', $name, $locale)/src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php43
sprintf('Route "%s" with locale "%s" is missing a corresponding host in its parent collection.', $name, $locale)/src/Symfony/Component/Routing/Loader/Configurator/Traits/HostTrait.php41
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php40
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php35
sprintf('Attribute matcher operator "%s" not supported.', $operator)/src/Symfony/Component/CssSelector/XPath/Translator.php203
sprintf('Invalid series: "%s".', implode('", "', $function->getArguments( )))/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php53
sprintf('Function "%s" not supported.', $function->getName( ))/src/Symfony/Component/CssSelector/XPath/Translator.php179
sprintf('Pseudo-class "%s" not supported.', $pseudoClass)/src/Symfony/Component/CssSelector/XPath/Translator.php191
sprintf('Node "%s" not supported.', $node->getNodeName( ))/src/Symfony/Component/CssSelector/XPath/Translator.php155
sprintf('Combiner "%s" not supported.', $combiner)/src/Symfony/Component/CssSelector/XPath/Translator.php167
'Pseudo-elements are not supported.'/src/Symfony/Component/CssSelector/XPath/Translator.php97
sprintf('Extension "%s" not registered.', $name)/src/Symfony/Component/CssSelector/XPath/Translator.php133
'Unexpected token stream end.'/src/Symfony/Component/CssSelector/Parser/TokenStream.php80
sprintf('Should have found at least an empty match at %d.', $reader->getPosition( ))/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php55
'"*:last-of-type" is not implemented.'/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php90
'Expected a single string or identifier for :lang(), got ' . implode(', ', $arguments)/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php141
'Expected a single string or identifier for :lang(), got ' . implode(', ', $arguments)/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php151
'"*:first-of-type" is not implemented.'/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php76
'"*:nth-of-type()" is not implemented.'/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php119
'Expected a single string or identifier for :contains(), got ' . implode(', ', $arguments)/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php133
sprintf('You must define a "path" for the route "%s" in file "%s".', $name, $path)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php264
sprintf('The "type" key for the route definition "%s" in "%s" is unsupported. It is only available for imports in combination with the "resource" key.', $name, $path)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php261
sprintf('The routing file "%s" must not specify both the "stateless" key and the defaults key "_stateless" for "%s".', $path, $name)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php270
sprintf('The routing file "%s" must not specify both the "controller" key and the defaults key "_controller" for "%s".', $path, $name)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php267
sprintf('The definition of "%s" in "%s" must be a YAML array.', $name, $path)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php247
sprintf('A placeholder name must be a string (%d given). Did you forget to specify the placeholder key for the requirement "%s" of route "%s" in "%s"?', $placeholder, $requirement, $name, $path)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php138
sprintf('The routing file "%s" must not specify both the "resource" key and the "path" key for "%s". Choose between an import and a route definition.', $path, $name)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php258
sprintf('The routing file "%s" contains unsupported keys for "%s": "%s". Expected one of: "%s".', $path, $name, implode('", "', $extraKeys), implode('", "', self::AVAILABLE_KEYS))/src/Symfony/Component/Routing/Loader/YamlFileLoader.php255
sprintf('The <route> element in file "%s" must have a "path" attribute or <path> child nodes.', $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php127
sprintf('The <route> element in file "%s" must have an "id" attribute.', $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php108
sprintf('The <import> element in file "%s" must have a "resource" attribute or element.', $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php164
sprintf('The <route> element in file "%s" must not have both a "path" attribute and <path> child nodes.', $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php131
sprintf('The routing file "%s" must specify the attribute "package" of the "deprecated" option for "%s".', $path, $name)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php287
sprintf('The routing file "%s" must not specify other keys than "alias" and "deprecated" for "%s".', $path, $name)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php282
sprintf('Unknown tag "%s" used in file "%s". Expected "route" or "import".', $node->localName, $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php91
sprintf('The routing file "%s" must specify the attribute "version" of the "deprecated" option for "%s".', $path, $name)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php291
sprintf('The routing file "%s" must not specify both the "stateless" attribute and the defaults key "_stateless" for ', $path) . $name/src/Symfony/Component/Routing/Loader/XmlFileLoader.php317
sprintf('Unknown tag "%s" used in file "%s". Expected "bool", "int", "float", "string", "list", or "map".', $node->localName, $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php413
sprintf('Invalid child element "%s" defined for alias "%s" in "%s".', $child->localName, $node->getAttribute('id'), $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php441
sprintf('The <deprecated> element in file "%s" must have a "package" attribute.', $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php452
sprintf('The <route> element in file "%s" must not have both a "prefix" attribute and <prefix> child nodes.', $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php177
'You cannot use both the attribute "exclude" and <exclude> tags at the same time.'/src/Symfony/Component/Routing/Loader/XmlFileLoader.php189
sprintf('Unknown tag "%s" used in file "%s". Expected "default", "requirement", "option" or "condition".', $n->localName, $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php291
sprintf('The routing file "%s" must not specify both the "controller" attribute and the defaults key "_controller" for ', $path) . $name/src/Symfony/Component/Routing/Loader/XmlFileLoader.php299
sprintf('The "%s::%s()" method must return a RouteCollection: "%s" returned.', get_debug_type($loaderObject), $method, $type)/src/Symfony/Component/Routing/Loader/ObjectLoader.php60
sprintf('Class "%s" does not exist.', $class)/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php78
sprintf('Attributes from class "%s" cannot be read as it is abstract.', $class->getName( ))/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php83
sprintf('A placeholder name must be a string (%d given). Did you forget to specify the placeholder key for the requirement "%s" of route "%s" in "%s::%s()"?', $placeholder, $requirement, $name, $class->getName( ), $method->getName( ))/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php147
sprintf('The <deprecated> element in file "%s" must have a "version" attribute.', $path)/src/Symfony/Component/Routing/Loader/XmlFileLoader.php455
sprintf('Invalid resource "%s" passed to the %s route loader: use the format "object_id::method" or "object_id" if your object class has an "__invoke" method.', $resource, \is_string($type) ? '"' . $type . '"' : 'object')/src/Symfony/Component/Routing/Loader/ObjectLoader.php39
sprintf('"%s:getObject()" must return an object: "%s" returned.', static::class, get_debug_type($loaderObject))/src/Symfony/Component/Routing/Loader/ObjectLoader.php48
sprintf('Method "%s" not found on "%s" when importing routing resource "%s".', $method, get_debug_type($loaderObject), $resource)/src/Symfony/Component/Routing/Loader/ObjectLoader.php52
sprintf('The Router does not support the following options: "%s".', implode('", "', $invalid))/src/Symfony/Component/Routing/Router.php110
sprintf('Routing requirement for "%s" cannot be empty.', $key)/src/Symfony/Component/Routing/Route.php448
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Routing/Route.php81
sprintf('Route alias "%s" can not reference itself.', $name)/src/Symfony/Component/Routing/RouteCollection.php363
'The deprecation template must contain the "%alias_id%" placeholder.'/src/Symfony/Component/Routing/Alias.php64
'Invalid characters found in deprecation template.'/src/Symfony/Component/Routing/Alias.php60
sprintf('The Router does not support the "%s" option.', $key)/src/Symfony/Component/Routing/Router.php136
sprintf('The Router does not support the "%s" option.', $key)/src/Symfony/Component/Routing/Router.php122
array_unique($this->allow)/src/Symfony/Component/Routing/Matcher/UrlMatcher.php86
sprintf('No routes found for "%s".', $pathinfo)/src/Symfony/Component/Routing/Matcher/UrlMatcher.php86
sprintf('Expected string, got "%s"', get_debug_type($class))/src/Symfony/Component/Routing/Tests/Fixtures/TraceableAttributeClassLoader.php26
sprintf('Expected env "%s", "%s" given.', $this->env, $env)/src/Symfony/Component/Routing/Tests/Loader/ObjectLoaderTest.php130
array_keys($allow)/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php42
'Symfony\Component\Routing\Route cannot contain objects.'/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php470
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php447
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Component/Routing/Matcher/UrlMatcher.php244
sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name)/src/Symfony/Component/Routing/Generator/CompiledUrlGenerator.php50
sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name)/src/Symfony/Component/Routing/Generator/UrlGenerator.php123
sprintf('No routes found for "%s".', $pathinfo)/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php45
sprintf('No routes found for "%s".', $pathinfo)/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php70
sprintf('Target route "%s" for alias "%s" does not exist.', $currentId, $name)/src/Symfony/Component/Routing/Generator/Dumper/CompiledUrlGeneratorDumper.php72
sprintf('"%s" is not a "BackedEnum" class.', $cases)/src/Symfony/Component/Routing/Requirement/EnumRequirement.php29
strtr($message, ['{parameter}' => $varName, '{route}' => $name, '{expected}' => $token[2], '{given}' => $mergedParams[$varName]])/src/Symfony/Component/Routing/Generator/UrlGenerator.php171
strtr($message, ['{parameter}' => $token[3], '{route}' => $name, '{expected}' => $token[2], '{given}' => $mergedParams[$token[3]]])/src/Symfony/Component/Routing/Generator/UrlGenerator.php224
'The Tokenizer extension is required for the routing attribute loader.'/src/Symfony/Component/Routing/Loader/AttributeFileLoader.php33
sprintf('The file "%s" does not contain PHP code. Did you forgot to add the "<?php" start tag at the beginning of the file?', $file)/src/Symfony/Component/Routing/Loader/AttributeFileLoader.php81
sprintf('Case must be a "BackedEnum" instance, "%s" given.', get_debug_type($case))/src/Symfony/Component/Routing/Requirement/EnumRequirement.php38
sprintf('"%s::%s" is not a case of "%s".', get_debug_type($case), $case->name, $class)/src/Symfony/Component/Routing/Requirement/EnumRequirement.php44
sprintf('The file "%s" does not contain valid YAML: ', $path) . $e->getMessage( )/src/Symfony/Component/Routing/Loader/YamlFileLoader.php61
sprintf('The file "%s" must contain a YAML array.', $path)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php74
sprintf('This is not a local file "%s".', $path)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php49
sprintf('File "%s" not found.', $path)/src/Symfony/Component/Routing/Loader/YamlFileLoader.php53
'Split delimiter is empty.'/src/Symfony/Component/String/ByteString.php366
'Split limit must be a positive integer.'/src/Symfony/Component/String/ByteString.php362
'Invalid UTF-8 string.'/src/Symfony/Component/String/UnicodeString.php42
sprintf('Invalid "%s" string.', $fromEncoding ?? 'Windows-1252')/src/Symfony/Component/String/ByteString.php439
'The chunk length must be greater than zero.'/src/Symfony/Component/String/UnicodeString.php69
'Invalid UTF-8 string.'/src/Symfony/Component/String/UnicodeString.php58
'Invalid UTF-8 string.'/src/Symfony/Component/String/UnicodeString.php227
'Unsupported normalization form.'/src/Symfony/Component/String/UnicodeString.php208
'Invalid UTF-8 string.'/src/Symfony/Component/String/UnicodeString.php297
'Invalid UTF-8 string.'/src/Symfony/Component/String/UnicodeString.php258
'Split delimiter is empty.'/src/Symfony/Component/String/UnicodeString.php312
'Split limit must be a positive integer.'/src/Symfony/Component/String/UnicodeString.php308
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/String/UnicodeString.php368
'Split delimiter is not a valid UTF-8 string.'/src/Symfony/Component/String/UnicodeString.php322
'The wide width pattern did not match anything.'/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php50
'The Unicode version could not be determined.'/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php44
'The Unicode version could not be determined.'/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php59
'The zero width pattern did not match anything.'/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php65
sprintf('The "%s" file could not be written.', $fileName)/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php76
'This script must be run from the command line.'/src/Symfony/Component/String/Resources/bin/update-data.php15
'This method must be implemented by subclasses.'/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php25
'You cannot use the "Symfony\Component\String\Slugger\AsciiSlugger" as the "symfony/translation-contracts" package is not installed. Try running "composer require symfony/translation-contracts".'/src/Symfony/Component/String/Slugger/AsciiSlugger.php20
sprintf('You cannot use the "%s()" method as the "symfony/intl" package is not installed. Try running "composer require symfony/intl".', __METHOD__)/src/Symfony/Component/String/Slugger/AsciiSlugger.php95
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Routing/CompiledRoute.php71
sprintf('Route pattern "%s" cannot contain "_fragment" as a path parameter.', $route->getPath( ))/src/Symfony/Component/Routing/RouteCompiler.php78
sprintf('Cannot use UTF-8 route patterns without setting the "utf8" option for route "%s".', $route->getPath( ))/src/Symfony/Component/Routing/RouteCompiler.php110
sprintf('Cannot mix UTF-8 requirements with non-UTF-8 pattern "%s".', $pattern)/src/Symfony/Component/Routing/RouteCompiler.php113
sprintf('Variable name "%s" cannot start with a digit in route pattern "%s". Please use a different name.', $varName, $pattern)/src/Symfony/Component/Routing/RouteCompiler.php139
sprintf('Route pattern "%s" cannot reference variable name "%s" more than once.', $pattern, $varName)/src/Symfony/Component/Routing/RouteCompiler.php142
sprintf('Variable name "%s" cannot be longer than %d characters in route pattern "%s". Please use a shorter name.', $varName, self::VARIABLE_MAXIMUM_LENGTH, $pattern)/src/Symfony/Component/Routing/RouteCompiler.php146
sprintf('Cannot use UTF-8 route requirements without setting the "utf8" option for variable "%s" in pattern "%s".', $varName, $pattern)/src/Symfony/Component/Routing/RouteCompiler.php183
sprintf('Cannot mix UTF-8 requirement with non-UTF-8 charset for variable "%s" in pattern "%s".', $varName, $pattern)/src/Symfony/Component/Routing/RouteCompiler.php186
sprintf('Invalid argument name "%s"' . $id . ': the first character must be a letter.', $name)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1361
sprintf('A string value must be composed of strings and/or numbers, but found parameter "env(%s)" of type "%s" inside string value "%s".', $env, get_debug_type($resolved), $this->resolveEnvPlaceholders($value))/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1440
sprintf('The configure callable for class "%s" is not a callable.', get_debug_type($service))/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1158
sprintf('The service "%s" tagged "%s" must not be abstract.', $id, $name)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1267
sprintf('You have requested a synthetic service ("%s"). The DIC does not know how to construct this service.', $id)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1015
sprintf('Cannot create service "%s" because of invalid factory.', $id)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1075
sprintf('Invalid service id: "%s".', $id)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php940
sprintf('Constructing service "%s" from a parent definition is not supported at build time.', $id)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1011
sprintf('The service alias "%s" does not exist.', $id)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php867
'Adding definition to a compiled container is not allowed.'/src/Symfony/Component/DependencyInjection/ContainerBuilder.php936
sprintf('Invalid alias id: "%s".', $alias)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php824
sprintf('An alias cannot reference itself, got a circular reference on "%s".', $alias)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php832
sprintf('"%s" has already been autoconfigured and merge() does not support merging autoconfiguration for the same attribute.', $attribute)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php667
sprintf('The parameter bag must be an instance of "%s" to call "%s".', ParameterBag::class, __METHOD__)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php710
'Cannot merge on a compiled container.'/src/Symfony/Component/DependencyInjection/ContainerBuilder.php606
sprintf('"%s" has already been autoconfigured and merge() does not support merging autoconfiguration for the same class/interface.', $interface)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php659
sprintf('The extension configuration class "%s" must implement "%s".', $class->getName( ), ConfigurationInterface::class)/src/Symfony/Component/DependencyInjection/Extension/Extension.php95
'This extension does not follow the naming convention; you must overwrite the getAlias() method.'/src/Symfony/Component/DependencyInjection/Extension/Extension.php69
'Unable to create the ContainerConfigurator.'/src/Symfony/Component/DependencyInjection/Extension/ExtensionTrait.php40
'The deprecation template must contain the "%alias_id%" placeholder.'/src/Symfony/Component/DependencyInjection/Alias.php78
'Invalid characters found in deprecation template.'/src/Symfony/Component/DependencyInjection/Alias.php74
'The deprecation template must contain the "%service_id%" placeholder.'/src/Symfony/Component/DependencyInjection/Definition.php660
'Invalid characters found in deprecation template.'/src/Symfony/Component/DependencyInjection/Definition.php656
'Method name cannot be empty.'/src/Symfony/Component/DependencyInjection/Definition.php336
sprintf('The argument "%s" doesn\'t exist in class "%s".', $index, $this->class)/src/Symfony/Component/DependencyInjection/Definition.php301
sprintf('The argument "%s" doesn\'t exist in class "%s".', $index, $this->class)/src/Symfony/Component/DependencyInjection/Definition.php265
sprintf('The index "%d" is not in the range [0, %d] of the arguments of class "%s".', $index, \count($this->arguments) - 1, $this->class)/src/Symfony/Component/DependencyInjection/Definition.php261
sprintf('Cannot replace arguments for class "%s" if none have been configured yet.', $this->class)/src/Symfony/Component/DependencyInjection/Definition.php257
sprintf('The decorated service inner name for "%s" must be different than the service name itself.', $id)/src/Symfony/Component/DependencyInjection/Definition.php139
'The argument must be an existing index or the name of a constructor\'s parameter.'/src/Symfony/Component/DependencyInjection/ChildDefinition.php90
'Expressions cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".'/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1665
sprintf('Calling "%s" when dependencies have been installed with Composer 1 is not supported. Consider upgrading to Composer 2.', __METHOD__)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php1495
sprintf('Non-scalar env var "%s" cannot be cast to "%s".', $name, $prefix)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php245
sprintf('Non-numeric env var "%s" cannot be cast to int.', $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php260
sprintf('Non-numeric env var "%s" cannot be cast to float.', $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php268
sprintf('Env var "%s" maps to undefined constant "%s".', $name, $env)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php276
sprintf('File "%s" not found (resolved from "%s").', $file, $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php145
sprintf('Environment variable not found: "%s".', $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php217
sprintf('Unsupported env var prefix "%s".', $prefix)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php230
sprintf('Env var "%s" cannot be shuffled, expected array, got "%s".', $name, get_debug_type($env))/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php239
sprintf('Enum value "%s" is not backed by "%s".', $backedEnumValue, $backedEnumClassName)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php104
sprintf('Invalid env "default:%s": a fallback parameter should be provided.', $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php117
sprintf('Invalid env fallback in "default:%s": parameter "%s" not found.', $name, $default)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php124
sprintf('Invalid file name: env var "%s" is non-scalar.', $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php142
sprintf('Key "%s" not found in %s (resolved from "%s").', $key, json_encode($array), $next)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php81
sprintf('Invalid env "enum:%s": a "%s" class-string should be provided.', $name, \BackedEnum::class)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php89
sprintf('Resolved value of "%s" did not result in a string or int value.', $next)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php97
sprintf('"%s" is not a "%s".', $backedEnumClassName, \BackedEnum::class)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php101
'Cannot load from an extension on a compiled container.'/src/Symfony/Component/DependencyInjection/ContainerBuilder.php430
sprintf('Container extension "%s" is not registered.', $name)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php222
reset($e)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php567
sprintf('Setting service "%s" for an unknown or non-synthetic service definition on a compiled container is not allowed.', $id)/src/Symfony/Component/DependencyInjection/ContainerBuilder.php482
sprintf('The "%s" service is private, you cannot replace it.', $id)/src/Symfony/Component/DependencyInjection/Container.php156
sprintf('The "%s" service is private, you cannot unset it.', $id)/src/Symfony/Component/DependencyInjection/Container.php154
array_keys($this->resolving)/src/Symfony/Component/DependencyInjection/Container.php342
sprintf('The "%s" service is already initialized, you cannot replace it.', $id)/src/Symfony/Component/DependencyInjection/Container.php159
sprintf('Unsupported env var prefix "%s" for env name "%s".', $prefix, $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php362
sprintf('Parameter "%s" found when resolving env var "%s" must be scalar, "%s" given.', $match[1], $name, get_debug_type($value))/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php347
'You cannot set service "service_container".'/src/Symfony/Component/DependencyInjection/Container.php147
'You need to pass a getEnv closure to the expression langage provider to use the "env" function.'/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php48
sprintf('Invalid JSON env var "%s": array or null expected, "%s" given.', $name, get_debug_type($env))/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php294
sprintf('Invalid JSON in env var "%s": ', $name) . json_last_error_msg( )/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php290
sprintf('Invalid URL env var "%s": schema and host expected, "%s" given.', $name, $env)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php307
sprintf('Invalid URL in env var "%s".', $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php304
sprintf('The entrypoint "%s" is a remote package and cannot be used as an entrypoint.', $entryName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php138
sprintf('The path "%s" of the entrypoint "%s" mentioned in "importmap.php" cannot be found in any asset map paths.', $rootImportEntries->get($entryName)->path, $entryName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php143
sprintf('The entrypoint "%s" does not exist in "importmap.php".', $entryName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php130
sprintf('The entrypoint "%s" is not an entry point in "importmap.php". Set "entrypoint" => true to make it available as an entrypoint.', $entryName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php134
sprintf('The "%s" vendor asset is missing. Try running the "importmap:install" command.', $entry->importName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php256
sprintf('The "%s" vendor file exists locally (%s), but cannot be found in any asset map paths. Be sure the assets vendor directory is an asset mapper path.', $entry->importName, $entry->path)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php259
sprintf('Cannot find imported JavaScript asset "%s" in asset mapper.', $javaScriptImport->assetLogicalPath)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php184
sprintf('Cannot find JavaScript asset "%s" (imported in "%s") in asset mapper.', $javaScriptImport->assetLogicalPath, $asset->logicalPath)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php243
sprintf('The importmap entry "%s" does not exist.', $importName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntries.php48
sprintf('Unable to get latest version for package "%s".', $entry->getPackageName( ))/src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php53
sprintf('The entry "%s" is not a remote package.', $entry->importName)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php65
sprintf('Error %d finding metadata for package "%s". Response: ', $response->getStatusCode( ), $packageNames) . $response->getContent(false)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php109
sprintf('The JavaScript module polyfill was not found in your import map. Either disable the polyfill or run "php bin/console importmap:require "%s"" to install it.', $this->polyfillImportName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php109
sprintf('The "src" and "type" attributes are not allowed on the <script> tag rendered by "%s".', self::class)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php156
sprintf('Unable to get latest version for package "%s".', $entry->getPackageName( ))/src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php60
sprintf('Unable to determine update type for "%s" and "%s".', $currentVersion, $latestVersion)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php91
sprintf('The entry "%s" is not a remote package.', $entry->importName)/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php171
sprintf('Error %d checking for a CSS entrypoint for "%s". Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false)/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php151
sprintf('Error %d requiring packages from jsDelivr for "%s". Check your package names. Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false)/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php123
sprintf('Error %d finding version from jsDelivr for the following packages: "%s". Check your package names. Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false)/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php98
sprintf('Resolved value of "%s" did not result in an array value.', $next)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php77
sprintf('Invalid env "key:%s": a key specifier should be provided.', $name)/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php69
sprintf('Error %d downloading extra imported files from jsDelivr for "%s". Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false)/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php265
sprintf('Error %d downloading packages from jsDelivr for "%s". Check your package names. Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false)/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php224
sprintf('The following packages were unexpectedly downloaded: "%s".', implode('", "', array_keys($contents)))/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php91
sprintf('The package "%s" was not downloaded.', $package)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php72
sprintf('Error %d auditing packages. Response: ' . $response->getContent(false), $response->getStatusCode( ))/src/Symfony/Component/AssetMapper/ImportMap/ImportMapAuditor.php69
sprintf('The asset "%s" cannot be found in any asset map paths.', $entry->path)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php262
sprintf('Unable to find the latest version for package "%s" - try specifying the version manually.', $packageName)/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php80
sprintf('The package "%s" is missing its dependencies.', $package)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php135
sprintf('The package "%s" is missing its version.', $package)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php131
sprintf('The "%s" vendor asset is missing. Run "php bin/console importmap:install".', $importName)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php106
sprintf('Theme "%s" does not exist in class "%s".', $themeName, static::class)/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php94
sprintf('Asset with public path "%s" not found.', $pathInfo)/src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php130
sprintf('The asset mapper directory "%s" does not exist.', $path)/src/Symfony/Component/AssetMapper/AssetMapperRepository.php152
sprintf('The asset mapper directory "%s" does not exist.', $path)/src/Symfony/Component/AssetMapper/AssetMapperRepository.php166
sprintf('Asset "%s" could not be found.', $logicalPath)/src/Symfony/Component/AssetMapper/AssetMapper.php49
sprintf('Unexpected path "%s"', $path)/src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php52
sprintf('Unexpected source path "%s"', $path)/src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php401
sprintf('Unexpected source path "%s"', $path)/src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php434
sprintf('"%s" object holds non-iterable type "%s".', self::class, get_debug_type($value))/src/Symfony/Component/VarDumper/Cloner/Data.php118
self::class . ' objects are immutable.'/src/Symfony/Component/VarDumper/Cloner/Data.php152
self::class . ' objects are immutable.'/src/Symfony/Component/VarDumper/Cloner/Data.php157
sprintf('Unexpected Stub type: "%s".', $item->type)/src/Symfony/Component/VarDumper/Cloner/Data.php373
'Foobar'/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php34
sprintf('Server start failed on "%s": ', $this->host) . $errstr . ' ' . $errno/src/Symfony/Component/VarDumper/Server/DumpServer.php48
sprintf('Unsupported format "%s".', $format)/src/Symfony/Component/VarDumper/Command/ServerDumpCommand.php83
'Unable to convert a non-UTF-8 string to UTF-8: required function iconv() does not exist. You should install ext-iconv or symfony/polyfill-iconv.'/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php188
sprintf('The following keys are not valid for the importmap entry "%s": "%s". Valid keys are: "%s".', $importName, implode('", "', $invalidKeys), implode('", "', $validKeys))/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php46
sprintf('The path "%s" of the package "%s" cannot be found: either pass the logical name of the asset or a relative path starting with "./".', $requireOptions->path, $requireOptions->importName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php152
sprintf('The importmap entry "%s" cannot have both a "path" and "package_specifier" option.', $importName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php57
sprintf('The importmap entry "%s" cannot have both a "path" and "version" option.', $importName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php54
sprintf('The entry "%s" is not a remote package.', $entry->importName)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php33
sprintf('The importmap entry "%s" must have either a "path" or "version" option.', $importName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php68
sprintf('The entry "%s" is not a remote package.', $entry->importName)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php51
sprintf('The entry "%s" is not a remote package.', $entry->importName)/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php42
sprintf('Unexpected path "%s"', $path)/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php80
sprintf('Could not find asset "%s".', $sourcePath)/src/Symfony/Component/AssetMapper/Tests/Factory/MappedAssetFactoryTest.php180
sprintf('Missing dependencies in test for "%s"', $importName)/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapVersionCheckerTest.php51
sprintf('Unexpected path "%s"', $path)/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php87
sprintf('Failed to compile JavaScript import paths in "%s". Error: "%s".', $asset->sourcePath, preg_last_error_msg( ))/src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php118
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( )))/src/Symfony/Component/AssetMapper/Command/ImportMapAuditCommand.php66
sprintf('Package "%s" listed for removal was not found in "importmap.php".', $packageName)/src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php97
sprintf('Asset source path "%s" could not be found.', $asset->sourcePath)/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php100
'Unable to guess the MIME type as no guessers are available (have you enabled the php_fileinfo extension?).'/src/Symfony/Component/Mime/MimeTypes.php129
sprintf('The "%s" file does not exist or is not readable.', $path)/src/Symfony/Component/Mime/FileBinaryMimeTypeGuesser.php61
sprintf('The "%s" guesser is not supported.', __CLASS__)/src/Symfony/Component/Mime/FileBinaryMimeTypeGuesser.php65
sprintf('The "%s" class cannot be used as it needs "%s". Try running "composer require egulias/email-validator".', __CLASS__, EmailValidator::class)/src/Symfony/Component/Mime/Address.php45
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message))/src/Symfony/Component/Mime/MessageConverter.php76
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message))/src/Symfony/Component/Mime/MessageConverter.php93
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message))/src/Symfony/Component/Mime/MessageConverter.php104
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($email))/src/Symfony/Component/Mime/MessageConverter.php114
sprintf('The "%s" guesser is not supported.', __CLASS__)/src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php48
'An email must have a "From" or a "Sender" header.'/src/Symfony/Component/Mime/Message.php78
'An email must have a "To", "Cc", or "Bcc" header.'/src/Symfony/Component/Mime/Message.php128
'An email must have a "From" or a "Sender" header.'/src/Symfony/Component/Mime/Message.php132
sprintf('Email "%s" does not comply with addr-spec of RFC 2822.', $address)/src/Symfony/Component/Mime/Address.php54
sprintf('Could not parse "%s" to a "%s" instance.', $address, self::class)/src/Symfony/Component/Mime/Address.php100
'Unable to send the email as its generator is already closed.'/src/Symfony/Component/Mime/RawMessage.php58
sprintf('The "%s" file does not exist or is not readable.', $path)/src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php44
sprintf('The base64 encoded data (%s) contains invalid characters.', $parsedBinaryData)/src/Symfony/Component/Yaml/Inline.php787
sprintf('The normalized base64 encoded data (data without whitespace characters) length must be a multiple of four (%d bytes given).', \strlen($parsedBinaryData))/src/Symfony/Component/Yaml/Inline.php783
sprintf('File or directory "%s" is not readable.', $filename)/src/Symfony/Component/Yaml/Command/LintCommand.php114
'Please provide a filename or pipe file content to STDIN.'/src/Symfony/Component/Yaml/Command/LintCommand.php108
sprintf('The built-in tag "!%s" is not implemented.', $tag)/src/Symfony/Component/Yaml/Inline.php764
'Using the unquoted scalar value "!" is not supported. You must quote it.'/src/Symfony/Component/Yaml/Inline.php751
sprintf('Tags support is not enabled. Enable the "Yaml::PARSE_CUSTOM_TAGS" flag to use "!%s".', $tag)/src/Symfony/Component/Yaml/Inline.php775
sprintf('Missing value for tag "%s".', $tag)/src/Symfony/Component/Yaml/Inline.php768
'A message must have a text or an HTML part or attachments.'/src/Symfony/Component/Mime/Email.php405
'Cannot send messages marked as "draft".'/src/Symfony/Component/Mime/Email.php396
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message))/src/Symfony/Component/Mime/MessageConverter.php64
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message))/src/Symfony/Component/Mime/MessageConverter.php58
'"from()" must be called with at least one address.'/src/Symfony/Component/Mime/Email.php124
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( )))/src/Symfony/Component/Yaml/Command/LintCommand.php154
sprintf('The body must be a string, a resource or null (got "%s").', get_debug_type($body))/src/Symfony/Component/Mime/Email.php304
sprintf('The body must be a string, a resource or null (got "%s").', get_debug_type($body))/src/Symfony/Component/Mime/Email.php273
'Object support when parsing a YAML file has been disabled.'/src/Symfony/Component/Yaml/Inline.php617
'Missing value for tag "!php/const".'/src/Symfony/Component/Yaml/Inline.php624
sprintf('Reference "%s" does not exist.', $value)/src/Symfony/Component/Yaml/Inline.php577
'Missing value for tag "!php/object".'/src/Symfony/Component/Yaml/Inline.php610
sprintf('Malformed inline YAML string: "%s".', $mapping)/src/Symfony/Component/Yaml/Inline.php551
'A reference must contain at least one character.'/src/Symfony/Component/Yaml/Inline.php573
sprintf('Duplicate key "%s" detected.', $key)/src/Symfony/Component/Yaml/Inline.php518
sprintf('Duplicate key "%s" detected.', $key)/src/Symfony/Component/Yaml/Inline.php541
sprintf('The string "%s" could not be parsed as an enum. Did you forget to pass the "Yaml::PARSE_CONSTANT" flag to the parser?', $scalar)/src/Symfony/Component/Yaml/Inline.php669
sprintf('The string "%s" could not be parsed as it uses an unsupported built-in tag.', $scalar)/src/Symfony/Component/Yaml/Inline.php679
sprintf('The string "%s" is not the name of a valid enum.', $enum)/src/Symfony/Component/Yaml/Inline.php657
sprintf('The enum "%s" defines no value next to its name.', $enum)/src/Symfony/Component/Yaml/Inline.php663
'Missing value for tag "!php/enum".'/src/Symfony/Component/Yaml/Inline.php642
sprintf('The enum "%s" is not defined.', $enum)/src/Symfony/Component/Yaml/Inline.php651
sprintf('The constant "%s" is not defined.', $const)/src/Symfony/Component/Yaml/Inline.php632
sprintf('The string "%s" could not be parsed as a constant. Did you forget to pass the "Yaml::PARSE_CONSTANT" flag to the parser?', $scalar)/src/Symfony/Component/Yaml/Inline.php635
sprintf('Unexpected characters (%s).', substr($scalar, $i))/src/Symfony/Component/Yaml/Inline.php283
sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters))/src/Symfony/Component/Yaml/Inline.php280
'Object support when dumping a YAML file has been disabled.'/src/Symfony/Component/Yaml/Inline.php134
sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value))/src/Symfony/Component/Yaml/Inline.php108
sprintf('Unexpected characters near "%s".', substr($value, $i))/src/Symfony/Component/Yaml/Inline.php85
'The indentation must be greater than zero.'/src/Symfony/Component/Yaml/Dumper.php33
sprintf('Found unknown escape character "%s".', $value)/src/Symfony/Component/Yaml/Unescaper.php87
'Malformed inline YAML string.'/src/Symfony/Component/Yaml/Parser.php1221
sprintf('Duplicate key "%s" detected.', $key)/src/Symfony/Component/Yaml/Inline.php499
'Colons must be followed by a space or an indication character (i.e. " ", ",", "[", "]", "{", "}").'/src/Symfony/Component/Yaml/Inline.php465
'Implicit casting of incompatible mapping keys to strings is not supported. Quote your evaluable mapping keys instead.'/src/Symfony/Component/Yaml/Inline.php460
'Missing mapping key.'/src/Symfony/Component/Yaml/Inline.php444
sprintf('Malformed inline YAML string: "%s".', $sequence)/src/Symfony/Component/Yaml/Inline.php407
sprintf('Malformed inline YAML string: "%s".', substr($scalar, $i))/src/Symfony/Component/Yaml/Inline.php327
sprintf('The reserved indicator "%s" cannot start a plain scalar; you need to quote the scalar.', $output[0])/src/Symfony/Component/Yaml/Inline.php308
sprintf('Malformed inline YAML string: "%s".', $scalar)/src/Symfony/Component/Yaml/Inline.php303
'Multiple documents are not supported.'/src/Symfony/Component/Yaml/Parser.php407
'Complex mappings are not supported.'/src/Symfony/Component/Yaml/Parser.php411
'Unable to parse.'/src/Symfony/Component/Yaml/Parser.php441
'Mapping values are not allowed in multi-line blocks.'/src/Symfony/Component/Yaml/Parser.php445
'Unable to parse.'/src/Symfony/Component/Yaml/Parser.php479
'Indentation problem.'/src/Symfony/Component/Yaml/Parser.php593
'Indentation problem.'/src/Symfony/Component/Yaml/Parser.php649
sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$value])), $value)/src/Symfony/Component/Yaml/Parser.php709
sprintf('Reference "%s" does not exist.', $value)/src/Symfony/Component/Yaml/Parser.php712
sprintf('Unexpected characters near "%s".', substr($this->currentLine, $cursor))/src/Symfony/Component/Yaml/Parser.php752
'A colon cannot be used in an unquoted mapping value.'/src/Symfony/Component/Yaml/Parser.php788
preg_last_error_msg( )/src/Symfony/Component/Yaml/Parser.php1044
sprintf('The built-in tag "!%s" is not implemented.', $tag)/src/Symfony/Component/Yaml/Parser.php1079
sprintf('Tags support is not enabled. You must use the flag "Yaml::PARSE_CUSTOM_TAGS" to use "%s".', $matches['tag'])/src/Symfony/Component/Yaml/Parser.php1086
'Malformed inline YAML string.'/src/Symfony/Component/Yaml/Parser.php1150
'Malformed unquoted YAML string.'/src/Symfony/Component/Yaml/Parser.php1159
'You cannot define a mapping item when in a sequence.'/src/Symfony/Component/Yaml/Parser.php204
'Complex mappings are not supported.'/src/Symfony/Component/Yaml/Parser.php157
sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$refName])), $refName)/src/Symfony/Component/Yaml/Parser.php233
(is_numeric($key) ? 'Numeric' : 'Non-string') . ' keys are not supported. Quote your evaluable mapping keys instead.'/src/Symfony/Component/Yaml/Parser.php218
'YAML merge keys used with a scalar value instead of an array.'/src/Symfony/Component/Yaml/Parser.php246
sprintf('Reference "%s" does not exist.', $refName)/src/Symfony/Component/Yaml/Parser.php236
'Merge items must be arrays.'/src/Symfony/Component/Yaml/Parser.php276
'YAML merge keys used with a scalar value instead of an array.'/src/Symfony/Component/Yaml/Parser.php263
sprintf('Duplicate key "%s" detected.', $key)/src/Symfony/Component/Yaml/Parser.php332
sprintf('Duplicate key "%s" detected.', $key)/src/Symfony/Component/Yaml/Parser.php309
'Unable to parse.'/src/Symfony/Component/Yaml/Parser.php351
sprintf('Duplicate key "%s" detected.', $key)/src/Symfony/Component/Yaml/Parser.php342
'Unable to parse.'/src/Symfony/Component/Yaml/Parser.php372
'Unable to parse.'/src/Symfony/Component/Yaml/Parser.php364
'Unable to parse.'/src/Symfony/Component/Yaml/Parser.php393
'Unable to parse.'/src/Symfony/Component/Yaml/Parser.php385
sprintf('The value for "%s" cannot be an array.', $this->name)/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php113
sprintf('Input "%s" cannot take "%s" as a value (possible values: "%s").', $this->name, $v, implode('", "', $this->availableOptionValues( )))/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php118
sprintf('You cannot tick "%s" as it is not a checkbox (%s).', $this->name, $this->type)/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php77
sprintf('You cannot untick "%s" as it is not a checkbox (%s).', $this->name, $this->type)/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php91
sprintf('A ChoiceFormField can only be created from an input or select tag (%s given).', $this->node->nodeName)/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php182
sprintf('A ChoiceFormField can only be created from an input tag with a type of checkbox or radio (given type is "%s").', $this->node->getAttribute('type'))/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php186
sprintf('Input "%s" cannot take "%s" as a value (possible values: "%s").', $this->name, $value, implode('", "', $this->availableOptionValues( )))/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php122
sprintf('Unable to add a choice for "%s" as it is not multiple or is not a radio button.', $this->name)/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php147
'File inputs should be instances of FileFormField.'/src/Symfony/Component/DomCrawler/Field/InputFormField.php41
sprintf('File "%s" does not exist.', $filename)/src/Symfony/Component/Yaml/Parser.php53
sprintf('An InputFormField can only be created from an input or button tag (%s given).', $this->node->nodeName)/src/Symfony/Component/DomCrawler/Field/InputFormField.php32
'Checkboxes should be instances of ChoiceFormField.'/src/Symfony/Component/DomCrawler/Field/InputFormField.php37
'A YAML file cannot contain tabs as indentation.'/src/Symfony/Component/Yaml/Parser.php138
'You cannot define a sequence item when in a mapping.'/src/Symfony/Component/Yaml/Parser.php146
sprintf('File "%s" cannot be read.', $filename)/src/Symfony/Component/Yaml/Parser.php57
'The YAML value does not appear to be valid UTF-8.'/src/Symfony/Component/Yaml/Parser.php80
sprintf('The selected node has an invalid form attribute (%s).', $formId)/src/Symfony/Component/DomCrawler/Form.php363
sprintf('Cannot set value on a compound field "%s".', $name)/src/Symfony/Component/DomCrawler/FormFieldRegistry.php119
sprintf('Unreachable field "%s".', $path)/src/Symfony/Component/DomCrawler/FormFieldRegistry.php79
'To filter with a CSS selector, install the CssSelector component ("composer require symfony/css-selector"). Or use filterXpath instead.'/src/Symfony/Component/DomCrawler/Crawler.php1193
sprintf('Unable to visualize a "%s" tag.', $node->nodeName)/src/Symfony/Component/DomCrawler/Image.php32
'The URI is relative, so you must define its base URI passing an absolute URL.'/src/Symfony/Component/DomCrawler/UriResolver.php41
sprintf('Unable to submit on a "%s" tag.', $node->nodeName)/src/Symfony/Component/DomCrawler/Form.php376
'The selected node does not have a form ancestor.'/src/Symfony/Component/DomCrawler/Form.php372
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other))/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextContains.php64
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other))/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextContains.php41
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other))/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php52
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other))/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php36
sprintf('A TextareaFormField can only be created from a textarea tag (%s given).', $this->node->nodeName)/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php29
sprintf('A FileFormField can only be created from an input tag with a type of file (given type is "%s").', $this->node->getAttribute('type'))/src/Symfony/Component/DomCrawler/Field/FileFormField.php97
sprintf('A FileFormField can only be created from an input tag (%s given).', $this->node->nodeName)/src/Symfony/Component/DomCrawler/Field/FileFormField.php93
sprintf('The error code "%s" is not valid.', $error)/src/Symfony/Component/DomCrawler/Field/FileFormField.php32
'Matching failed with error: ' . preg_last_error_msg( )/src/Symfony/Component/String/ByteString.php243
'The chunk length must be greater than zero.'/src/Symfony/Component/String/ByteString.php117
'Matching failed with unknown error code.'/src/Symfony/Component/String/ByteString.php315
'Matching failed with ' . $k . '.'/src/Symfony/Component/String/ByteString.php311
sprintf('Argument 1 passed to "%s()" must be a callable or a [Closure, method] lazy-callable, "%s" given.', __METHOD__, '[' . implode(', ', array_map('get_debug_type', $callback)) . ']')/src/Symfony/Component/String/LazyString.php29
'Invalid padding type.'/src/Symfony/Component/String/AbstractUnicodeString.php517
'The length of the alphabet must in the [2^1, 2^56] range.'/src/Symfony/Component/String/ByteString.php55
sprintf('A strictly positive length is expected, "%d" given.', $length)/src/Symfony/Component/String/ByteString.php48
'Invalid UTF-8 chars.'/src/Symfony/Component/String/AbstractUnicodeString.php369
'Matching failed with unknown error code.'/src/Symfony/Component/String/AbstractUnicodeString.php327
'Invalid UTF-8 chars.'/src/Symfony/Component/String/AbstractUnicodeString.php415
'Invalid UTF-8 chars.'/src/Symfony/Component/String/AbstractUnicodeString.php382
'Replace callback must return a valid UTF-8 string.'/src/Symfony/Component/String/AbstractUnicodeString.php304
'Invalid UTF-8 string.'/src/Symfony/Component/String/AbstractUnicodeString.php283
'Matching failed with ' . $k . '.'/src/Symfony/Component/String/AbstractUnicodeString.php323
'Invalid UTF-8 string.'/src/Symfony/Component/String/AbstractUnicodeString.php310
'Matching failed with error: ' . preg_last_error_msg( )/src/Symfony/Component/String/AbstractUnicodeString.php235
'Unsupported normalization form.'/src/Symfony/Component/String/AbstractUnicodeString.php247
'Invalid UTF-8 string.'/src/Symfony/Component/String/AbstractUnicodeString.php259
'Invalid UTF-8 string.'/src/Symfony/Component/String/AbstractUnicodeString.php271
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class)/src/Symfony/Component/String/AbstractString.php484
sprintf('Unknown transliteration rule "%s".', $rule)/src/Symfony/Component/String/AbstractUnicodeString.php127
sprintf('"%s" requires a translit-able iconv implementation, try installing "gnu-libiconv" if you\'re using Alpine Linux.', static::class)/src/Symfony/Component/String/AbstractUnicodeString.php142
'Invalid UTF-8 string.'/src/Symfony/Component/String/AbstractUnicodeString.php209
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class)/src/Symfony/Component/String/AbstractString.php365
sprintf('Multiplier must be positive, %d given.', $multiplier)/src/Symfony/Component/String/AbstractString.php417
'Split behavior when $flags is null must be implemented by child classes.'/src/Symfony/Component/String/AbstractString.php444
'Splitting failed with error: ' . preg_last_error_msg( )/src/Symfony/Component/String/AbstractString.php455
'Split delimiter is not a valid UTF-8 string.'/src/Symfony/Component/String/CodePointString.php226
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class)/src/Symfony/Component/String/AbstractString.php266
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class)/src/Symfony/Component/String/AbstractString.php315
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class)/src/Symfony/Component/String/AbstractString.php343
'Split delimiter is empty.'/src/Symfony/Component/String/CodePointString.php218
'Split limit must be a positive integer.'/src/Symfony/Component/String/CodePointString.php214
'Invalid UTF-8 string.'/src/Symfony/Component/String/CodePointString.php200
'Invalid UTF-8 string.'/src/Symfony/Component/String/CodePointString.php177
'Invalid UTF-8 string.'/src/Symfony/Component/String/CodePointString.php162
'The chunk length must be greater than zero.'/src/Symfony/Component/String/CodePointString.php51
'Invalid UTF-8 string.'/src/Symfony/Component/String/CodePointString.php42
'Invalid UTF-8 string.'/src/Symfony/Component/String/CodePointString.php30
sprintf('The option "%s" does not exist.', $option)/src/Symfony/Component/OptionsResolver/Debug/OptionsResolverIntrospector.php32
'throwing'/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php1453
'throwing'/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php1429
'Counting is only supported within closures of lazy options and normalizers.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php1216
'Removing options via array access is not supported. Use remove() instead.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php1201
'Setting options via array access is not supported. Use setDefault() instead.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php1191
'Array access is only supported within closures of lazy options and normalizers.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php1178
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php1118
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php1095
sprintf('Invalid type for deprecation message, expected string but got "%s", return an empty string to ignore.', get_debug_type($message))/src/Symfony/Component/OptionsResolver/OptionsResolver.php1101
sprintf('The option "%s" with value %s is expected to be of type "%s", but one of the elements is of type "%s".', $this->formatOptions([$option]), $fmtActualValue, $fmtAllowedTypes, $fmtProvidedTypes)/src/Symfony/Component/OptionsResolver/OptionsResolver.php1033
sprintf('The option "%s" with value %s is expected to be of type "%s", but is of type "%s".', $this->formatOptions([$option]), $fmtActualValue, $fmtAllowedTypes, $fmtProvidedTypes)/src/Symfony/Component/OptionsResolver/OptionsResolver.php1036
sprintf('The value of the option "%s" is expected to be of type array of array, but is of type array of "%s".', $this->formatOptions([$option]), get_debug_type($prototypeValue))/src/Symfony/Component/OptionsResolver/OptionsResolver.php976
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php997
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php954
sprintf('The nested option "%s" with value %s is expected to be of type array, but is of type "%s".', $this->formatOptions([$option]), $this->formatValue($value), get_debug_type($value))/src/Symfony/Component/OptionsResolver/OptionsResolver.php958
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php942
sprintf('The optional option "%s" has no value set. You should make sure it is set with "isset" before reading it.', $this->formatOptions([$option]))/src/Symfony/Component/OptionsResolver/OptionsResolver.php945
sprintf(\count($diff) > 1 ? 'The required options "%s" are missing.' : 'The required option "%s" is missing.', $this->formatOptions(array_keys($diff)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php896
'Array access is only supported within closures of lazy options and normalizers.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php927
'Options cannot be resolved from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php863
sprintf((\count($diff) > 1 ? 'The options "%s" do not exist.' : 'The option "%s" does not exist.') . ' Defined options are: "%s".', $this->formatOptions(array_keys($diff)), implode('", "', array_keys($clone->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php876
'Options cannot be removed from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php801
'Options cannot be cleared from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php822
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php698
'Allowed types cannot be added from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php694
'The Info message cannot be set from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php736
sprintf('The option "%s" is already defined.', $option)/src/Symfony/Component/OptionsResolver/OptionsResolver.php719
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php754
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php740
'The prototype property cannot be set from a root definition.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php774
'The prototype property cannot be set from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php770
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php541
'Normalizers cannot be set from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php537
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php584
'Allowed values cannot be set from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php580
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php624
'Allowed values cannot be added from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php620
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php664
'Allowed types cannot be set from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php660
'Default values cannot be set from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php205
'Options cannot be made required from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php302
'Options cannot be defined from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php373
'Options cannot be deprecated from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php437
sprintf('The option "%s" does not exist, defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php441
sprintf('Invalid type for deprecation message argument, expected string or \Closure, but got "%s".', get_debug_type($message))/src/Symfony/Component/OptionsResolver/OptionsResolver.php445
'Normalizers cannot be set from a lazy option or normalizer.'/src/Symfony/Component/OptionsResolver/OptionsResolver.php496
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined)))/src/Symfony/Component/OptionsResolver/OptionsResolver.php500
sprintf('Unable to open path "%s".', $path)/src/Symfony/Component/Mime/Part/TextPart.php154
sprintf('Form field values with integer keys can only have one array element, the key being the field name and the value being the field value, %d provided.', \count($item))/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php58
sprintf('The value of the form field "%s" can only be a string, an array, or an instance of TextPart, "%s" given.', $fieldName, get_debug_type($item))/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php74
sprintf('Impossible to set header "%s" as it\'s already defined and must be unique.', $header->getName( ))/src/Symfony/Component/Mime/Header/Headers.php173
sprintf('The "%s" header must be an instance of "%s" (got "%s").', $header->getName( ), implode('" or "', $headerClasses), get_debug_type($header))/src/Symfony/Component/Mime/Header/Headers.php244
sprintf('Unable to get parameter "%s" on header "%s" as the header is not of class "%s".', $parameter, $name, ParameterizedHeader::class)/src/Symfony/Component/Mime/Header/Headers.php294
sprintf('Unable to set parameter "%s" on header "%s" as the header is not defined.', $parameter, $name)/src/Symfony/Component/Mime/Header/Headers.php306
sprintf('Unable to set parameter "%s" on header "%s" as the header is not of class "%s".', $parameter, $name, ParameterizedHeader::class)/src/Symfony/Component/Mime/Header/Headers.php311
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Mime/Part/DataPart.php154
sprintf('Invalid cid "%s".', $cid)/src/Symfony/Component/Mime/Part/DataPart.php69
sprintf('File does not exist: "%s"', $path)/src/Symfony/Component/Mime/Tests/Crypto/SMimeTestCase.php36
'Should never be called.'/src/Symfony/Component/Mime/Tests/MimeTypesTest.php39
sprintf('The encoding must be one of "quoted-printable", "base64", or "8bit" ("%s" given).', $encoding)/src/Symfony/Component/Mime/Part/TextPart.php67
sprintf('Path "%s" is not readable.', $path)/src/Symfony/Component/Mime/Part/TextPart.php54
sprintf('The body of "%s" must be a string, a resource, or an instance of "%s" (got "%s").', self::class, File::class, get_debug_type($body))/src/Symfony/Component/Mime/Part/TextPart.php48
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Mime/Part/DataPart.php158
'Unable to test a message attachment on a RawMessage or Message instance.'/src/Symfony/Component/Mime/Test/Constraint/EmailAttachmentCount.php40
'Unable to test a message HTML body on a RawMessage or Message instance.'/src/Symfony/Component/Mime/Test/Constraint/EmailHtmlBodyContains.php38
'Unable to test a message address on a non-address header.'/src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php57
'Unable to test a message address on a RawMessage instance.'/src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php41
'This script must be run from the command line.'/src/Symfony/Component/Mime/Resources/bin/update_mime_types.php13
'Unable to set the base64 content encoder to the filter.'/src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php32
sprintf('Method "%s" takes a stream as a first argument.', __METHOD__)/src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php24
sprintf('Method "%s" takes a stream as a first argument.', __METHOD__)/src/Symfony/Component/Mime/Encoder/QpContentEncoder.php22
sprintf('The "%s" DKIM signing algorithm is not supported yet.', self::ALGO_ED25519)/src/Symfony/Component/Mime/Crypto/DkimSigner.php122
sprintf('File does not exist: "%s".', $path)/src/Symfony/Component/Mime/Crypto/SMime.php27
sprintf('Invalid DKIM signing algorithm "%s".', $options['algorithm'])/src/Symfony/Component/Mime/Crypto/DkimSigner.php65
'Unable to sign DKIM hash: ' . openssl_error_string( )/src/Symfony/Component/Mime/Crypto/DkimSigner.php119
'Can only test a message subject on an Email instance.'/src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php32
'Unable to test a message header on a RawMessage instance.'/src/Symfony/Component/Mime/Test/Constraint/EmailHasHeader.php37
'Unable to test a message text body on a RawMessage or Message instance.'/src/Symfony/Component/Mime/Test/Constraint/EmailTextBodyContains.php38
'Unable to test a message header on a RawMessage instance.'/src/Symfony/Component/Mime/Test/Constraint/EmailHeaderSame.php40
'PHP extension "openssl" is required to use SMime.'/src/Symfony/Component/Mime/Crypto/SMimeSigner.php37
sprintf('Failed to sign S/Mime message. Error: "%s".', openssl_error_string( ))/src/Symfony/Component/Mime/Crypto/SMimeSigner.php60
'A "From" header must have at least one email address.'/src/Symfony/Component/Mime/Message.php144
'An email must have a "From" or a "Sender" header.'/src/Symfony/Component/Mime/Message.php148
'PHP extension "openssl" is required to use DKIM.'/src/Symfony/Component/Mime/Crypto/DkimSigner.php45
'Unable to load DKIM private key: ' . openssl_error_string( )/src/Symfony/Component/Mime/Crypto/DkimSigner.php47
'PHP extension "openssl" is required to use SMime.'/src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php32
sprintf('Failed to encrypt S/Mime message. Error: "%s".', openssl_error_string( ))/src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php52
'Buttons do not support data transformers.'/src/Symfony/Component/Form/ButtonBuilder.php142
'Buttons do not support event subscribers.'/src/Symfony/Component/Form/ButtonBuilder.php132
'Buttons do not support data transformers.'/src/Symfony/Component/Form/ButtonBuilder.php162
'Buttons do not support data transformers.'/src/Symfony/Component/Form/ButtonBuilder.php152
'Buttons cannot have children.'/src/Symfony/Component/Form/ButtonBuilder.php78
'Buttons cannot have children.'/src/Symfony/Component/Form/ButtonBuilder.php68
'Buttons do not support event listeners.'/src/Symfony/Component/Form/ButtonBuilder.php122
'Buttons cannot have children.'/src/Symfony/Component/Form/ButtonBuilder.php88
'Buttons do not support property paths.'/src/Symfony/Component/Form/ButtonBuilder.php254
'Buttons cannot be required.'/src/Symfony/Component/Form/ButtonBuilder.php244
'Buttons do not support data mapping.'/src/Symfony/Component/Form/ButtonBuilder.php274
'Buttons do not support data mapping.'/src/Symfony/Component/Form/ButtonBuilder.php264
'Buttons do not support data mappers.'/src/Symfony/Component/Form/ButtonBuilder.php202
'Buttons do not support data transformers.'/src/Symfony/Component/Form/ButtonBuilder.php172
'Buttons do not support error bubbling.'/src/Symfony/Component/Form/ButtonBuilder.php234
'Buttons do not support empty data.'/src/Symfony/Component/Form/ButtonBuilder.php224
'Session was used while the request was declared stateless.'/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php224
'Session was used while the request was declared stateless.'/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php267
'You must either pass a RequestContext or the matcher must implement RequestContextAwareInterface.'/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php59
'A non-empty secret is required.'/src/Symfony/Component/Webhook/Subscriber.php24
sprintf('Invalid "controller.service_arguments" tag for service "%s": method "%s()" has no "%s" argument on class "%s".', $id, $r->name, $attributes['argument'], $class)/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php118
sprintf('A "controller.service_arguments" tag must have non-empty "id" attributes for service "%s".', $id)/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php140
'Cannot mix virtual and HTTP requests.'/src/Symfony/Component/HttpKernel/Debug/VirtualRequestStack.php35
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Component/HttpKernel/EventListener/CacheAttributeListener.php181
406/src/Symfony/Component/Webhook/Client/RequestParser.php75
406/src/Symfony/Component/Webhook/Client/AbstractRequestParser.php49
'Buttons cannot have empty names.'/src/Symfony/Component/Form/ButtonBuilder.php42
'Buttons cannot have children.'/src/Symfony/Component/Form/ButtonBuilder.php58
'A non-empty secret is required.'/src/Symfony/Component/Webhook/Server/HeaderSignatureConfigurator.php33
'The body must be set.'/src/Symfony/Component/Webhook/Server/HeaderSignatureConfigurator.php39
'A non-empty secret is required.'/src/Symfony/Component/Webhook/Client/RequestParser.php48
406/src/Symfony/Component/Webhook/Client/RequestParser.php55
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php137
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php126
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php111
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php100
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php89
sprintf('Class "%s" not found. Is the "data_class" form option set correctly?', $dataClass)/src/Symfony/Component/Form/FormConfigBuilder.php77
sprintf('An error has occurred resolving the options of the form "%s": ', get_debug_type($this->getInnerType( ))) . $e->getMessage( )/src/Symfony/Component/Form/ResolvedFormType.php78
'Not supported.'/src/Symfony/Component/Form/FormView.php127
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php394
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php380
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php366
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php352
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php338
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php324
'The form factory must be set before retrieving it.'/src/Symfony/Component/Form/FormConfigBuilder.php272
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php152
'Buttons do not support request handlers.'/src/Symfony/Component/Form/ButtonBuilder.php356
'Buttons do not support automatic initialization.'/src/Symfony/Component/Form/ButtonBuilder.php369
'Buttons do not support actions.'/src/Symfony/Component/Form/ButtonBuilder.php336
'Buttons do not support methods.'/src/Symfony/Component/Form/ButtonBuilder.php346
'Buttons do not support data locking.'/src/Symfony/Component/Form/ButtonBuilder.php316
'Buttons do not support form factories.'/src/Symfony/Component/Form/ButtonBuilder.php326
'Buttons cannot be compound.'/src/Symfony/Component/Form/ButtonBuilder.php284
'Buttons do not support data.'/src/Symfony/Component/Form/ButtonBuilder.php306
'Buttons do not support request handlers.'/src/Symfony/Component/Form/ButtonBuilder.php601
'Buttons do not support "is empty" callback.'/src/Symfony/Component/Form/ButtonBuilder.php651
'Buttons do not support actions.'/src/Symfony/Component/Form/ButtonBuilder.php581
'Buttons do not support methods.'/src/Symfony/Component/Form/ButtonBuilder.php591
'Buttons do not support event dispatching.'/src/Symfony/Component/Form/ButtonBuilder.php414
'Buttons do not support adding children.'/src/Symfony/Component/Form/ButtonBuilder.php571
'Buttons do not support data inheritance.'/src/Symfony/Component/Form/ButtonBuilder.php382
'Buttons do not support "is empty" callback.'/src/Symfony/Component/Form/ButtonBuilder.php404
sprintf('The type "%s" cannot be loaded by this extension.', $name)/src/Symfony/Component/Form/AbstractExtension.php53
sprintf('The type "%s" cannot be loaded by this extension.', $name)/src/Symfony/Component/Form/PreloadedExtension.php46
'The offset ' . $position . ' does not exist.'/src/Symfony/Component/Form/FormErrorIterator.php164
sprintf('The errors must be instances of "Symfony\Component\Form\FormError" or "%s". Got: "%s".', __CLASS__, get_debug_type($error))/src/Symfony/Component/Form/FormErrorIterator.php61
'The iterator doesn\'t support modification of elements.'/src/Symfony/Component/Form/FormErrorIterator.php187
'The iterator doesn\'t support modification of elements.'/src/Symfony/Component/Form/FormErrorIterator.php177
'The offset ' . $position . ' does not exist.'/src/Symfony/Component/Form/FormErrorIterator.php239
sprintf('The current element is not iterable. Use "%s" to get the current element.', self::class . '::current()')/src/Symfony/Component/Form/FormErrorIterator.php202
sprintf('No block "%s" found while rendering the form.', $blockName)/src/Symfony/Component/Form/FormRenderer.php64
'CSRF tokens can only be generated if a CsrfTokenManagerInterface is injected in FormRenderer::__construct(). Try running "composer require symfony/security-csrf".'/src/Symfony/Component/Form/FormRenderer.php53
sprintf('Unable to render the form because the block names array contains duplicates: "%s".', implode('", "', array_reverse($blockNameHierarchy)))/src/Symfony/Component/Form/FormRenderer.php208
sprintf('Field "%s" has already been rendered, save the result of previous render call to a variable and output that instead.', $view->vars['name'])/src/Symfony/Component/Form/FormRenderer.php121
'setOrigin() must only be called once.'/src/Symfony/Component/Form/FormError.php107
sprintf('Unable to render the form as none of the following blocks exist: "%s".', implode('", "', array_reverse($blockNameHierarchy)))/src/Symfony/Component/Form/FormRenderer.php211
'You cannot set the parent of a submitted form.'/src/Symfony/Component/Form/Form.php224
'Compound forms need a data mapper.'/src/Symfony/Component/Form/Form.php145
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php408
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php422
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php440
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php454
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php468
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php482
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php496
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php510
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php524
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php538
'The config builder cannot be modified anymore.'/src/Symfony/Component/Form/FormConfigBuilder.php552
'The config builder cannot be modified anymore.'/src/Symfony/Component/Form/FormConfigBuilder.php566
'The config builder cannot be modified anymore.'/src/Symfony/Component/Form/FormConfigBuilder.php580
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php594
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormConfigBuilder.php605
sprintf('The name "%s" contains illegal characters. Names should start with a letter, digit or underscore and only contain letters, digits, numbers, underscores ("_"), hyphens ("-") and colons (":").', $name)/src/Symfony/Component/Form/FormConfigBuilder.php635
sprintf('Child "%s" does not exist.', $name)/src/Symfony/Component/Form/Form.php811
'You cannot remove children from a submitted form.'/src/Symfony/Component/Form/Form.php786
sprintf('Automatic initialization is only supported on root forms. You should set the "auto_initialize" option to false on the field "%s".', $child->getName( ))/src/Symfony/Component/Form/Form.php749
'You cannot add children to a simple form. Maybe you should set the option "compound" to true?'/src/Symfony/Component/Form/Form.php726
sprintf('Unable to reverse value for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( )/src/Symfony/Component/Form/Form.php1013
sprintf('Unable to transform value for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( )/src/Symfony/Component/Form/Form.php991
sprintf('Unable to reverse value for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( )/src/Symfony/Component/Form/Form.php964
sprintf('Unable to transform data for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( )/src/Symfony/Component/Form/Form.php944
'Buttons cannot have children.'/src/Symfony/Component/Form/Button.php57
sprintf('Circular reference detected for form type "%s" (%s).', $fqcn, $types)/src/Symfony/Component/Form/FormRegistry.php97
sprintf('Could not load type "%s": class does not implement "Symfony\Component\Form\FormTypeInterface".', $name)/src/Symfony/Component/Form/FormRegistry.php75
sprintf('Could not load type "%s": class does not exist.', $name)/src/Symfony/Component/Form/FormRegistry.php72
'Buttons cannot have children.'/src/Symfony/Component/Form/Button.php109
'You cannot set the parent of a submitted button.'/src/Symfony/Component/Form/Button.php87
'Buttons cannot have children.'/src/Symfony/Component/Form/Button.php81
'Buttons cannot have children.'/src/Symfony/Component/Form/Button.php69
'You cannot change the data of a form inheriting its parent data.'/src/Symfony/Component/Form/Form.php263
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call setData(). You should call setData() on the FormEvent object instead.'/src/Symfony/Component/Form/Form.php276
'A form with an empty name cannot have a parent form.'/src/Symfony/Component/Form/Form.php228
'You cannot change the data of a submitted form.'/src/Symfony/Component/Form/Form.php257
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call getData() if the form data has not already been set. You should call getData() on the FormEvent object instead.'/src/Symfony/Component/Form/Form.php342
'The form is configured to inherit its parent\'s data, but does not have a parent.'/src/Symfony/Component/Form/Form.php355
'The form\'s view data is expected to be a "' . $dataClass . '", but it is a "' . $actualType . '". You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms "' . $actualType . '" to an instance of "' . $dataClass . '".'/src/Symfony/Component/Form/Form.php306
'The form is configured to inherit its parent\'s data, but does not have a parent.'/src/Symfony/Component/Form/Form.php334
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call getViewData() if the form data has not already been set.'/src/Symfony/Component/Form/Form.php384
'Only root forms should be initialized.'/src/Symfony/Component/Form/Form.php401
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call getNormData() if the form data has not already been set.'/src/Symfony/Component/Form/Form.php363
'The form is configured to inherit its parent\'s data, but does not have a parent.'/src/Symfony/Component/Form/Form.php376
'Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() and ensure that it\'s true before calling Form::isValid().'/src/Symfony/Component/Form/Form.php645
'You cannot add children to a submitted form.'/src/Symfony/Component/Form/Form.php722
'A form can only be submitted once.'/src/Symfony/Component/Form/Form.php424
'Compound forms expect an array or NULL on submission.'/src/Symfony/Component/Form/Form.php488
'Aborting the request.'/src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php663
'BUG.'/src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php687
"You cannot run this script directly, it's a fixture for TestHttpServer."/src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php5
sprintf('Argument "$beta" provided to "%s::get()" must be a positive number, %f given.', static::class, $beta)/src/Symfony/Contracts/Cache/CacheTrait.php41
sprintf('Malformed namespaced template name "%s" (expecting "@namespace/template_name").', $name)/src/Symfony/Bridge/Twig/Command/DebugCommand.php492
'Unexpected token. Twig was looking for the "with", "from", or "into" keyword.'/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php63
'A message inside a trans tag must be a simple text.'/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php72
'Boo.'/src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php176
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( )))/src/Symfony/Bridge/Twig/Command/LintCommand.php178
sprintf('Argument "name" not supported, it requires the Twig loader "%s".', FilesystemLoader::class)/src/Symfony/Bridge/Twig/Command/DebugCommand.php101
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( )))/src/Symfony/Bridge/Twig/Command/DebugCommand.php107
'Unsupported callback type.'/src/Symfony/Bridge/Twig/Command/DebugCommand.php330
sprintf('You cannot use "%s" if the "%s" Twig extension%s not available. Try running "%s".', static::class, implode('" and "', $missingPackages), \count($missingPackages) > 1 ? 's are' : ' is', 'composer require ' . implode(' ', array_keys($missingPackages)))/src/Symfony/Bridge/Twig/Mime/NotificationEmail.php57
sprintf('You cannot use "%s" if the Markdown Twig extension is not available. Try running "composer require twig/markdown-extra".', __METHOD__)/src/Symfony/Bridge/Twig/Mime/NotificationEmail.php91
'Please provide a filename or pipe template content to STDIN.'/src/Symfony/Bridge/Twig/Command/LintCommand.php101
sprintf('File or directory "%s" is not readable.', $filename)/src/Symfony/Bridge/Twig/Command/LintCommand.php151
sprintf('An instance of "%s" must be provided to use "%s()".', FragmentUriGeneratorInterface::class, __METHOD__)/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php60
sprintf('You cannot use the "%s" as the Translation Component is not installed. Try running "composer require symfony/translation".', __CLASS__)/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php131
sprintf('A "%s" context cannot have an "email" entry as this is a reserved variable.', get_debug_type($message))/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php57
'Left scope is not mutable.'/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php56
sprintf('You cannot use the "%s" if the Translation Contracts are not available. Try running "composer require symfony/translation".', __CLASS__)/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php50
'The "app.current_route_parameters" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php211
sprintf('Unless the message is a "%s", argument 2 passed to "%s()" must be an array of parameters, "%s" given.', TranslatableInterface::class, __METHOD__, get_debug_type($arguments))/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php114
sprintf('Argument 2 passed to "%s()" must be a locale passed as a string when the message is a "%s", "%s" given.', __METHOD__, TranslatableInterface::class, get_debug_type($arguments))/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php103
'The "app.locale" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php147
'The "app.debug" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php138
'The "app.current_route" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php199
'The "app.enabled_locales" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php156
'The "app.request" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php101
'The "app.user" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php89
'The "app.environment" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php126
'The "app.session" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php113
sprintf('Cookie named "%s" is not in response', $name)/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php415
'foo'/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php111
'foo'/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php151
'foo'/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php172
'foo'/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php113
'foo'/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php132
sprintf('Cache pool not found: "%s".', $name)/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php42
sprintf('Cache pool not found: "%s".', $name)/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php54
sprintf('Invalid log level "%s".', $this->level)/src/Symfony/Component/HttpKernel/Attribute/WithLogLevel.php28
sprintf('Argument $%s does not have a default value. Use "%s::hasDefaultValue()" to avoid this exception.', $this->name, __CLASS__)/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php97
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php179
sprintf('Invalid dump format: "%s".', $format)/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php199
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/HttpKernel/Kernel.php756
'Composer autoloader not found.'/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php92
sprintf('Unable to create the "%s" directory (%s).', $name, $dir)/src/Symfony/Component/HttpKernel/Kernel.php588
sprintf('Unable to write in the "%s" directory (%s).', $name, $dir)/src/Symfony/Component/HttpKernel/Kernel.php591
sprintf('The environment "%s" contains invalid characters, it can only contain characters allowed in PHP class names.', $this->environment)/src/Symfony/Component/HttpKernel/Kernel.php362
sprintf('Trying to register two bundles with the same name "%s".', $name)/src/Symfony/Component/HttpKernel/Kernel.php335
'Cannot retrieve the container from a non-booted kernel.'/src/Symfony/Component/HttpKernel/Kernel.php275
sprintf('Cannot auto-detect project dir for kernel of class "%s".', $r->name)/src/Symfony/Component/HttpKernel/Kernel.php256
sprintf('Unable to find file "%s".', $name)/src/Symfony/Component/HttpKernel/Kernel.php234
sprintf('File name "%s" contains invalid characters (..).', $name)/src/Symfony/Component/HttpKernel/Kernel.php220
sprintf('A resource name must start with @ ("%s" given).', $name)/src/Symfony/Component/HttpKernel/Kernel.php216
sprintf('Bundle "%s" does not exist or it is not enabled. Maybe you forgot to add it in the "registerBundles()" method of your "%s.php" file?', $name, get_debug_type($this))/src/Symfony/Component/HttpKernel/Kernel.php207
sprintf('Invalid environment provided to "%s": the environment cannot be empty.', get_debug_type($this))/src/Symfony/Component/HttpKernel/Kernel.php92
sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo( ))/src/Symfony/Component/HttpKernel/HttpKernel.php162
'You cannot pass non-empty bodies as the Mime component is not installed. Try running "composer require symfony/mime".'/src/Symfony/Component/HttpKernel/HttpClientKernel.php81
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__)/src/Symfony/Component/HttpKernel/HttpClientKernel.php39
sprintf('Cannot use "%s" on methods without a return type in "%s::%s()".', SubscribedService::class, $method->name, self::class)/src/Symfony/Contracts/Service/ServiceSubscriberTrait.php47
sprintf('Cannot use "%s" on method "%s::%s()" (can only be used on non-static, non-abstract methods with no parameters).', SubscribedService::class, self::class, $method->name)/src/Symfony/Contracts/Service/ServiceSubscriberTrait.php43
'Should not be called.'/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php134
'Should not be called.'/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php129
sprintf('Invalid query parameter "%s".', $name)/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php55
sprintf('#[MapQueryParameter] cannot be used on controller argument "%s$%s" of type "%s"; one of array, string, int, float, bool or \BackedEnum should be used.', $argument->isVariadic( ) ? '...' : '', $argument->getName( ), $type ?? 'mixed')/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php83
sprintf('Invalid query parameter "%s".', $name)/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php106
sprintf('Invalid query parameter "%s".', $name)/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php120
sprintf('The uid for the "%s" parameter is invalid.', $argument->getName( ))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/UidValueResolver.php35
sprintf('Could not resolve the "%s $%s" controller argument: expecting an int or string, got "%s".', $argument->getType( ), $argument->getName( ), get_debug_type($value))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php56
sprintf('Could not resolve the "%s $%s" controller argument: ', $argument->getType( ), $argument->getName( )) . $e->getMessage( )/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php65
sprintf('Mapping variadic argument "$%s" is not supported.', $argument->getName( ))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php76
sprintf('Controller "%s" cannot be fetched from the container because it is private. Did you forget to tag the service with "controller.service_arguments"?', $controller)/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php60
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $this->getControllerError($controller)/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php77
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $this->getControllerError($controller)/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php85
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $e->getMessage( )/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php98
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $this->getControllerError($callable)/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php102
sprintf('Callable "%s()" is not allowed as a controller. Did you miss tagging it with "#[AsController]" or registering its type with "%s::allowControllers()"?', $name, self::class)/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php271
sprintf('The action argument "...$%1$s" is required to be an array, the request attribute "%1$s" contains a type of "%2$s" instead.', $argument->getName( ), get_debug_type($values))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php34
sprintf('Missing query parameter "%s".', $name)/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php41
sprintf('Extension "%s" must implement Symfony\Component\DependencyInjection\Extension\ExtensionInterface.', get_debug_type($extension))/src/Symfony/Component/HttpKernel/Bundle/Bundle.php70
sprintf('Failed to write cache file "%s".', $file)/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php30
sprintf('You can only pin one resolver per argument, but argument "$%s" of "%s()" has more.', $metadata->getName( ), $this->getPrettyName($controller))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php62
sprintf('Users will expect the alias of the default extension of a bundle to be the underscored version of the bundle name ("%s"). You can override "Bundle::getContainerExtension()" if you want to use "%s" or another alias.', $expectedAlias, $extension->getAlias( ))/src/Symfony/Component/HttpKernel/Bundle/Bundle.php78
sprintf('Controller "%s" requires that you provide a value for the "$%s" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or there is a non-optional argument after this one.', $this->getPrettyName($controller), $metadata->getName( ))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php102
sprintf('"%s::resolve()" must yield at most one value for non-variadic arguments.', get_debug_type($resolver))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php93
sprintf('Controller "%s" does neither exist as service nor as class.', $class)/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php54
sprintf('Controller "%s" has required constructor arguments and does not exist in the container. Did you forget to define the controller as a service?', $class)/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php51
'Unexpected method call'/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php21
'You must call setNextResponse() before calling request().'/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php113
'Unexpected method call'/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php37
'Unexpected method call'/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php29
'Unexpected method call'/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php47
'Unexpected method call'/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php42
sprintf('"%s::warmUp()" should return a list of files or classes but "%s" is none of them.', $warmer::class, $item)/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php101
'bar'/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php320
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php41
sprintf('Service "%s" must implement interface "%s".', $id, FragmentRendererInterface::class)/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php44
sprintf('Collector "%s" does not exist.', $name)/src/Symfony/Component/HttpKernel/Profiler/Profile.php211
sprintf('Collector "%s" does not exist.', $name)/src/Symfony/Component/HttpKernel/Profiler/Profiler.php227
sprintf('Missing "%s" attribute on tag "controller.service_arguments" %s for service "%s".', $k, json_encode($attributes, \JSON_UNESCAPED_UNICODE), $id)/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php98
sprintf('Invalid "action" attribute on tag "controller.service_arguments" for service "%s": no public "%s()" method found on class "%s".', $id, $attributes['action'], $class)/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php102
sprintf('Tag "kernel.reset" requires the "method" attribute to be set on service "%s".', $id)/src/Symfony/Component/HttpKernel/DependencyInjection/ResettableServicePass.php39
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php73
sprintf('The log level "%s" does not exist.', $minLevel)/src/Symfony/Component/HttpKernel/Log/Logger.php77
sprintf('Unable to open "%s".', $output)/src/Symfony/Component/HttpKernel/Log/Logger.php83
'Unable to process an SSI tag without a "virtual" attribute.'/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php67
sprintf('Error when rendering "%s" (Status code is %d).', $subRequest->getUri( ), $response->getStatusCode( ))/src/Symfony/Component/HttpKernel/HttpCache/AbstractSurrogate.php81
sprintf('Unable to create the storage directory (%s).', $this->folder)/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php41
sprintf('Unable to create the storage directory (%s).', $dir)/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php140
sprintf('The log level "%s" does not exist.', $level)/src/Symfony/Component/HttpKernel/Log/Logger.php96
sprintf('Please check your configuration. You are trying to use FileStorage with an invalid dsn "%s". The expected format is "file:/path/to/the/storage/folder".', $dsn)/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php36
'A restored response must have the X-Content-Digest header.'/src/Symfony/Component/HttpKernel/HttpCache/Store.php189
sprintf('Unable to create the store directory (%s).', $this->root)/src/Symfony/Component/HttpKernel/HttpCache/Store.php48
'Unable to process an ESI tag without a "src" attribute.'/src/Symfony/Component/HttpKernel/HttpCache/Esi.php86
sprintf('Error when rendering "%s" (Status code is %d).', $this->requestStack->getCurrentRequest( )->getUri( ), $responseStatusCode)/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php98
'Unable to store the metadata.'/src/Symfony/Component/HttpKernel/HttpCache/Store.php270
'Unable to store the metadata.'/src/Symfony/Component/HttpKernel/HttpCache/Store.php233
'Unable to store the entity.'/src/Symfony/Component/HttpKernel/HttpCache/Store.php202
'X-Body-File and X-Content-Digest do not match.'/src/Symfony/Component/HttpKernel/HttpCache/Store.php194
'Generating a fragment URL can only be done when handling a Request.'/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php41
'Passing non-scalar values as part of URI attributes to the ESI and SSI rendering strategies is not supported. Use a different rendering strategy or pass scalar values.'/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php65
sprintf('Invalid date given for parameter "%s".', $argument->getName( ))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DateTimeValueResolver.php82
sprintf('Could not resolve the "$%s" controller argument: argument should be typed.', $argument->metadata->getName( ))/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php101
'Rendering a fragment can only be done when handling a Request.'/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php78
sprintf('The "%s" renderer does not exist.', $renderer)/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php74
sprintf('Controller attributes cannot contain non-scalar/non-null values (value for key "%s" is not a scalar or null).', $key)/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php86
'You must use a URI when using the ESI rendering strategy or set a URL signer.'/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php45
sprintf('The "$idReader" argument of "%s" must be null when the query cannot be optimized because of composite id fields.', __METHOD__)/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php44
'Not defining the IdReader explicitly as a value callback when the query can be optimized is not supported.'/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php63
'Not defining the IdReader explicitly as a value callback when the query can be optimized is not supported.'/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php72
'Expected a Doctrine\Common\Collections\Collection object.'/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php44
sprintf('Failed to transform "%s" into "%s".', $value, $type)/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php84
sprintf('Entity of type "%s" passed to the choice field must be managed. Maybe you forget to persist it in the entity manager?', get_debug_type($object))/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php86
sprintf('Object manager "%s" does not exist.', $constraint->em)/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php73
sprintf('Unable to find the object manager associated with an entity of class "%s".', get_debug_type($entity))/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php79
sprintf('The field "%s" is not mapped by Doctrine, so it cannot be validated for uniqueness.', $fieldName)/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php90
sprintf('The "%s" entity repository does not support the "%s" entity. The entity should be an instance of or extend "%s".', $constraint->entityClass, $class->getName( ), $supportedClass)/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php132
sprintf('Class "%s" seems not to be a managed Doctrine entity. Did you forget to map it?', $options['class'])/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php175
sprintf('Expected an instance of "%s", but got "%s".', QueryBuilder::class, get_debug_type($queryBuilder))/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php54
sprintf('Expected an instance of "%s", but got "%s".', QueryBuilder::class, get_debug_type($queryBuilder))/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php77
'At least one field has to be specified.'/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php58
sprintf('Instances of "%s" are not supported.', get_debug_type($user))/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php120
'User with id ' . json_encode($id) . ' not found.'/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php94
'No token found.'/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php84
'No token found.'/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php56
sprintf('User "%s" not found.', $identifier)/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php64
sprintf('You must either make the "%s" entity Doctrine Repository ("%s") implement "Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface" or set the "property" option in the corresponding entity provider configuration.', $this->classOrAlias, get_debug_type($repository))/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php57
'You cannot refresh a user from the EntityUserProvider that does not contain an identifier. The user object has to be serialized with its own identifier mapped by Doctrine.'/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php89
sprintf('Instances of "%s" are not supported.', get_debug_type($user))/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php77
sprintf('The Doctrine Proxy directory "%s" is not writeable for the current system user.', $proxyCacheDir)/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php50
sprintf('Unable to create the Doctrine Proxy directory "%s".', $proxyCacheDir)/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php47
sprintf('Invalid Doctrine mapping path given. Cannot load Doctrine mapping/bundle named "%s".', $mappingName)/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php126
sprintf('Bundle "%s" does not exist or it is not enabled.', $mappingName)/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php86
sprintf('You cannot use the "%s" if the ExpressionLanguage component is not available. Try running "composer require symfony/expression-language".', __CLASS__)/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php198
sprintf('"%s" object not found by "%s".', $options->class, self::class) . $message/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php76
'Unsupported Connection'/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/LockStoreSchemaListenerTest.php55
sprintf('Expected "%s", got "%s"', 'Symfony\Bridge\Doctrine\Tests\PropertyInfo\Fixtures\Foo', get_debug_type($value))/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php41
sprintf('Can only configure "xml", "yml", "php", "staticphp" or "attribute" through the DoctrineBundle. Use your own bundle to configure other metadata drivers. You can register them by adding a new driver to the "%s" service definition.', $this->getObjectManagerElementName($objectManagerName . '_metadata_driver'))/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php229
sprintf('"%s" is an unrecognized Doctrine cache driver.', $cacheDriver['type'])/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php325
sprintf('Mapping definitions for Doctrine manager "%s" require at least the "type", "dir" and "prefix" options.', $objectManagerName)/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php221
sprintf('Specified non-existing directory "%s" as Doctrine mapping source.', $mappingConfig['dir'])/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php225
sprintf('The Doctrine connection "%s" referenced in service "%s" does not exist. Available connections names: "%s".', $con, $id, implode('", "', array_keys($this->connections)))/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php82
'configurationPattern and registerAliasMethodName are required to register namespace alias.'/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php110
sprintf('You cannot enable "auto_mapping" on more than one manager at the same time (found in "%s" and "%s"").', $autoMappedManager, $name)/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php417
sprintf('Doctrine event listener "%s" must specify the "event" attribute.', $id)/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php78
sprintf('Unrecognized threshold "%s", expected one of "%s".', $group, implode('", "', $groups))/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php79
sprintf('Threshold for group "%s" has invalid value "%s".', $group, $threshold)/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php82
sprintf('Could not find the manager name parameter in the container. Tried the following parameter names: "%s".', implode('", "', $this->managerParameters))/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php196
sprintf('The configured log file "%s" is not writeable.', $file)/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php304
sprintf('Invalid pattern found in "%s" on line "%d"', $ignoreFile, 1 + $line) . substr($m, 12)/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php124
'You cannot use the "generateBaseline" configuration option without providing a "baselineFile" configuration option.'/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php139
sprintf('Unsupported verbosity group "%s", expected one of "%s".', $group, implode('", "', array_keys($this->verboseOutput)))/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php114
sprintf('The ignoreFile "%s" does not exist.', $ignoreFile)/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php121
'Check with originatesFromDebugClassLoader() before calling this method.'/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php175
sprintf('Unknown configuration option "%s".', $key)/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php315
preg_last_error_msg( )/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php195
sprintf('The baselineFile "%s" does not exist.', $this->baselineFile)/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php150
'This script must be run from the command line.'/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php16
sprintf('No vendors found for path "%s".', $path)/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php316
'Check with originatesFromAnObject() before calling this method.'/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php200
'Check with originatesFromAnObject() before calling this method.'/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php189
sprintf('The "%s()" method is not supported by Symfony\'s PHPUnit Bridge ExpectDeprecationTrait, pass the message to expectDeprecation() instead.', __FUNCTION__)/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php55
sprintf('The "%s()" method requires the string $message argument.', __FUNCTION__)/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php25
'Cannot unserialize ' . __CLASS__/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php102
'Cannot serialize ' . __CLASS__/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php97
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php97
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php43
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php38
sprintf('The "%s()" method is not supported by Symfony\'s PHPUnit Bridge ExpectDeprecationTrait.', __FUNCTION__)/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php63
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php102
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php107
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php112
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php117
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php122
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php127
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php56
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php66
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php76
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php91
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php101
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php111
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php121
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php136
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php141
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php38
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php90
'Not implemented.'/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php70
sprintf('Could not move the file "%s" to "%s" (%s).', $this->getPathname( ), $target, $e->getMessage( ))/src/Symfony/Bridge/PsrHttpMessage/Factory/UploadedFile.php62
'The value of the Set-Cookie header is malformed.'/src/Symfony/Bridge/PsrHttpMessage/Factory/HttpFoundationFactory.php202
sprintf('Could not resolve message from a callable. Instance of "%s" is expected.', Email::class)/src/Symfony/Bridge/Monolog/Handler/MailerHandler.php94
sprintf('You cannot use the "%s" as no PSR-17 factories have been provided. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', self::class)/src/Symfony/Bridge/PsrHttpMessage/Factory/PsrHttpFactory.php53
sprintf('The "%s" handler needs an HTTP client. Try running "composer require symfony/http-client".', __CLASS__)/src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php62
'Could not resolve message as instance of Email or a callable returning it.'/src/Symfony/Bridge/Monolog/Handler/MailerHandler.php97
'Cannot unserialize ' . __CLASS__/src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php148
'Cannot serialize ' . __CLASS__/src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php143
'An exclusion must have a "urls" key.'/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php40
'An exclusion must have a "code" key.'/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php37
'Package "symfony/expression-language" is required to use the "filter" option. Try running "composer require symfony/expression-language".'/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php84
'Email creation callback should not have been called in this test'/src/Symfony/Bridge/Monolog/Tests/Handler/MailerHandlerTest.php67
'The "app.token" variable is not available.'/src/Symfony/Bridge/Twig/AppVariable.php75
sprintf('Server start failed on "%s": ', $host) . $errstr . ' ' . $errno/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php105
'Unable to post the Expo message: ' . $errorMessage/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php92
'Could not reach the remote Expo server.'/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php83
__CLASS__/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php54
sprintf('Unable to post the Expo message: "%s" (%s)', $result['data']['message'], $result['data']['details']['error'])/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php98
sprintf('Unable to post the Novu message: "%s" (%d: "%s").', $originalContent, $statusCode, $error)/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php93
'Could not reach the remote Novu server.'/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php86
'Could not reach the remote Vonage server.'/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php74
__CLASS__/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php58
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php132
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php124
__CLASS__/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php59
'Unable to send the SMS: ' . $error/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php136
'Failed to get Orange access token.'/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php110
sprintf('Unable to send the SMS: "%s" (%s).', $errorMessage, $errorInfo)/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php88
sprintf('The "%s" transport required the "to" option to be set.', __CLASS__)/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php66
__CLASS__/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php58
sprintf('Unable to send the OneSignal push notification: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php99
sprintf('Unable to send the OneSignal push notification: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php105
__CLASS__/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php59
sprintf('The "%s" transport requires a topic when posting to streams.', __CLASS__)/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php66
'Could not reach the remote Zulip server.'/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php87
sprintf('Unable to post the Zulip message: "%s" (%s).', $result['msg'], $result['code'])/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php93
__CLASS__/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php100
'Could not reach the remote LightSms server.'/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php120
sprintf('Unable to send the SMS: "%s" (%s).', $error['description'], $error['code'])/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php80
sprintf('Unable to send the SMS: "%s" (%s).', $success['description'], $success['code'])/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php86
sprintf('Cannot create a transport for scheme "%s" without providing an implementation of "%s". Try running "composer require "%s"".', $scheme, $missingDependency, $suggestedPackage)/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransportFactory.php75
__CLASS__/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsEmailTransport.php64
__CLASS__/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsLoggerTransport.php55
__CLASS__/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php65
sprintf('The "%s" transport should have configured `defaultRecipientId` via DSN or provided with message options.', __CLASS__)/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php75
'Could not reach the remote OneSignal server.'/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php95
'Unexpected reply from the remote SpotHit server.'/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php111
'Could not reach the remote SpotHit server.'/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php109
__CLASS__/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php90
sprintf('Unable to send the SMS - status code: "%s": "%s".', $statusCode, $error['error'] ?? 'unknown error')/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php86
'Could not reach the remote Firebase server.'/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php78
sprintf('The "%s" transport required the "to" option to be set.', __CLASS__)/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php63
__CLASS__/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php55
sprintf('[HTTP %d] Unable to send the SMS: error(s) "%s".', $response->getStatusCode( ), $errors)/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php116
__CLASS__/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatEmailTransport.php63
__CLASS__/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatLoggerTransport.php55
sprintf('Pushover notification sound must be one of "%s".', implode(', ', self::SOUNDS))/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php159
sprintf('Pushover notification priority must be one of "%s".', implode(', ', self::PRIORITIES))/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php119
'Could not reach the remote Plivo server.'/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php77
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID. Phone number must contain only numbers and optional + character.', $options['src'])/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php65
__CLASS__/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php56
sprintf('Cannot create a transport for scheme "%s" without providing an implementation of "%s". Try running "composer require "%s"".', $scheme, $missingDependency, $suggestedPackage)/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatTransportFactory.php74
'Could not reach the remote SimpleTextin server.'/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php79
sprintf('Unable to send the SMS - "%s".', $error ?: 'unknown failure')/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php84
__CLASS__/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php57
sprintf('The "From" number "%s" is not a valid phone number.', $options['accountPhone'])/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php68
sprintf('Unable to send the Pushover push notification: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php74
sprintf('Unable to find the message id within the Pushover response: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php80
__CLASS__/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php53
'Could not reach the remote Pushover server.'/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php70
406/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php42
406/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php54
'Unable to send the SMS: ' . $msg['error-text'] . sprintf(' (code %s).', $msg['status'])/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php79
'A non-empty secret is required.'/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php37
406/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php82
406/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php87
406/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php58
406/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php66
sprintf('Unable to post the Mastodon message: "%s" (%s).', $result['error_description'], $result['error'])/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php91
__CLASS__/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php66
__CLASS__/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php59
sprintf('Unable to upload media as attachment: "%s" (%s).', $result['error_description'], $result['error'])/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php139
__CLASS__/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php62
sprintf('Unable to send the SMS: "%s".', $content['message'] ?? 'unknown error')/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php120
sprintf('Unable to send the SMS: ' . $errorMessage . '. UniqId: (%s).', $requestUniqueIdentifier)/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php98
'Could not reach the remote Redlink server.'/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php88
__CLASS__/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php84
sprintf('Unable to send the SMS: "%s".', $error)/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php91
'Could not decode body to an array.'/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php116
'Could not reach the remote Smsapi server.'/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php110
__CLASS__/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php60
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php99
'Unable to send the SMS: "Couldn\'t read response".'/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php85
'Could not reach the remote KazInfoTeh server.'/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php79
'This phone number is invalid.'/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php69
'The sending messaging profile must be specified.'/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php71
'The Sender ID is invalid.'/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php75
'Could not reach the remote Telnyx server.'/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php93
__CLASS__/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php55
'Could not reach the remote MessageBird server.'/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php72
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php77
__CLASS__/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php62
__CLASS__/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php63
sprintf('Unable to send SMS with TurboSMS: Error code %d with message "%s".', (int) $error['response_code'], $error['response_status'])/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php100
sprintf('The sender length of a TurboSMS message must not exceed %d characters.', self::SENDER_LIMIT)/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php106
sprintf('The subject length for "%s" symbols of a TurboSMS message must not exceed %d characters.', $symbols, $subjectLimit)/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php122
sprintf('Maximum length for the description is %d characters.', self::DESCRIPTION_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php45
sprintf('Maximum number of fields should not exceed %d.', self::FIELDS_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php129
sprintf('Maximum length for the name is %d characters.', self::NAME_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php30
sprintf('Maximum length for the value is %d characters.', self::VALUE_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php44
'Could not reach the remote AllMySms server.'/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php74
__CLASS__/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php57
'Delayed date must be defined in the future.'/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyOptions.php112
sprintf('Unable to send the Ntfy push notification: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php109
sprintf('Unable to send the Ntfy push notification: "%s".', $response->getContent(false))/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php103
'Could not reach the remote Ntfy server.'/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php99
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, NtfyOptions::class)/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php65
__CLASS__/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php61
sprintf('Attempt to send the SMS to invalid receivers: "%s".', implode(',', $success['invalidReceivers']))/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php134
sprintf('Unable to send the SMS: %s.', $error['message'])/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php128
'Could not reach the remote OvhCloud server.'/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php122
__CLASS__/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php81
sprintf('Unable to send the SMS: ' . $errorMessage . ' (%s).', $errorInfo)/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php80
'Could not reach the remote Mailjet server.'/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php72
__CLASS__/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php55
'Could not reach the remote Esendex server.'/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php81
'Option "dedup_key" must be set for event actions: "acknowledge" & "resolve".'/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php53
__CLASS__/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php57
'Invalid "severity" option given.'/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php29
'Timestamp date must be in "RFC3339_EXTENDED" format.'/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php35
'Host must be in format: "subdomain.pagerduty.com".'/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php51
'Invalid "event_action" option given.'/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php25
sprintf('Unable to post the PagerDuty message: "%s".', $result['error']['message'])/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php73
'Host is not set.'/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php47
__CLASS__/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php49
'Could not reach the remote PagerDuty server.'/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php67
'Could not reach the remote Smsmode server.'/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php82
sprintf('Unable to send the SMS - "%s".', $error ?: 'unknown failure')/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php87
__CLASS__/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php57
sprintf('The "From" value "%s" is not a valid sender ID.', $options['from'])/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php68
'Could not reach the remote Octopush server.'/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php80
'Unable to send the SMS: ' . $error['error_code']/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php86
'Could not reach the GoIP gateway.'/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php87
sprintf('The GoIP gateway has responded with a wrong http_code: "%s" on the address: "%s".', $statusCode, $this->getEndpoint( ))/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php91
sprintf('Could not send the message through GoIP. Response: "%s".', $response->getContent( ))/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php95
sprintf('Could not extract the message id from the GoIP response: "%s".', $response->getContent( ))/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php99
sprintf('The provided SIM-Slot: "%s" is not valid.', $simSlot)/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransportFactory.php36
__CLASS__/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php115
$result['title'] . ': ' . ($result['errors'][0]['message'] ?? $result['detail'])/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php139
$name . ' is missing.'/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransportFactory.php37
__CLASS__/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php54
'Could not reach the remote Infobip server.'/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php81
sprintf('Unable to send the SMS: ' . $errorMessage . ' (%s).', $errorInfo)/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php89
__CLASS__/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php61
sprintf('The "From" number "%s" is not a valid phone number. The number must be in E.164 format.', $options['from'])/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php72
sprintf('The "To" number "%s" is not a valid phone number. The number must be in E.164 format.', $options['to'][0])/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php76
'Could not reach the remote Bandwidth server.'/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php89
sprintf('Unable to send the SMS - "%s" - "%s".', $error['type'], $error['description'])/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php94
sprintf('The "%s" transport does not support the given message.', $transport)/src/Symfony/Component/Notifier/Transport/Transports.php71
sprintf('The "%s" transport does not exist (available transports: "%s").', $transport, implode('", "', array_keys($this->transports)))/src/Symfony/Component/Notifier/Transport/Transports.php67
sprintf('"%s" needs an email or a phone but both cannot be empty.', static::class)/src/Symfony/Component/Notifier/Recipient/Recipient.php28
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__)/src/Symfony/Component/Notifier/Transport/AbstractTransport.php42
'This phone number is invalid.'/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php67
__CLASS__/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php60
'Could not reach the remote Sendberry server.'/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php90
'The Sender ID is invalid.'/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php71
sprintf("Unable to send the SMS. \n%s\n.", implode("\n", $responseArr['message']))/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php99
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php94
'Could not reach the remote 46elks server.'/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php74
__CLASS__/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php57
__CLASS__/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php63
'Unable to post the 46elks message: ' . $response->getContent(false)/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php78
sprintf('The "%s" transport does not support the "From" option.', __CLASS__)/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php71
sprintf('The "%s" transport only supports an instance of the "%s" as an option class.', __CLASS__, GoIpOptions::class)/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php67
__CLASS__/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php68
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID.', $options['from'])/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php81
'Could not reach the remote FreeMobile server.'/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php79
sprintf('Unable to send the SMS: error %d: ', $statusCode) . ($errors[$statusCode] ?? '')/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php90
sprintf('The "%s" only supports max 10 embeds.', __CLASS__)/src/Symfony/Component/Notifier/Bridge/Discord/DiscordOptions.php80
__CLASS__/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php62
'Could not reach the remote ClickSend server.'/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php96
sprintf('Unable to send the SMS - "%s".', $error ?: 'unknown failure')/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php101
sprintf('Unable to post the Discord message: "%s" (%d: "%s").', $originalContent, $errorCode, $errorMessage)/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php90
sprintf('Unable to post the Discord message: "%s" (%s).', $originalContent, $errorMessage)/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php103
sprintf('The subject length of a Discord message must not exceed %d characters.', self::SUBJECT_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php69
'Could not reach the remote Discord server.'/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php80
sprintf('Maximum length for the text is %d characters.', self::TEXT_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFooterEmbedObject.php29
sprintf('Maximum length for the title is %d characters.', self::TITLE_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php31
sprintf('Unable to post the Discord message: "%s" (Status Code: %d).', $message->getSubject( ), $statusCode)/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php106
sprintf('Maximum length for the name is %d characters.', self::NAME_LIMIT)/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordAuthorEmbedObject.php29
__CLASS__/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php73
sprintf('Unable to post the Chatwork message: "%s" (%d: %s).', $originalContent, $statusCode, implode(', ', $errors))/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php89
'Could not reach the remote Chatwork server.'/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php82
__CLASS__/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php54
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php112
'Unable to send the SMS: ' . $this->getErrorMsg($matches[1] ?? 999)/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php101
'Unable to send the SMS.'/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php96
'Could not reach the remote SmsBiuras server.'/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php92
'Unable to post the Mercure message: ' . $e->getMessage( )/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php89
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, MercureOptions::class)/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php69
__CLASS__/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php65
sprintf('Hub "%s" not found. Did you mean one of: "%s"?', $hubId, implode('", "', array_keys($this->registry->all( ))))/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransportFactory.php49
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class)/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php63
__CLASS__/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php58
'The provided JWT is not valid'/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php104
'Cannot connect to mercure'/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php92
sprintf('Unable to load file "%s".', $resource)/src/Symfony/Component/Translation/Loader/YamlFileLoader.php46
'Loading translations from the QT format requires the Symfony Config component.'/src/Symfony/Component/Translation/Loader/QtFileLoader.php31
sprintf('This is not a local file "%s".', $resource)/src/Symfony/Component/Translation/Loader/QtFileLoader.php35
sprintf('File "%s" not found.', $resource)/src/Symfony/Component/Translation/Loader/QtFileLoader.php39
sprintf('File "%s" not found.', $resource)/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php33
sprintf('Cannot load resource "%s".', $resource)/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php43
'Loading translations from the YAML format requires the Symfony Yaml component.'/src/Symfony/Component/Translation/Loader/YamlFileLoader.php33
sprintf('The file "%s" does not contain valid YAML: ', $resource) . $e->getMessage( )/src/Symfony/Component/Translation/Loader/YamlFileLoader.php42
sprintf('This is neither a file nor an XLIFF string "%s".', $resource)/src/Symfony/Component/Translation/Loader/XliffFileLoader.php47
sprintf('Unable to load "%s": ', $resource) . $e->getMessage( )/src/Symfony/Component/Translation/Loader/XliffFileLoader.php58
sprintf('Invalid resource provided: "%s"; Errors: ', $resource) . XliffUtils::getErrorsAsString($errors)/src/Symfony/Component/Translation/Loader/XliffFileLoader.php62
sprintf('Error opening file "%s".', $resource)/src/Symfony/Component/Translation/Loader/CsvFileLoader.php34
sprintf('Unable to load "%s".', $resource)/src/Symfony/Component/Translation/Loader/QtFileLoader.php45
'Loading translations from the Xliff format requires the Symfony Config component.'/src/Symfony/Component/Translation/Loader/XliffFileLoader.php34
sprintf('This is not a local file "%s".', $resource)/src/Symfony/Component/Translation/Loader/XliffFileLoader.php39
sprintf('File "%s" not found.', $resource)/src/Symfony/Component/Translation/Loader/XliffFileLoader.php43
sprintf('Invalid message format (error #%d): ', intl_get_error_code( )) . intl_get_error_message( )/src/Symfony/Component/Translation/Formatter/IntlFormatter.php40
'Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.'/src/Symfony/Component/Translation/Formatter/IntlFormatter.php35
sprintf('There is no dumper associated with format "%s".', $format)/src/Symfony/Component/Translation/Writer/TranslationWriter.php58
sprintf('Unable to format message (error #%s): ', $formatter->getErrorCode( )) . $formatter->getErrorMessage( )/src/Symfony/Component/Translation/Formatter/IntlFormatter.php52
sprintf('You cannot use "%s" as the "nikic/php-parser" package is not installed. Try running "composer require nikic/php-parser".', static::class)/src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php39
sprintf('Provider "%s" not found. Available: "%s".', $name, (string) $this)/src/Symfony/Component/Translation/Provider/TranslationProviderCollection.php47
sprintf('The "%s" file does not exist.', $file)/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php52
sprintf('You cannot use "%s" as the "symfony/finder" package is not installed. Try running "composer require symfony/finder".', static::class)/src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php80
sprintf('File "%s" not found.', $resource)/src/Symfony/Component/Translation/Loader/FileLoader.php31
sprintf('This is not a local file "%s".', $resource)/src/Symfony/Component/Translation/Loader/FileLoader.php27
sprintf('This is not a local file "%s".', $resource)/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php29
sprintf('Unable to load file "%s".', $resource)/src/Symfony/Component/Translation/Loader/FileLoader.php41
'Error parsing JSON: ' . $this->getJSONErrorMessage($errorCode)/src/Symfony/Component/Translation/Loader/JsonFileLoader.php30
sprintf('Translation Writer was not able to create directory "%s".', $options['path'])/src/Symfony/Component/Translation/Writer/TranslationWriter.php65
'MO stream content has an invalid format.'/src/Symfony/Component/Translation/Loader/MoFileLoader.php59
'MO stream content has an invalid format.'/src/Symfony/Component/Translation/Loader/MoFileLoader.php49
sprintf('The "%s" channel is not supported.', $channelName)/src/Symfony/Component/Notifier/Notifier.php101
sprintf('"%s" must have at least one transport configured.', static::class)/src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php41
sprintf('The "%s" channel does not exist.', $channelName)/src/Symfony/Component/Notifier/Notifier.php93
sprintf('The "%s" channel needs a Recipient.', $channelName)/src/Symfony/Component/Notifier/Notifier.php97
sprintf('%s; %s, or configure a "%s".', $errorPrefix, $error, ChannelPolicy::class)/src/Symfony/Component/Notifier/Notifier.php78
sprintf('%s; the "%s" returns no channels for importance "%s"; %s.', $errorPrefix, ChannelPolicy::class, $notification->getImportance( ), $error)/src/Symfony/Component/Notifier/Notifier.php81
sprintf('Unable to create directory "%s".', $directory)/src/Symfony/Component/Translation/Dumper/FileDumper.php53
'Dumping translations in the YAML format requires the Symfony Yaml component.'/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php36
'Password is not set.'/src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php50
sprintf('None of the available transports support the given message (available transports: "%s").', implode('", "', array_keys($this->transports)))/src/Symfony/Component/Notifier/Transport/Transports.php63
'The notifier DSN must contain a host (use "default" by default).'/src/Symfony/Component/Notifier/Transport/Dsn.php46
'User is not set.'/src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php45
'The notifier DSN is invalid.'/src/Symfony/Component/Notifier/Transport/Dsn.php37
'The notifier DSN must contain a scheme.'/src/Symfony/Component/Notifier/Transport/Dsn.php41
sprintf('None of the configured Transports of "%s" supports the given message.', static::class)/src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php68
'All transports failed.'/src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php79
'Operated catalogues must belong to the same locale.'/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php68
sprintf('You must define "framework.enabled_locales" or "framework.translator.providers.%s.locales" config key in order to work with translation providers.', parse_url($provider, \PHP_URL_SCHEME))/src/Symfony/Component/Translation/Command/TranslationPushCommand.php118
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( )))/src/Symfony/Component/Translation/Command/XliffLintCommand.php160
sprintf('File or directory "%s" is not readable.', $filename)/src/Symfony/Component/Translation/Command/XliffLintCommand.php98
'Please provide a filename or pipe file content to STDIN.'/src/Symfony/Component/Translation/Command/XliffLintCommand.php92
sprintf('Cannot load resource "%s".', $resource)/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php43
sprintf('File "%s" not found.', $resource)/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php33
sprintf('This is not a local file "%s".', $resource)/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php29
'The file dumper needs a path option.'/src/Symfony/Component/Translation/Dumper/FileDumper.php44
sprintf('No support implemented for dumping XLIFF version "%s".', $xliffVersion)/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php49
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $translatorAlias)/src/Symfony/Component/Translation/DependencyInjection/LoggingTranslatorPass.php40
sprintf('The alias for the tag "translation.extractor" of service "%s" must be set.', $id)/src/Symfony/Component/Translation/DependencyInjection/TranslationExtractorPass.php34
sprintf('$batch argument must be one of ["%s", "%s", "%s"].', self::ALL_BATCH, self::NEW_BATCH, self::OBSOLETE_BATCH)/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php163
sprintf('Invalid domain: "%s".', $domain)/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php126
sprintf('Invalid domain: "%s".', $domain)/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php113
sprintf('Invalid domain: "%s".', $domain)/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php100
sprintf('The command "%s" is not installed.', $genrb)/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php40
sprintf('genrb failed with status %d while compiling "%s" to "%s".', $status, $sourcePath, $targetDir)/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php55
sprintf('The resource bundle "%s" contains invalid JSON: ', $fileName) . json_last_error_msg( )/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php42
sprintf('The resource bundle "%s/%s.res" could not be found.', $path, $locale)/src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php40
'Multiple three-letter mappings exist for the country code ' . $country . '. Please add one of them to the const PREFERRED_ALPHA2_TO_ALPHA3_MAPPING.'/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php222
sprintf('Skipping "%s" due an invalid country.', $locale)/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php150
'The statically set three-letter mapping ' . self::PREFERRED_ALPHA2_TO_ALPHA3_MAPPING[$country] . ' for the country code ' . $country . ' seems to be invalid. Typo?'/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php210
'The statically set three-letter mapping ' . $alpha3 . ' for the country code ' . $country . ' seems to be an alias for ' . $alpha2 . '. Wrong mapping?'/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php217
'Resource bundles cannot be modified.'/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php59
sprintf('The index "%s" does not exist.', $index)/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php39
sprintf('The index "%s" does not exist.', $key)/src/Symfony/Component/Intl/Data/Util/RingBuffer.php54
'Resource bundles cannot be modified.'/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php54
sprintf('The resource bundle "%s" does not exist.', $fileName)/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php32
sprintf('The resource bundle "%s" does not exist.', $fileName)/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php36
sprintf('The resource bundle "%s" does not exist.', $fileName)/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php32
sprintf('The resource bundle "%s" does not exist.', $fileName)/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php40
sprintf('The Translator "%s" must implement TranslatorInterface, TranslatorBagInterface and LocaleAwareInterface.', get_debug_type($translator))/src/Symfony/Component/Translation/LoggingTranslator.php33
sprintf('Circular reference detected when adding a fallback catalogue for locale "%s".', $catalogue->getLocale( ))/src/Symfony/Component/Translation/MessageCatalogue.php185
sprintf('Circular reference detected when adding a fallback catalogue for locale "%s".', $catalogue->getLocale( ))/src/Symfony/Component/Translation/MessageCatalogue.php178
sprintf('Cannot add a catalogue for locale "%s" as the current locale for this catalogue is "%s".', $catalogue->getLocale( ), $this->locale)/src/Symfony/Component/Translation/MessageCatalogue.php146
sprintf('Unable to export translations from Lokalise: "%s".', $response->getContent(false))/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php164
sprintf('Unable to delete keys from Lokalise: "%s".', $response->getContent(false))/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php135
sprintf('No support implemented for loading XLIFF version "%s".', $xliffVersion)/src/Symfony/Component/Translation/Util/XliffUtils.php138
sprintf('Not a valid XLIFF namespace "%s".', $namespace)/src/Symfony/Component/Translation/Util/XliffUtils.php44
'The expansion factor must be greater than or equal to 1.'/src/Symfony/Component/Translation/PseudoLocalizationTranslator.php73
'Multiple three-letter mappings exist for the language code ' . $language . '. Please add one of them to the const PREFERRED_ALPHA2_TO_ALPHA3_MAPPING.'/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php208
'The statically set three-letter mapping ' . $alpha3 . ' for the language code ' . $language . ' seems to be an alias for ' . $alpha2 . '. Wrong mapping?'/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php203
'The statically set three-letter mapping ' . self::PREFERRED_ALPHA2_TO_ALPHA3_MAPPING[$language] . ' for the language code ' . $language . ' seems to be invalid. Typo?'/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php196
sprintf('Invalid "%s" locale.', $locale)/src/Symfony/Component/Translation/Translator.php418
sprintf('No loader is registered for the "%s" format.', $resource[0])/src/Symfony/Component/Translation/Translator.php344
sprintf('No loader is registered for the "%s" format when loading the "%s" resource.', $resource[0], $resource[1])/src/Symfony/Component/Translation/Translator.php341
sprintf('The Translator "%s" must implement TranslatorInterface, TranslatorBagInterface and LocaleAwareInterface.', get_debug_type($translator))/src/Symfony/Component/Translation/DataCollectorTranslator.php37
'Unable to delete string.'/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php212
sprintf('Unable to create a File in Crowdin for domain "%s".', $domain)/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php262
sprintf('Unable to update file in Crowdin for file ID "%d" and domain "%s".', $fileId, $domain)/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php289
sprintf('Unable to list strings for file "%d".', $fileId)/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php352
sprintf('Unable to add a Storage in Crowdin for domain "%s".', $domain)/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php382
'Unable to list Crowdin files.'/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php399
'Unable to get project info.'/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php420
'Unable to read the Loco response: ' . $responseContent/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php147
'Unable to create keys to Lokalise.'/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php210
'Unable to create/update translations to Lokalise.'/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php270
'Unable to get keys ids from Lokalise.'/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php290
'Unable to get languages from Lokalise.'/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php344
'Unable to create languages on Lokalise.'/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php371
'Unable to upload translations to Crowdin.'/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php102
'Unable to export file.'/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php147
'Unable to download file content.'/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php162
sprintf('Unable to get locales on Loco: "%s".', $response->getContent(false))/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php374
sprintf('Unable to create locale "%s" on Loco.', $locale)/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php363
'User is not set.'/src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php30
'This script must be run from the command line.'/src/Symfony/Component/Translation/Resources/bin/translation-status.php13
'The translation provider DSN is invalid.'/src/Symfony/Component/Translation/Provider/Dsn.php37
'Password is not set.'/src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php35
'The translation provider DSN must contain a host (use "default" by default).'/src/Symfony/Component/Translation/Provider/Dsn.php46
'The translation provider DSN must contain a scheme.'/src/Symfony/Component/Translation/Provider/Dsn.php41
'Unable to get assets from Loco.'/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php216
sprintf('Unable to delete translation key "%s" to Loco.', $key)/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php199
sprintf('Unable to add translation for key "%s" in locale "%s" to Loco.', $id, $locale)/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php269
sprintf('Unable to add new translation key "%s" to Loco: (status code: "%s").', $key, $statusCode)/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php243
sprintf('Unable to tag asset "%s" with "%s" on Loco.', $id, $tag)/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php316
sprintf('Unable to tag assets with "%s" on Loco.', $tag)/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php301
sprintf('Unable to get tags on Loco: "%s".', $response->getContent(false))/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php345
sprintf('Unable to create tag "%s" on Loco.', $tag)/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php334
'Memcached > 3.1.5 is required.'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php95
'Invalid Memcached DSN: it does not start with "memcached:".'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php109
'Memcached > 3.1.5 is required.'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php51
'MemcachedAdapter: "serializer" option must be "php" or "igbinary".'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php58
sprintf('Namespace contains "%s" but only characters in [-+.A-Za-z0-9] are allowed.', $match[0])/src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php62
'Failed to parse DSN. Try running "composer require doctrine/dbal".'/src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php69
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value))/src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php226
sprintf('Cache directory is not writable (%s).', $this->directory)/src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php255
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php301
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value))/src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php217
sprintf('Cannot parse date interval "%s".', $duration)/src/Symfony/Component/Cache/Adapter/ParameterNormalizer.php32
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php296
'Couchbase >= 2.6.0 < 3.0.0 is required.'/src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php64
'Invalid Couchbase DSN: it does not start with "couchbase:".'/src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php81
sprintf('Redis maxmemory-policy setting "%s" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.', $eviction)/src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php88
'Couchbase >= 2.6.0 < 3.0.0 is required.'/src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php45
sprintf('Cache key must be string, "%s" given.', get_debug_type($key))/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php185
sprintf('Cache key must be string, "%s" given.', get_debug_type($key))/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php169
sprintf('Cache key must be string, "%s" given.', get_debug_type($key))/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php157
sprintf('Cache key must be string, "%s" given.', get_debug_type($key))/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php144
sprintf('Cache key must be string, "%s" given.', get_debug_type($key))/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php114
sprintf('Namespace must be %d chars max, %d given ("%s").', $this->maxIdLength - 24, \strlen($namespace), $namespace)/src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php45
'Unsupported DSN: it does not start with "redis[s]:", "memcached:" nor "couchbase:".'/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php128
sprintf('Namespace must be %d chars max, %d given ("%s").', $this->maxIdLength - 24, \strlen($namespace), $namespace)/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php43
sprintf('The class "%s" does not implement the "%s" interface.', get_debug_type($adapter), CacheItemPoolInterface::class)/src/Symfony/Component/Cache/Adapter/ChainAdapter.php54
'At least one adapter must be specified.'/src/Symfony/Component/Cache/Adapter/ChainAdapter.php49
sprintf('MemcachedAdapter: "prefix_key" option must be empty when using proxified connections, "%s" given.', $prefix)/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php314
'MemcachedAdapter: "serializer" option must be "php" or "igbinary".'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php311
'MemcachedAdapter client error: ' . strtolower($this->client->getResultMessage( ))/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php300
'Invalid Memcached DSN: missing host or path.'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php148
'Invalid Memcached DSN: query parameter "host" must be an array.'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php129
'Invalid Memcached DSN.'/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php121
sprintf('Invalid "cache.pool" tag for service "%s": accepted attributes are "clearer", "provider", "name", "namespace", "default_lifetime", "early_expiration_message_bus" and "reset", found "%s".', $id, implode('", "', array_keys($tags[0])))/src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php167
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Component/Cache/DependencyInjection/CachePoolPrunerPass.php38
'There is no default asset package, configure one first.'/src/Symfony/Component/Asset/Packages.php62
sprintf('There is no "%s" asset package.', $name)/src/Symfony/Component/Asset/Packages.php69
'The "zlib" PHP extension is not loaded.'/src/Symfony/Component/Cache/Marshaller/DeflateMarshaller.php28
'The "sodium" PHP extension is not loaded.'/src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php35
'At least one decryption key must be provided at index "0".'/src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php39
sprintf('Invalid service "%s": chain of adapters cannot reference another chain, found "%s".', $id, $chainedPool->getParent( ))/src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php109
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value))/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php294
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value))/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php303
'Failed to unserialize values, did you forget to install the "igbinary" extension?'/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php78
'Class not found: ' . $class/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php96
sprintf('Cache path exists and is not a file: "%s".', $this->file)/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php253
sprintf('Cache file is not writable: "%s".', $this->file)/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php257
sprintf('Cache directory does not exist and cannot be created: "%s".', $directory)/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php263
sprintf('Cache directory is not writable: "%s".', $directory)/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php267
sprintf('You cannot use the "%s\EmojiTransliterator" class as the "intl" extension is not installed. See https://php.net/intl.', __NAMESPACE__)/src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php17
"Could not parse line: \"$line\"."/src/Symfony/Component/Intl/Resources/emoji/build.php44
intl_get_error_message( )/src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php49
intl_get_error_message( )/src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php40
sprintf('The "zlib" extension is required to load the "%s/%s" map, please enable it in your php.ini file.', basename(\dirname($path)), basename($path))/src/Symfony/Component/Intl/Util/GzipStreamWrapper.php29
sprintf('You cannot use the "%s\Locale" class as the "intl" extension is not installed. See https://php.net/intl.', __NAMESPACE__)/src/Symfony/Component/Intl/Locale.php15
'This script must be run from the command line.'/src/Symfony/Component/Intl/Resources/bin/common.php13
'This script must be run from the command line.'/src/Symfony/Component/Intl/Resources/bin/update-data.php27
sprintf('Asset manifest file "%s" does not exist. Did you forget to build the assets with npm or yarn?', $this->manifestPath)/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php84
sprintf('Error loading JSON from asset manifest URL "%s".', $this->manifestPath)/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php80
sprintf('Country codes must be in uppercase, but "%s" was passed. Try with "%s" country code instead.', $country, strtoupper($country))/src/Symfony/Component/Intl/Timezones.php105
sprintf('Error parsing JSON from asset manifest file "%s": ', $this->manifestPath) . $e->getMessage( )/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php90
sprintf('"%s" is not a valid URL.', $url)/src/Symfony/Component/Asset/UrlPackage.php120
'You must provide at least one base URL.'/src/Symfony/Component/Asset/UrlPackage.php53
sprintf('Error parsing JSON from asset manifest URL "%s".', $this->manifestPath)/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php78
sprintf('The "%s" class needs an HTTP client to use a remote manifest. Try running "composer require symfony/http-client".', self::class)/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php50
sprintf('The rate limiter wait time ("%d" seconds) is longer than the provided maximum time ("%d" seconds).', $waitDuration, $maxTime)/src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php92
sprintf('Cannot reserve more tokens (%d) than the burst size of the rate limiter (%d).', $tokens, $this->maxBurst)/src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php56
sprintf('The interval must be positive integer, "%d" given.', $intervalInSeconds)/src/Symfony/Component/RateLimiter/Policy/SlidingWindow.php33
sprintf('Cannot set the limit of "%s" to 0, as that would never accept any hit.', TokenBucketLimiter::class)/src/Symfony/Component/RateLimiter/Policy/TokenBucket.php38
'Cache tag length must be greater than zero.'/src/Symfony/Component/Cache/CacheItem.php107
sprintf('Cache tag must be string or object that implements __toString(), "%s" given.', get_debug_type($tag))/src/Symfony/Component/Cache/CacheItem.php100
sprintf('Cache item "%s" comes from a non tag-aware pool: you cannot tag it.', $this->key)/src/Symfony/Component/Cache/CacheItem.php93
sprintf('Expiration date must be an integer, a DateInterval or null, "%s" given.', get_debug_type($time))/src/Symfony/Component/Cache/CacheItem.php84
sprintf('Cache key "%s" contains reserved characters "%s".', $key, self::RESERVED_CHARACTERS)/src/Symfony/Component/Cache/CacheItem.php139
'Cache key length must be greater than zero.'/src/Symfony/Component/Cache/CacheItem.php136
sprintf('Cache key must be string, "%s" given.', get_debug_type($key))/src/Symfony/Component/Cache/CacheItem.php133
sprintf('Cache tag "%s" contains reserved characters "%s".', $tag, self::RESERVED_CHARACTERS)/src/Symfony/Component/Cache/CacheItem.php110
sprintf('RedisAdapter namespace contains "%s" but only characters in [-+_.A-Za-z0-9] are allowed.', $match[0])/src/Symfony/Component/Cache/Traits/RedisTrait.php60
sprintf('Cache keys must be array or Traversable, "%s" given.', get_debug_type($keys))/src/Symfony/Component/Cache/Psr16Cache.php218
sprintf('Cache values must be array or Traversable, "%s" given.', get_debug_type($values))/src/Symfony/Component/Cache/Psr16Cache.php169
sprintf('Cache keys must be array or Traversable, "%s" given.', get_debug_type($keys))/src/Symfony/Component/Cache/Psr16Cache.php138
'Invalid Redis DSN.'/src/Symfony/Component/Cache/Traits/RedisTrait.php118
'Invalid Redis DSN: query parameter "host" must be an array.'/src/Symfony/Component/Cache/Traits/RedisTrait.php131
'Invalid Redis DSN: it does not start with "redis[s]:".'/src/Symfony/Component/Cache/Traits/RedisTrait.php94
'Cannot find the "redis" extension nor the "predis/predis" package.'/src/Symfony/Component/Cache/Traits/RedisTrait.php98
'Invalid Redis DSN: path and query "dbindex" parameters mismatch.'/src/Symfony/Component/Cache/Traits/RedisTrait.php171
'Redis Sentinel support requires one of: "predis/predis", "ext-redis >= 5.2", "ext-relay".'/src/Symfony/Component/Cache/Traits/RedisTrait.php177
'Invalid Redis DSN: parameter "dbindex" must be a number.'/src/Symfony/Component/Cache/Traits/RedisTrait.php155
'Invalid Redis DSN: missing host.'/src/Symfony/Component/Cache/Traits/RedisTrait.php167
sprintf('Failed to retrieve master information from sentinel "%s".', $params['redis_sentinel'])/src/Symfony/Component/Cache/Traits/RedisTrait.php260
'Redis connection failed: ' . $error . '.'/src/Symfony/Component/Cache/Traits/RedisTrait.php296
'Cannot use both "redis_cluster" and "redis_sentinel" at the same time.'/src/Symfony/Component/Cache/Traits/RedisTrait.php186
sprintf('Cannot use Redis Sentinel: class "%s" does not extend "Predis\Client" and neither ext-redis >= 5.2 nor ext-relay have been found.', $class)/src/Symfony/Component/Cache/Traits/RedisTrait.php203
'Redis connection failed: ' . $e->getMessage( )/src/Symfony/Component/Cache/Traits/RedisTrait.php338
'Redis connection failed: ' . $e->getMessage( )/src/Symfony/Component/Cache/Traits/RedisTrait.php357
'Redis connection failed: ' . $e . '.'/src/Symfony/Component/Cache/Traits/RedisTrait.php306
'Redis connection failed: ' . $e->getMessage( )/src/Symfony/Component/Cache/Traits/RedisTrait.php313
sprintf('Class "%s" does not exist.', $class)/src/Symfony/Component/Cache/Traits/RedisTrait.php422
sprintf('"%s" is not a subclass of "Redis", "RedisArray", "RedisCluster", "Relay\Relay" nor "Predis\ClientInterface".', $class)/src/Symfony/Component/Cache/Traits/RedisTrait.php420
sprintf('Cache directory too long (%s).', $directory)/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php47
sprintf('Namespace contains "%s" but only characters in [-+_.A-Za-z0-9] are allowed.', $match[0])/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php35
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php179
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php174
sprintf('Cache directory is not writable (%s).', $this->directory)/src/Symfony/Component/Cache/Traits/FilesystemTrait.php95
sprintf('Argument "$beta" provided to "%s::get()" must be a positive number, %f given.', static::class, $beta)/src/Symfony/Component/Cache/Traits/ContractsTrait.php65
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php286
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php281
'Class not found: ' . $class/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php370
sprintf('Could not match value id "%s" to keys "%s".', $id, implode('", "', $keys))/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php303
'The "Redis" class is required.'/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php93
__CLASS__/src/Symfony/Component/Cache/Tests/Psr16CacheTest.php181
'The bug only occurs when pooling is enabled.'/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php99
'REDIS_HOST env var is not defined.'/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php96
'Unable to set pool size'/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php104
__CLASS__/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php361
'OK ' . $item->get( )/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php74
'APCu is not enabled.'/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php31
'Couchbase >= 3.0.5 < 4.0.0 is required.'/src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php38
'Couchbase >= 3.0.5 < 4.0.0 is required.'/src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php57
'Invalid Couchbase DSN: it does not start with "couchbase:".'/src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php74
sprintf('Cannot call "%s::get()": this class doesn\'t implement "%s".', get_debug_type($this->pool), CacheInterface::class)/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php41
sprintf('Usage of Doctrine DBAL URL with "%s" is not supported. Use a PDO DSN or "%s" instead.', __CLASS__, DoctrineDbalAdapter::class)/src/Symfony/Component/Cache/Adapter/PdoAdapter.php60
sprintf('Namespace contains "%s" but only characters in [-+.A-Za-z0-9] are allowed.', $match[0])/src/Symfony/Component/Cache/Adapter/PdoAdapter.php64
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __CLASS__)/src/Symfony/Component/Cache/Adapter/PdoAdapter.php69
sprintf('Creating the cache table is currently not implemented for PDO driver "%s".', $driver)/src/Symfony/Component/Cache/Adapter/PdoAdapter.php114
sprintf('Argument $maxLifetime must be positive, %F passed.', $maxLifetime)/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php49
sprintf('Argument $maxItems must be a positive integer, %d passed.', $maxItems)/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php53
sprintf('Unsupported Predis cluster connection: only "%s" is, "%s" given.', PredisCluster::class, get_debug_type($redis->getConnection( )))/src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php66
sprintf('redis compression must be disabled when using "%s", use "%s" instead.', static::class, DeflateMarshaller::class)/src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php75
sprintf('The constraint Valid cannot be nested inside constraint "%s". You can only declare the Valid constraint directly on a field or method.', static::class)/src/Symfony/Component/Validator/Constraints/Composite.php76
sprintf('The value "%s" is not an instance of Constraint in constraint "%s".', $constraint, static::class)/src/Symfony/Component/Validator/Constraints/Composite.php72
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/Uuid.php112
sprintf('The "%s" class requires the "HttpClient" component. Try running "composer require symfony/http-client".', self::class)/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php43
sprintf('"%s" is not a valid maximum size.', $maxSize)/src/Symfony/Component/Validator/Constraints/File.php172
sprintf('Method "%s" targeted by Callback constraint does not exist in class "%s".', $method, get_debug_type($object))/src/Symfony/Component/Validator/Constraints/CallbackValidator.php46
json_encode($method) . ' targeted by Callback constraint is not a valid callable.'/src/Symfony/Component/Validator/Constraints/CallbackValidator.php40
sprintf('The "symfony/property-access" component is required to use the "%s" constraint with the "ibanPropertyPath" option. Try running "composer require symfony/property-access".', self::class)/src/Symfony/Component/Validator/Constraints/Bic.php64
sprintf('Either option "min", "max" or "divisibleBy" must be given for constraint "%s".', __CLASS__)/src/Symfony/Component/Validator/Constraints/Count.php81
sprintf('The "symfony/expression-language" component is required to use the "%s" constraint. Try running "composer require symfony/expression-language".', __CLASS__)/src/Symfony/Component/Validator/Constraints/When.php29
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/Ip.php94
sprintf('The option "version" must be one of "%s".', implode('", "', static::VERSIONS))/src/Symfony/Component/Validator/Constraints/Ip.php90
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/Url.php52
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__)/src/Symfony/Component/Validator/Constraints/Cascade.php34
'You can only use one of RESTRICTION_LEVEL_NONE, RESTRICTION_LEVEL_MINIMAL or RESTRICTION_LEVEL_SINGLE_SCRIPT with intl compiled against ICU < 58.'/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharactersValidator.php88
sprintf('The group(s) "%s" passed to the constraint "%s" should also be passed to its containing constraint "%s".', implode('", "', $excessGroups), get_debug_type($constraint), static::class)/src/Symfony/Component/Validator/Constraints/Composite.php101
sprintf('The max value "%s" could not be converted to a "%s" instance in the "%s" constraint.', $max, get_debug_type($value), get_debug_type($constraint))/src/Symfony/Component/Validator/Constraints/RangeValidator.php81
sprintf('Invalid property path "%s" provided to "%s" constraint: ', $propertyPath, get_debug_type($constraint)) . $e->getMessage( )/src/Symfony/Component/Validator/Constraints/RangeValidator.php162
'The Intl component is required to use the Language constraint. Try running "composer require symfony/intl".'/src/Symfony/Component/Validator/Constraints/Language.php41
sprintf('The min value "%s" could not be converted to a "%s" instance in the "%s" constraint.', $min, get_debug_type($value), get_debug_type($constraint))/src/Symfony/Component/Validator/Constraints/RangeValidator.php73
'The option "countryCode" can only be used when the "zone" option is configured with "\DateTimeZone::PER_COUNTRY".'/src/Symfony/Component/Validator/Constraints/Timezone.php67
'The option "intlCompatible" can only be used when the PHP intl extension is available.'/src/Symfony/Component/Validator/Constraints/Timezone.php70
'The Intl component is required to use the Currency constraint. Try running "composer require symfony/intl".'/src/Symfony/Component/Validator/Constraints/Currency.php36
'The option "zone" must be a valid range of "\DateTimeZone" constants.'/src/Symfony/Component/Validator/Constraints/Timezone.php64
sprintf('The "%s" constraint requires the Symfony PropertyAccess component to use the "minPropertyPath" or "maxPropertyPath" option. Try running "composer require symfony/property-access".', static::class)/src/Symfony/Component/Validator/Constraints/Range.php87
sprintf('The "%s" constraint can not use "minMessage" and "maxMessage" when the "min" and "max" options are both set. Use "notInRangeMessage" instead.', static::class)/src/Symfony/Component/Validator/Constraints/Range.php91
sprintf('The "%s" constraint requires only one of the "min" or "minPropertyPath" options to be set, not both.', static::class)/src/Symfony/Component/Validator/Constraints/Range.php79
sprintf('The "%s" constraint requires only one of the "max" or "maxPropertyPath" options to be set, not both.', static::class)/src/Symfony/Component/Validator/Constraints/Range.php83
sprintf('The "countUnit" option must be one of the "%s"::COUNT_* constants ("%s" given).', __CLASS__, $this->countUnit)/src/Symfony/Component/Validator/Constraints/Length.php111
sprintf('Either option "min", "minPropertyPath", "max" or "maxPropertyPath" must be given for constraint "%s".', __CLASS__)/src/Symfony/Component/Validator/Constraints/Range.php75
sprintf('Either option "min" or "max" must be given for constraint "%s".', __CLASS__)/src/Symfony/Component/Validator/Constraints/Length.php103
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/Length.php107
sprintf('The "formats" parameter value is not valid. It must contain one or more of the following values: "%s".', $validationModesAsString)/src/Symfony/Component/Validator/Constraints/CssColor.php75
sprintf('You can\'t redefine the "%s" option. Use the "%s::getConstraints()" method instead.', $this->getCompositeOption( ), __CLASS__)/src/Symfony/Component/Validator/Constraints/Compound.php30
'The "formats" parameter type is not valid. It should be a string or an array.'/src/Symfony/Component/Validator/Constraints/CssColor.php86
sprintf('The "formats" parameter value is not valid. It must contain one or more of the following values: "%s".', $validationModesAsString)/src/Symfony/Component/Validator/Constraints/CssColor.php81
sprintf('Invalid property path "%s" provided to "%s" constraint: ', $path, get_debug_type($constraint)) . $e->getMessage( )/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php56
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__)/src/Symfony/Component/Validator/Constraints/EnableAutoMapping.php31
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__)/src/Symfony/Component/Validator/Constraints/Traverse.php28
sprintf('The compared value "%s" could not be converted to a "%s" instance in the "%s" constraint.', $comparedValue, get_debug_type($value), get_debug_type($constraint))/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php71
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/NotBlank.php44
'The Intl component is required to use the Locale constraint. Try running "composer require symfony/intl".'/src/Symfony/Component/Validator/Constraints/Locale.php41
sprintf('Invalid property path "%s" provided to "%s" constraint: ', $path, get_debug_type($constraint)) . $e->getMessage( )/src/Symfony/Component/Validator/Constraints/BicValidator.php130
sprintf('The "symfony/expression-language" component is required to use the "%s" validator. Try running "composer require symfony/expression-language".', __CLASS__)/src/Symfony/Component/Validator/Constraints/WhenValidator.php46
sprintf('The "%s" constraint requires only one of the "value" or "propertyPath" options to be set, not both.', static::class)/src/Symfony/Component/Validator/Constraints/AbstractComparison.php49
sprintf('The "%s" constraint requires either the "value" or "propertyPath" option to be set.', static::class)/src/Symfony/Component/Validator/Constraints/AbstractComparison.php45
'The intl extension is required to use the NoSuspiciousCharacters constraint.'/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharacters.php97
sprintf('The "%s" constraint requires the Symfony PropertyAccess component to use the "propertyPath" option. Try running "composer require symfony/property-access".', static::class)/src/Symfony/Component/Validator/Constraints/AbstractComparison.php53
sprintf('No metadata for type "%s".', get_debug_type($class))/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php32
sprintf('No metadata for "%s"', $class)/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php40
'Should not be called'/src/Symfony/Component/Validator/Tests/Fixtures/EntityWithGroupedConstraintOnMethods.php25
sprintf('"%s::%s()" require at least one limiter.', self::class, __METHOD__)/src/Symfony/Component/RateLimiter/CompoundLimiter.php29
'Unable to use property path as the Symfony PropertyAccess component is not installed. Try running "composer require symfony/property-access".'/src/Symfony/Component/Validator/Constraints/BicValidator.php152
'This script must be run from the command line.'/src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php14
'Problem contacting the Have I been Pwned API.'/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php232
'Not implemented'/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php235
sprintf('Cannot reserve more tokens (%d) than the size of the rate limiter (%d).', $tokens, $this->limit)/src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php48
sprintf('The rate limiter wait time ("%d" seconds) is longer than the provided maximum time ("%d" seconds).', $waitDuration, $maxTime)/src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php74
sprintf('Cannot reserve more tokens (%d) than the size of the rate limiter (%d).', $tokens, $this->limit)/src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php52
sprintf('The rate limiter wait time ("%d" seconds) is longer than the provided maximum time ("%d" seconds).', $waitDuration, $maxTime)/src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php83
__CLASS__/src/Symfony/Component/RateLimiter/CompoundLimiter.php36
sprintf('Limiter policy "%s" does not exists, it must be either "token_bucket", "sliding_window", "fixed_window" or "no_limit".', $this->config['policy'])/src/Symfony/Component/RateLimiter/RateLimiterFactory.php54
sprintf('Cannot parse interval "%s", please use a valid unit as described on https://www.php.net/datetime.formats.relative.', $m[1])/src/Symfony/Component/RateLimiter/RateLimiterFactory.php68
sprintf('Cannot set the limit of "%s" to 0, as that would never accept any hit.', __CLASS__)/src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php35
'The "iban" and "ibanPropertyPath" options of the Iban constraint cannot be used at the same time.'/src/Symfony/Component/Validator/Constraints/Bic.php60
'The Intl component is required to use the Bic constraint. Try running "composer require symfony/intl".'/src/Symfony/Component/Validator/Constraints/Bic.php49
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/Unique.php53
'You cannot validate the mime-type of files as the Mime component is not installed. Try running "composer require symfony/mime".'/src/Symfony/Component/Validator/Constraints/FileValidator.php231
'You cannot validate the mime-type of files as the Mime component is not installed. Try running "composer require symfony/mime".'/src/Symfony/Component/Validator/Constraints/FileValidator.php203
'The Intl component is required to use the Country constraint. Try running "composer require symfony/intl".'/src/Symfony/Component/Validator/Constraints/Country.php41
'Corrupted images detection requires installed and enabled GD extension.'/src/Symfony/Component/Validator/Constraints/ImageValidator.php218
sprintf('"%s" is not a valid maximum ratio.', $constraint->maxRatio)/src/Symfony/Component/Validator/Constraints/ImageValidator.php180
sprintf('"%s" is not a valid minimum ratio.', $constraint->minRatio)/src/Symfony/Component/Validator/Constraints/ImageValidator.php166
sprintf('"%s" is not a valid maximum amount of pixels.', $constraint->maxPixels)/src/Symfony/Component/Validator/Constraints/ImageValidator.php148
sprintf('"%s" is not a valid minimum amount of pixels.', $constraint->minPixels)/src/Symfony/Component/Validator/Constraints/ImageValidator.php132
sprintf('"%s" is not a valid maximum height.', $constraint->maxHeight)/src/Symfony/Component/Validator/Constraints/ImageValidator.php116
sprintf('"%s" is not a valid minimum height.', $constraint->minHeight)/src/Symfony/Component/Validator/Constraints/ImageValidator.php100
sprintf('"%s" is not a valid maximum width.', $constraint->maxWidth)/src/Symfony/Component/Validator/Constraints/ImageValidator.php84
sprintf('"%s" is not a valid minimum width.', $constraint->minWidth)/src/Symfony/Component/Validator/Constraints/ImageValidator.php68
sprintf('The netmask range must be between 0 and %d.', self::NET_MAXES[$this->version])/src/Symfony/Component/Validator/Constraints/Cidr.php68
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/Regex.php60
sprintf('The option "version" must be one of "%s".', implode('", "', array_keys(self::NET_MAXES)))/src/Symfony/Component/Validator/Constraints/Cidr.php58
sprintf('The "value" option of the "%s" constraint cannot be set.', static::class)/src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php33
sprintf('The parameter "minScore" of the "%s" constraint must be an integer between 1 and 4.', self::class)/src/Symfony/Component/Validator/Constraints/PasswordStrength.php49
'The "strict" option of the Choice constraint should not be used.'/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php61
sprintf('The "propertyPath" option of the "%s" constraint cannot be set.', static::class)/src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php29
'Either "choices" or "callback" must be specified on constraint Choice.'/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php37
'The Choice constraint expects a valid callback.'/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php53
sprintf('The "egulias/email-validator" component is required to use the "%s" constraint in strict mode. Try running "composer require egulias/email-validator".', __CLASS__)/src/Symfony/Component/Validator/Constraints/Email.php69
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer))/src/Symfony/Component/Validator/Constraints/Email.php73
'The "mode" parameter value is not valid.'/src/Symfony/Component/Validator/Constraints/Email.php55
'The "mode" parameter value is not valid.'/src/Symfony/Component/Validator/Constraints/Email.php59
sprintf('The "egulias/email-validator" component is required to make the "%s" constraint default to strict mode. Try running "composer require egulias/email-validator".', Email::class)/src/Symfony/Component/Validator/Constraints/EmailValidator.php73
sprintf('The "%s::$mode" parameter value is not valid.', get_debug_type($constraint))/src/Symfony/Component/Validator/Constraints/EmailValidator.php80
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__)/src/Symfony/Component/Validator/Constraints/DisableAutoMapping.php31
'The "defaultMode" parameter value is not valid.'/src/Symfony/Component/Validator/Constraints/EmailValidator.php42
'Some expected validation calls for values were not done.'/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php475
'Some expected validation calls for paths were not done.'/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php471
sprintf('The "symfony/expression-language" component is required to use the "%s" constraint. Try running "composer require symfony/expression-language".', __CLASS__)/src/Symfony/Component/Validator/Constraints/Expression.php47
sprintf('Validation for property path "%s" was not expected.', $path)/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php492
sprintf('The property metadata instances should implement "Symfony\Component\Validator\Mapping\PropertyMetadataInterface", got: "%s".', get_debug_type($propertyMetadata))/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php501
'A group provider locator is required when using group provider.'/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php444
sprintf('Cannot create metadata for non-objects. Got: "%s".', \gettype($value))/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php648
sprintf('Traversal was enabled for "%s", but this class does not implement "\Traversable".', get_debug_type($object))/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php542
sprintf('The metadata factory should return instances of "\Symfony\Component\Validator\Mapping\ClassMetadataInterface", got: "%s".', get_debug_type($classMetadata))/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php169
sprintf('Cannot validate values of type "%s" automatically. Please provide a constraint.', get_debug_type($value))/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php161
sprintf('The metadata factory should return instances of "Symfony\Component\Validator\Mapping\ClassMetadataInterface", got: "%s".', get_debug_type($classMetadata))/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php298
sprintf('The metadata factory should return instances of "\Symfony\Component\Validator\Mapping\ClassMetadataInterface", got: "%s".', get_debug_type($classMetadata))/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php210
'This class does not support metadata.'/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php30
sprintf('Undefined namespace prefix "%s".', $prefix)/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php79
sprintf('The class or interface "%s" does not exist.', $class)/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php84
sprintf('Cannot create metadata for non-objects. Got: "%s".', get_debug_type($value))/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php74
sprintf('The file "%s" does not contain valid YAML: ', $path) . $e->getMessage( )/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php119
sprintf('The file "%s" must contain a YAML array.', $this->file)/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php129
sprintf('Class "%s" is expected to implement LoaderInterface.', get_debug_type($loader))/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php39
sprintf('The method "%s::%s()" should be static.', $reflClass->name, $this->methodName)/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php49
sprintf('The constraint on "%s::%s()" cannot be added. Constraints can only be added on methods beginning with "get", "is" or "has".', $className, $method->name)/src/Symfony/Component/Validator/Mapping/Loader/AttributeLoader.php72
sprintf('The mapping file "%s" does not exist.', $file)/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php38
sprintf('The mapping file "%s" is not readable.', $file)/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php42
sprintf('The mapping file "%s" is not a local file.', $file)/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php46
sprintf('The constraint "%s" cannot be put on classes.', get_debug_type($constraint))/src/Symfony/Component/Validator/Mapping/ClassMetadata.php477
sprintf('The constraint "%s" cannot be put on properties or getters.', get_debug_type($constraint))/src/Symfony/Component/Validator/Mapping/MemberMetadata.php151
sprintf('Property "%s" does not exist in class "%s".', $name, $class)/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php40
sprintf('Property "%s" does not exist in class "%s".', $this->getName( ), $originalClass)/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php78
sprintf('The group "%s" is not allowed in group sequences.', Constraint::DEFAULT_GROUP)/src/Symfony/Component/Validator/Mapping/ClassMetadata.php399
sprintf('The group "%s" is missing in the group sequence.', $this->getDefaultGroup( ))/src/Symfony/Component/Validator/Mapping/ClassMetadata.php403
'Defining a group sequence provider is not allowed with a static group sequence.'/src/Symfony/Component/Validator/Mapping/ClassMetadata.php437
sprintf('Class "%s" must implement GroupSequenceProviderInterface.', $this->name)/src/Symfony/Component/Validator/Mapping/ClassMetadata.php441
'You cannot set a custom mapping cache after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php237
'You cannot set a custom metadata factory after adding custom mappings. You should do either of both.'/src/Symfony/Component/Validator/ValidatorBuilder.php221
'You cannot enable attribute mapping after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php193
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php177
'Defining a static group sequence is not allowed with a group sequence provider.'/src/Symfony/Component/Validator/Mapping/ClassMetadata.php391
sprintf('The "%s()" method does not exist in class "%s".', $method, $class)/src/Symfony/Component/Validator/Mapping/GetterMetadata.php59
sprintf('Neither of these methods exist in class "%s": "%s", "%s", "%s".', $class, $getMethod, $isMethod, $hasMethod)/src/Symfony/Component/Validator/Mapping/GetterMetadata.php56
sprintf('The constraint "%s" can only be put on classes. Please use "Symfony\Component\Validator\Constraints\Valid" instead.', get_debug_type($constraint))/src/Symfony/Component/Validator/Mapping/GenericMetadata.php136
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php89
sprintf('The offset "%s" does not exist.', $offset)/src/Symfony/Component/Validator/ConstraintViolationList.php76
sprintf('"%s::$groups" is set to null. Did you forget to call "%s::__construct()"?', static::class, self::class)/src/Symfony/Component/Validator/Constraint.php228
sprintf('The option "%s" does not exist in constraint "%s".', $option, static::class)/src/Symfony/Component/Validator/Constraint.php214
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php159
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php143
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php125
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.'/src/Symfony/Component/Validator/ValidatorBuilder.php107
sprintf('The error code "%s" does not exist for constraint of type "%s".', $errorCode, static::class)/src/Symfony/Component/Validator/Constraint.php77
sprintf('No default option is configured for constraint "%s".', static::class)/src/Symfony/Component/Validator/Constraint.php134
'Resolving commands requires the Symfony Process component. Try running "composer require symfony/process".'/src/Symfony/Component/Dotenv/Dotenv.php447
sprintf('Constraint validator "%s" does not exist or is not enabled. Check the "validatedBy" method in your constraint class "%s".', $name, get_debug_type($constraint))/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php47
sprintf('The options "%s" must be set for constraint "%s".', implode('", "', array_keys($missingOptions)), static::class)/src/Symfony/Component/Validator/Constraint.php171
sprintf('The option "%s" does not exist in constraint "%s".', $option, static::class)/src/Symfony/Component/Validator/Constraint.php194
sprintf('No default option is configured for constraint "%s".', static::class)/src/Symfony/Component/Validator/Constraint.php155
sprintf('The options "%s" do not exist in constraint "%s".', implode('", "', $invalidOptions), static::class)/src/Symfony/Component/Validator/Constraint.php167
'You must tag at least one service as "serializer.encoder" to use the "serializer" service.'/src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php45
sprintf('The "%s()" method cannot be called as nested encoder doesn\'t implements "%s".', __METHOD__, EncoderInterface::class)/src/Symfony/Component/Serializer/Debug/TraceableEncoder.php39
'The data must belong to a backed enumeration of type ' . $type/src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php80
'You must tag at least one service as "serializer.normalizer" to use the "serializer" service.'/src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php41
sprintf('The "%s()" method cannot be called as nested normalizer doesn\'t implements "%s".', __METHOD__, DenormalizerInterface::class)/src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php71
'Resolving commands is not supported on Windows.'/src/Symfony/Component/Dotenv/Dotenv.php443
sprintf('The "%s()" method cannot be called as nested encoder doesn\'t implements "%s".', __METHOD__, DecoderInterface::class)/src/Symfony/Component/Serializer/Debug/TraceableEncoder.php65
sprintf('The "%s()" method cannot be called as nested normalizer doesn\'t implements "%s".', __METHOD__, NormalizerInterface::class)/src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php45
sprintf('Cannot create an instance of "%s" from serialized data because the serializer inject in "%s" is not a denormalizer.', $parameterClass, static::class)/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php455
sprintf('Cannot create an instance of "%s" from serialized data because its constructor requires the following parameters to be present : "$%s".', $class, implode('", "$', $missingConstructorArguments))/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php398
sprintf('The "%s"%s context option must be an array of callables.', self::CALLBACKS, '' !== $contextType ? " $contextType" : '')/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php501
sprintf('Could not determine the class of the parameter "%s".', $parameterName)/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php461
sprintf('The "%s" format is not valid.', $context[self::NORMALIZATION_FORMAT_KEY] ?? $this->defaultContext[self::NORMALIZATION_FORMAT_KEY])/src/Symfony/Component/Serializer/Normalizer/UidNormalizer.php60
sprintf('Invalid callback found for attribute "%s" in the "%s"%s context option.', $attribute, self::CALLBACKS, '' !== $contextType ? " $contextType" : '')/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php506
'The data must belong to a backed enumeration.'/src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php57
'The data must belong to a backed enumeration.'/src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php40
'The object must be an instance of "\DateInterval".'/src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php49
sprintf('The class parameter "%s" is not supported. It must be one of "SplFileInfo", "SplFileObject" or "Symfony\Component\HttpFoundation\File\File".', $type)/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php113
'The ObjectNormalizer class requires the "PropertyAccess" component. Try running "composer require symfony/property-access".'/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php48
sprintf('The property "%s::$%s" is not initialized.', $object::class, $reflectionProperty->name)/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php165
sprintf('A circular reference has been detected when serializing the object of class "%s" (configured limit: %d).', get_debug_type($object), $context[self::CIRCULAR_REFERENCE_LIMIT] ?? $this->defaultContext[self::CIRCULAR_REFERENCE_LIMIT])/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php193
sprintf('Invalid callback found in the "%s" default context option.', self::CIRCULAR_REFERENCE_HANDLER)/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php147
sprintf('Cannot create an instance of "%s" from serialized data because the variadic parameter "%s" can only accept an array.', $class, $constructorParameter->name)/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php334
sprintf('A class metadata factory must be provided in the constructor when setting "%s" to false.', self::ALLOW_EXTRA_ATTRIBUTES)/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php210
sprintf('Duplicate serialized path: "%s" used for properties "%s" and "%s".', $pathIdentifier, $serializedPaths[$pathIdentifier], $name)/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php795
'The object must be an instance of "\DateTimeZone".'/src/Symfony/Component/Serializer/Normalizer/DateTimeZoneNormalizer.php38
'Cannot unwrap path because the injected serializer is not a denormalizer.'/src/Symfony/Component/Serializer/Normalizer/UnwrappingDenormalizer.php55
sprintf('The object must implement "%s".', \JsonSerializable::class)/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php31
'Cannot normalize object because injected serializer is not a normalizer.'/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php35
sprintf('Cannot denormalize with "%s".', \JsonSerializable::class)/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php60
'The object must be an instance of "\SplFileInfo".'/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php57
sprintf('Cannot denormalize to a "%s" without the HttpFoundation component installed. Try running "composer require symfony/http-foundation".', File::class)/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php100
'Unsupported class: ' . $type/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php52
sprintf('The nested denormalizer needs to be set to allow "%s()" to be used.', __METHOD__)/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php76
sprintf('The "%s" given in the default context is not callable.', self::MAX_DEPTH_HANDLER)/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php126
sprintf('The "%s" given in the context is not callable.', self::MAX_DEPTH_HANDLER)/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php166
sprintf('Cannot normalize attribute "%s" because the injected serializer is not a normalizer.', $attribute)/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php207
sprintf('Duplicate values for key "%s" found. One value is set via the SerializedPath attribute: "%s", the other one is set via the SerializedName attribute: "%s".', $notConverted, implode('->', $nestedAttributes[$notConverted]->getElements( )), $attribute)/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php333
sprintf('Cannot denormalize attribute "%s" for class "%s" because injected serializer is not a denormalizer.', $attribute, $class)/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php532
sprintf('The element you are trying to set is already populated: "%s".', (string) $serializedPath)/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php677
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php713
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php740
'Dummy::getPrivate() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php641
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php675
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php1017
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php616
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php957
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php990
sprintf('The object must implement "%s".', FlattenException::class)/src/Symfony/Component/Serializer/Normalizer/ProblemNormalizer.php57
'Please set a denormalizer before calling denormalize()!'/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php46
'The object must implement the "\DateTimeInterface".'/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php65
sprintf('The passed serializer should implement both NormalizerInterface and DenormalizerInterface, "%s" given.', get_debug_type($serializer))/src/Symfony/Component/Serializer/Normalizer/MimeMessageNormalizer.php59
sprintf('Found SerializedName and SerializedPath attributes on property "%s" of class "%s".', $propertyName, $class)/src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php83
sprintf('Found SerializedName and SerializedPath attributes on property "%s" of class "%s".', $name, $class)/src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php127
'__call should not be called. Called with: ' . $key/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php819
'Dummy::otherMethod() should not be called'/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummy.php64
sprintf('Enabling "%s" serializer option requires seld/jsonlint. Try running "composer require seld/jsonlint".', self::DETAILED_ERROR_MESSAGES)/src/Symfony/Component/Serializer/Encoder/JsonDecode.php109
json_last_error_msg( )/src/Symfony/Component/Serializer/Encoder/JsonEncode.php52
sprintf('No decoder found for format "%s".', $format)/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php81
sprintf('No encoder found for format "%s".', $format)/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php104
sprintf('The "%s" context variable must be an array or null, given "%s".', self::HEADERS_KEY, get_debug_type($headers))/src/Symfony/Component/Serializer/Encoder/CsvEncoder.php244
'You are trying to add a UTF-8 BOM to a non UTF-8 text.'/src/Symfony/Component/Serializer/Encoder/CsvEncoder.php113
sprintf('Parameter given to "%s" must be a string or an array of non-empty strings.', static::class)/src/Symfony/Component/Serializer/Attribute/Groups.php40
sprintf('Parameter given to "%s" cannot be empty.', static::class)/src/Symfony/Component/Serializer/Attribute/Groups.php35
'not serializable'/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php1502
'Custom exception message'/src/Symfony/Component/Serializer/Tests/Fixtures/NotNormalizableDummy.php29
sprintf('The serializer needs to be set to allow "%s()" to be used with object data.', __METHOD__)/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php462
'An unexpected value could not be serialized: ' . (!\is_resource($data) ? var_export($data, true) : sprintf('%s resource', get_resource_type($data)))/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php413
sprintf('The serializer needs to be set to allow "%s()" to be used with object data.', __METHOD__)/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php394
'Document types are not allowed.'/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php130
'Invalid XML data, it cannot be empty.'/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php106
'The YamlEncoder class requires the "Yaml" component. Try running "composer require symfony/yaml".'/src/Symfony/Component/Serializer/Encoder/YamlEncoder.php56
sprintf('The "%s" timezone is invalid.', $timezone)/src/Symfony/Component/Serializer/Context/Normalizer/DateTimeNormalizerContextBuilder.php58
sprintf('The depth key pattern "%s" is not valid. You must set exactly two string placeholders.', $depthKeyPattern)/src/Symfony/Component/Serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php50
sprintf('The "%s" property path is not valid.', $unwrapPath)/src/Symfony/Component/Serializer/Context/Normalizer/UnwrappingDenormalizerContextBuilder.php48
sprintf('Each attribute must be a string, "%s" given.', get_debug_type($attribute))/src/Symfony/Component/Serializer/Context/Normalizer/AbstractNormalizerContextBuilder.php90
sprintf('Compiled metadata must be of the type array, %s given.', \gettype($compiledClassMetadata))/src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php38
sprintf('The "%s" delimiter must be a single character.', $delimiter)/src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php38
sprintf('The "%s" enclosure must be a single character.', $enclosure)/src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php54
sprintf('The "%s" escape character must be empty or a single character.', $escapeChar)/src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php70
sprintf('Parameter "typeProperty" given to "%s" cannot be empty.', static::class)/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php27
sprintf('Parameter "mapping" given to "%s" cannot be empty.', static::class)/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php31
sprintf('Parameter given to "%s" must be a valid property path.', self::class)/src/Symfony/Component/Serializer/Attribute/SerializedPath.php31
sprintf('Parameter given to "%s" must be a positive integer.', static::class)/src/Symfony/Component/Serializer/Attribute/MaxDepth.php25
sprintf('The "%s" normalization format is not valid.', $normalizationFormat)/src/Symfony/Component/Serializer/Context/Normalizer/UidNormalizerContextBuilder.php36
sprintf('Parameter given to "%s" must be a non-empty string.', self::class)/src/Symfony/Component/Serializer/Attribute/SerializedName.php25
sprintf('At least one of the "context", "normalizationContext", or "denormalizationContext" options must be provided as a non-empty array to "%s".', static::class)/src/Symfony/Component/Serializer/Attribute/Context.php36
sprintf('Parameter "groups" given to "%s" must be a string or an array of strings, "%s" given.', static::class, get_debug_type($group))/src/Symfony/Component/Serializer/Attribute/Context.php43
sprintf('The "serialized_name" value must be a non-empty string in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( ))/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php84
sprintf('The "max_depth" value must be an integer in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( ))/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php76
sprintf('The "ignore" value must be a boolean in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( ))/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php100
sprintf('The "serialized_path" value must be a valid property path in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( ))/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php94
sprintf('The mapping file "%s" is not readable.', $file)/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php37
sprintf('The mapping file "%s" does not exist.', $file)/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php33
sprintf('Group names must be strings in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( ))/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php67
sprintf('The "groups" key must be an array of strings in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( ))/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php62
sprintf('Class "%s" is expected to implement LoaderInterface.', get_debug_type($loader))/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php41
sprintf('The "serialized-path" value must be a valid property path for the attribute "%s" of the class "%s".', $attributeName, $classMetadata->getName( ))/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php73
"File \"{$compiledClassMetadataFile}\" could not be found."/src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php33
sprintf('The class or interface "%s" does not exist.', $value)/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php34
sprintf('The "mapping" key must be set for the discriminator map of the class "%s" in "%s".', $classMetadata->getName( ), $this->file)/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php131
sprintf('The "type_property" key must be set for the discriminator map of the class "%s" in "%s".', $classMetadata->getName( ), $this->file)/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php127
sprintf('The file "%s" must contain a YAML array.', $this->file)/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php168
sprintf('This is not a local file "%s".', $this->file)/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php156
sprintf('Serialization for the format "%s" is not supported.', $format)/src/Symfony/Component/Serializer/Serializer.php125
sprintf('Deserialization for the format "%s" is not supported.', $format)/src/Symfony/Component/Serializer/Serializer.php138
sprintf('The class "%s" neither implements "%s" nor "%s".', get_debug_type($normalizer), NormalizerInterface::class, DenormalizerInterface::class)/src/Symfony/Component/Serializer/Serializer.php97
sprintf('The class "%s" neither implements "%s" nor "%s".', get_debug_type($encoder), EncoderInterface::class, DecoderInterface::class)/src/Symfony/Component/Serializer/Serializer.php115
'An unexpected value could not be normalized: ' . (!\is_resource($data) ? var_export($data, true) : sprintf('"%s" resource', get_resource_type($data)))/src/Symfony/Component/Serializer/Serializer.php182
'Passing a value for "not_normalizable_value_exceptions" context key is not allowed.'/src/Symfony/Component/Serializer/Serializer.php192
'You must register at least one normalizer to be able to normalize objects.'/src/Symfony/Component/Serializer/Serializer.php176
sprintf('Could not normalize object of type "%s", no supporting normalizer found.', get_debug_type($data))/src/Symfony/Component/Serializer/Serializer.php179
sprintf('Groups on "%s::%s()" cannot be added. Groups can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name)/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php141
sprintf('MaxDepth on "%s::%s()" cannot be added. MaxDepth can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name)/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php149
'You must register at least one normalizer to be able to denormalize objects.'/src/Symfony/Component/Serializer/Serializer.php207
sprintf('Could not denormalize object of type "%s", no supporting normalizer found.', $type)/src/Symfony/Component/Serializer/Serializer.php211
sprintf('Context on "%s::%s()" cannot be added. Context can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name)/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php171
sprintf('Could not instantiate attribute "%s"%s.', $attribute->getName( ), $on)/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php201
sprintf('SerializedName on "%s::%s()" cannot be added. SerializedName can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name)/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php155
sprintf('SerializedPath on "%s::%s()" cannot be added. SerializedPath can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name)/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php161
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php103
'Cannot serialize ' . __CLASS__/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php98
sprintf('JSON content was expected to decode to an array, "%s" returned in Server-Sent Event%s.', get_debug_type($jsonData), '' !== $this->id ? sprintf(' "%s"', $this->id) : '')/src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php102
sprintf('Decoding Server-Sent Event%s failed: ', '' !== $this->id ? sprintf(' "%s"', $this->id) : '') . $e->getMessage( )/src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php98
sprintf('Delay must be greater than or equal to zero: "%s" given.', $delayMs)/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php57
sprintf('Unsupported encoding "%s", currently only base64 is supported.', $encoding)/src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php94
sprintf('File "%s" does not contain a response for HTTP request "%s" "%s".', $this->archiveFile, $method, $url)/src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php80
sprintf('Invalid file path provided: "%s".', $this->archiveFile)/src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php37
'foo ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php230
sprintf('Jitter must be between 0 and 1: "%s" given.', $jitter)/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php72
sprintf('Max delay must be greater than or equal to zero: "%s" given.', $maxDelayMs)/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php67
sprintf('Multiplier must be greater than or equal to one: "%s" given.', $multiplier)/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php62
sprintf('Return value of the "body" option callback must be string, "%s" returned.', get_debug_type($data))/src/Symfony/Component/HttpClient/Internal/AmpBody.php142
sprintf('SSL public key does not match pinned public key for "%s".', $this->info['url'])/src/Symfony/Component/HttpClient/Internal/AmpListener.php107
'Response body should not be evaluated.'/src/Symfony/Component/HttpClient/Tests/Fixtures/assertion_failure.php3
'bar ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php234
sprintf('Transfer closed with %d bytes remaining to read.', $dlSize - $offset)/src/Symfony/Component/HttpClient/Response/MockResponse.php323
sprintf('Providing a client to "%s()" is required when the response doesn\'t have any "stream()" method.', __CLASS__)/src/Symfony/Component/HttpClient/Response/StreamWrapper.php59
'You cannot set the "canceled" info directly.'/src/Symfony/Component/HttpClient/Response/AsyncContext.php136
sprintf('Max duration was reached for "%s".', $info['url'])/src/Symfony/Component/HttpClient/Response/AsyncContext.php170
'Cannot serialize ' . __CLASS__/src/Symfony/Component/HttpClient/Response/TraceableResponse.php49
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/HttpClient/Response/TraceableResponse.php54
sprintf('"%s::stream()" expects parameter 1 to be an iterable of TraceableResponse objects, "%s" given.', TraceableHttpClient::class, get_debug_type($r))/src/Symfony/Component/HttpClient/Response/TraceableResponse.php176
'JSON encoding failed: ' . $e->getMessage( )/src/Symfony/Component/HttpClient/Response/JsonMockResponse.php26
'Cannot get the content of the response twice: buffering is disabled.'/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php64
'Response body is empty.'/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php80
$e->getMessage( ) . sprintf(' for "%s".', $this->getInfo('url'))/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php90
sprintf('JSON content was expected to decode to an array, "%s" returned for "%s".', get_debug_type($content), $this->getInfo('url'))/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php94
'Cannot serialize ' . __CLASS__/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php124
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php129
curl_multi_strerror($err)/src/Symfony/Component/HttpClient/Response/CurlResponse.php288
sprintf('Server-Sent Event%s data is empty.', '' !== $this->id ? sprintf(' "%s"', $this->id) : '')/src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php92
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__)/src/Symfony/Component/HttpClient/Psr18Client.php169
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__)/src/Symfony/Component/HttpClient/Psr18Client.php131
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/HttpClient/Response/AmpResponse.php149
'Cannot serialize ' . __CLASS__/src/Symfony/Component/HttpClient/Response/AmpResponse.php144
'Cannot stream AsyncResponse objects with many clients.'/src/Symfony/Component/HttpClient/Response/AsyncResponse.php232
sprintf('"%s::stream()" expects parameter 1 to be an iterable of AsyncResponse objects, "%s" given.', $class ?? static::class, get_debug_type($r))/src/Symfony/Component/HttpClient/Response/AsyncResponse.php220
'A chunk passthru must yield an "isLast()" chunk before ending a stream.'/src/Symfony/Component/HttpClient/Response/AsyncResponse.php302
sprintf('Instance of "%s" is already consumed and cannot be managed by "%s". A decorated client should not call any of the response\'s methods in its "request()" method.', get_debug_type($response), $class ?? static::class)/src/Symfony/Component/HttpClient/Response/AsyncResponse.php286
sprintf('A chunk passthru must return an "Iterator", "%s" returned.', get_debug_type($stream))/src/Symfony/Component/HttpClient/Response/AsyncResponse.php333
'A chunk passthru cannot swallow the last chunk.'/src/Symfony/Component/HttpClient/Response/AsyncResponse.php326
'A chunk passthru must yield an "isFirst()" chunk before any content chunk.'/src/Symfony/Component/HttpClient/Response/AsyncResponse.php392
sprintf('A chunk passthru must yield instances of "%s", "%s" yielded.', ChunkInterface::class, get_debug_type($chunk))/src/Symfony/Component/HttpClient/Response/AsyncResponse.php369
'A chunk passthru cannot yield more than one "isFirst()" chunk.'/src/Symfony/Component/HttpClient/Response/AsyncResponse.php446
'A chunk passthru cannot yield after an "isLast()" chunk.'/src/Symfony/Component/HttpClient/Response/AsyncResponse.php420
sprintf('Return value of the "body" option callback must be string, "%s" returned.', get_debug_type($data))/src/Symfony/Component/HttpClient/Response/MockResponse.php243
'MockResponse instances must be issued by MockHttpClient before processing.'/src/Symfony/Component/HttpClient/Response/MockResponse.php158
sprintf('Could not resolve host "%s".', $host)/src/Symfony/Component/HttpClient/NativeHttpClient.php334
sprintf('No options are mapped to the provided "%s" default regexp.', $defaultRegexp)/src/Symfony/Component/HttpClient/ScopingHttpClient.php42
sprintf('The response factory passed to MockHttpClient must return/yield an instance of ResponseInterface, "%s" given.', get_debug_type($response))/src/Symfony/Component/HttpClient/MockHttpClient.php81
sprintf('Using "%s" requires that the HttpKernel component version 4.3 or higher is installed, try running "composer require symfony/http-kernel:^5.4".', __CLASS__)/src/Symfony/Component/HttpClient/CachingHttpClient.php45
__CLASS__ . ' cannot verify "pin-sha256" fingerprints, please provide a "sha256" one.'/src/Symfony/Component/HttpClient/NativeHttpClient.php109
sprintf('Max duration was reached for "%s".', implode('', $info['url']))/src/Symfony/Component/HttpClient/NativeHttpClient.php142
sprintf('Max duration was reached for "%s".', implode('', $info['url']))/src/Symfony/Component/HttpClient/NativeHttpClient.php165
sprintf('Return value of the "body" option callback must be string, "%s" returned.', get_debug_type($data))/src/Symfony/Component/HttpClient/NativeHttpClient.php300
'Cannot serialize ' . __CLASS__/src/Symfony/Component/HttpClient/HttplugClient.php203
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/HttpClient/HttplugClient.php208
__CLASS__ . ' cannot bind to local Unix sockets, use e.g. CurlHttpClient instead.'/src/Symfony/Component/HttpClient/NativeHttpClient.php75
__CLASS__ . ' cannot bind to network interfaces, use e.g. CurlHttpClient instead.'/src/Symfony/Component/HttpClient/NativeHttpClient.php78
'You cannot use the "Symfony\Component\HttpClient\HttplugClient" as no PSR-17 factories have been provided. Try running "composer require php-http/discovery psr/http-factory-implementation:*".'/src/Symfony/Component/HttpClient/HttplugClient.php84
sprintf('You cannot use "%s()" as the "guzzlehttp/promises" package is not installed. Try running "composer require guzzlehttp/promises".', __METHOD__)/src/Symfony/Component/HttpClient/HttplugClient.php116
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__)/src/Symfony/Component/HttpClient/HttplugClient.php163
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__)/src/Symfony/Component/HttpClient/HttplugClient.php198
'You cannot use the "Symfony\Component\HttpClient\Psr18Client" as the "psr/http-client" package is not installed. Try running "composer require php-http/discovery psr/http-client-implementation:*".'/src/Symfony/Component/HttpClient/Psr18Client.php36
sprintf('Response content-type is "%s" while "text/event-stream" was expected for "%s".', $context->getHeaders( )['content-type'][0] ?? '', $context->getInfo('url'))/src/Symfony/Component/HttpClient/EventSourceHttpClient.php113
'You cannot use the "Symfony\Component\HttpClient\Psr18Client" as no PSR-17 factories have been provided. Try running "composer require php-http/discovery psr/http-factory-implementation:*".'/src/Symfony/Component/HttpClient/Psr18Client.php68
'You cannot use the "Symfony\Component\HttpClient\Psr18Client" as the "psr/http-factory" package is not installed. Try running "composer require php-http/discovery psr/http-factory-implementation:*".'/src/Symfony/Component/HttpClient/Psr18Client.php40
'The "vars" option must be an array.'/src/Symfony/Component/HttpClient/UriTemplateHttpClient.php36
sprintf('Cannot set "%s" with "extra.curl".', $constName)/src/Symfony/Component/HttpClient/CurlHttpClient.php564
'Support for URI template requires a vendor to expand the URI. Run "composer require guzzlehttp/uri-template" or pass your own expander \Closure implementation.'/src/Symfony/Component/HttpClient/UriTemplateHttpClient.php82
'The "vars" option must be an array.'/src/Symfony/Component/HttpClient/UriTemplateHttpClient.php53
sprintf('The return value of the "body" option callback must be a string, "%s" returned.', get_debug_type($data))/src/Symfony/Component/HttpClient/CurlHttpClient.php389
sprintf('Curl option "%s" is not supported.', $constantName ?? $opt)/src/Symfony/Component/HttpClient/CurlHttpClient.php322
'The HTTP method cannot be overridden using "extra.curl".'/src/Symfony/Component/HttpClient/CurlHttpClient.php559
sprintf('Cannot set "%s" with "extra.curl", use option "%s" instead.', $constName, $curloptsToConfig[$opt])/src/Symfony/Component/HttpClient/CurlHttpClient.php555
sprintf('Option "auth_ntlm" must contain 1 or 2 elements, %d given.', $count)/src/Symfony/Component/HttpClient/CurlHttpClient.php155
'You cannot use the "Symfony\Component\HttpClient\CurlHttpClient" as the "curl" extension is not installed.'/src/Symfony/Component/HttpClient/CurlHttpClient.php72
__CLASS__ . ' supports only "pin-sha256" fingerprints.'/src/Symfony/Component/HttpClient/CurlHttpClient.php271
sprintf('Option "auth_ntlm" must be a string or an array, "%s" given.', get_debug_type($options['auth_ntlm']))/src/Symfony/Component/HttpClient/CurlHttpClient.php162
sprintf('Invalid URL: no "base_uri" option was provided and host or scheme is missing in "%s".', implode('', $url))/src/Symfony/Component/HttpClient/HttpClientTrait.php569
sprintf('Malformed URL "%s".', $url)/src/Symfony/Component/HttpClient/HttpClientTrait.php624
sprintf('Invalid "base_uri" option: host or scheme is missing in "%s".', implode('', $base))/src/Symfony/Component/HttpClient/HttpClientTrait.php561
sprintf('Invalid URL: scheme is missing in "%s". Did you forget to add "http(s)://"?', implode('', $base ?? $url))/src/Symfony/Component/HttpClient/HttpClientTrait.php565
sprintf('Option "peer_fingerprint" must be string or array, "%s" given.', get_debug_type($fingerprint))/src/Symfony/Component/HttpClient/HttpClientTrait.php529
'Invalid value for "json" option: ' . $e->getMessage( )/src/Symfony/Component/HttpClient/HttpClientTrait.php545
'Request body has broken chunked encoding.'/src/Symfony/Component/HttpClient/HttpClientTrait.php505
sprintf('Cannot auto-detect fingerprint algorithm for "%s".', $fingerprint)/src/Symfony/Component/HttpClient/HttpClientTrait.php522
sprintf('Error while reading uploaded stream for body part "%s".', $k)/src/Symfony/Component/HttpClient/HttpClientTrait.php440
sprintf('Option "body" must be string, stream resource, iterable or callable, "%s" given.', get_debug_type($body))/src/Symfony/Component/HttpClient/HttpClientTrait.php489
sprintf('Invalid "%s" resource found in body part "%s".', get_resource_type($v), $k)/src/Symfony/Component/HttpClient/HttpClientTrait.php381
sprintf('Uploaded stream ended for body part "%s".', $k)/src/Symfony/Component/HttpClient/HttpClientTrait.php384
sprintf('Invalid value for header "%s": expected string, "%s" given.', $name, get_debug_type($values))/src/Symfony/Component/HttpClient/HttpClientTrait.php297
sprintf('Invalid header: CR/LF/NUL found in "%s".', $value)/src/Symfony/Component/HttpClient/HttpClientTrait.php310
sprintf('Unsupported option "%s" passed to "%s", did you mean "%s"?', $name, __CLASS__, implode('", "', $alternatives ?: array_keys($defaultOptions)))/src/Symfony/Component/HttpClient/HttpClientTrait.php269
sprintf('Invalid value for header "%s": expected string, "%s" given.', $name, get_debug_type($values))/src/Symfony/Component/HttpClient/HttpClientTrait.php291
'You cannot use the "Symfony\Component\HttpClient\HttplugClient" as the "psr/http-factory" package is not installed. Try running "composer require php-http/discovery psr/http-factory-implementation:*".'/src/Symfony/Component/HttpClient/HttplugClient.php46
'You cannot use "Symfony\Component\HttpClient\HttplugClient" as the "php-http/httplug" package is not installed. Try running "composer require php-http/discovery php-http/async-client-implementation:*".'/src/Symfony/Component/HttpClient/HttplugClient.php42
__CLASS__ . ' supports only "pin-sha256" fingerprints.'/src/Symfony/Component/HttpClient/AmpHttpClient.php117
__CLASS__ . ' cannot bind to network interfaces, use e.g. CurlHttpClient instead.'/src/Symfony/Component/HttpClient/AmpHttpClient.php93
'You cannot use the "proxy" option as the "amphp/http-tunnel" package is not installed. Try running "composer require amphp/http-tunnel".'/src/Symfony/Component/HttpClient/AmpHttpClient.php88
'You cannot use "Symfony\Component\HttpClient\AmpHttpClient" as the installed "amphp/http-client" is not compatible with this version of "symfony/http-client". Try downgrading "amphp/http-client" to "^4.2.1".'/src/Symfony/Component/HttpClient/AmpHttpClient.php37
'You cannot use "Symfony\Component\HttpClient\AmpHttpClient" as the "amphp/http-client" package is not installed. Try running "composer require amphp/http-client:^4.2.1".'/src/Symfony/Component/HttpClient/AmpHttpClient.php33
sprintf('IP "%s" is blocked for "%s".', $info['primary_ip'], $info['url'])/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php63
sprintf('Option "on_progress" must be callable, "%s" given.', get_debug_type($onProgress))/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php54
sprintf('You cannot use "%s" if the HttpFoundation component is not installed. Try running "composer require symfony/http-foundation".', __CLASS__)/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php43
sprintf('The "%s::shouldRetry()" method must not return null when called with a body.', $this->strategy::class)/src/Symfony/Component/HttpClient/RetryableHttpClient.php134
sprintf('The "%s::shouldRetry()" method must not return null when called with an exception.', $this->strategy::class)/src/Symfony/Component/HttpClient/RetryableHttpClient.php103
sprintf('Unsupported proxy scheme "%s": "http" or "https" expected.', $proxy['scheme'])/src/Symfony/Component/HttpClient/HttpClientTrait.php781
'Invalid HTTP proxy: host is missing.'/src/Symfony/Component/HttpClient/HttpClientTrait.php773
sprintf('Unsupported IDN "%s", try enabling the "intl" PHP extension or running "composer require symfony/polyfill-intl-idn".', $host)/src/Symfony/Component/HttpClient/HttpClientTrait.php644
sprintf('Unsupported scheme in "%s".', $url)/src/Symfony/Component/HttpClient/HttpClientTrait.php635
sprintf('No mapping for value "%s"', $value)/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php29
sprintf('No reverse mapping for value "%s"', $value)/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php40
'The confidence should be one of the constants defined in Guess.'/src/Symfony/Component/Form/Guess/Guess.php85
sprintf("The type \"%s\" is ambiguous.\n\nDid you mean one of these?\n %s.", $shortClassName, implode("\n ", $classes))/src/Symfony/Component/Form/Command/DebugCommand.php177
sprintf('The getExtendedTypes() method for service "%s" does not return any extended types.', $serviceId)/src/Symfony/Component/Form/DependencyInjection/FormPass.php92
'Form data cannot be changed during "form.post_set_data", you should use "form.pre_set_data" instead.'/src/Symfony/Component/Form/Event/PostSetDataEvent.php27
'Form data cannot be changed during "form.post_submit", you should use "form.pre_submit" or "form.submit" instead.'/src/Symfony/Component/Form/Event/PostSubmitEvent.php27
sprintf('Object of type "%s" is not describable.', get_debug_type($object))/src/Symfony/Component/Form/Console/Descriptor/Descriptor.php49
sprintf('The offset "%s" does not exist.', $key)/src/Symfony/Component/Form/Util/OrderedHashMap.php115
'Cannot serialize ' . __CLASS__/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php62
'Cannot unserialize ' . __CLASS__/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php67
'Resolve options is not supported.'/src/Symfony/Component/Form/Util/OptionsResolverWrapper.php103
'Fail!'/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php377
'Expected numeric value'/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php899
'This value is invalid.'/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php459
'This value is invalid.'/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php466
sprintf('Option "auth_basic" must contain 1 or 2 elements, "%s" given.', $count)/src/Symfony/Component/HttpClient/HttpClientTrait.php137
sprintf('Option "on_progress" must be callable, "%s" given.', get_debug_type($onProgress))/src/Symfony/Component/HttpClient/HttpClientTrait.php131
sprintf('Option "auth_bearer" must be a string, "%s" given.', get_debug_type($options['auth_bearer']))/src/Symfony/Component/HttpClient/HttpClientTrait.php149
sprintf('Option "auth_basic" must be string or an array, "%s" given.', get_debug_type($options['auth_basic']))/src/Symfony/Component/HttpClient/HttpClientTrait.php144
'Define either the "auth_basic" or the "auth_bearer" option, setting both is not supported.'/src/Symfony/Component/HttpClient/HttpClientTrait.php157
'Invalid character found in option "auth_bearer": ' . json_encode($options['auth_bearer']) . '.'/src/Symfony/Component/HttpClient/HttpClientTrait.php152
sprintf('Option "vars" is not supported by "%s", try using "%s" instead.', __CLASS__, UriTemplateHttpClient::class)/src/Symfony/Component/HttpClient/HttpClientTrait.php258
sprintf('Option "auth_ntlm" is not supported by "%s", ' . $msg, __CLASS__, CurlHttpClient::class)/src/Symfony/Component/HttpClient/HttpClientTrait.php254
'The HTTP method cannot be empty.'/src/Symfony/Component/HttpClient/HttpClientTrait.php52
sprintf('Invalid HTTP method "%s", only uppercase letters are accepted.', $method)/src/Symfony/Component/HttpClient/HttpClientTrait.php49
sprintf('The stream returned by the closure passed as option "buffer" must be writeable, got mode "%s".', $bufferInfo['mode'])/src/Symfony/Component/HttpClient/HttpClientTrait.php68
sprintf('The closure passed as option "buffer" must return bool or stream resource, got "%s".', get_debug_type($buffer))/src/Symfony/Component/HttpClient/HttpClientTrait.php64
sprintf('The stream in option "buffer" must be writeable, mode "%s" given.', $bufferInfo['mode'])/src/Symfony/Component/HttpClient/HttpClientTrait.php80
sprintf('Option "buffer" must be bool, stream resource or Closure, "%s" given.', get_debug_type($buffer))/src/Symfony/Component/HttpClient/HttpClientTrait.php76
'Option "crypto_method" must be one of "STREAM_CRYPTO_METHOD_TLSv1_*_CLIENT".'/src/Symfony/Component/HttpClient/HttpClientTrait.php126
'Define either the "json" or the "body" option, setting both is not supported.'/src/Symfony/Component/HttpClient/HttpClientTrait.php86
sprintf('The choices "%s" do not exist in the choice list.', implode('", "', array_keys($unknownValues)))/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php161
'All choices submitted must be NULL, strings or ints.'/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php213
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class)/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php30
'Expected an array.'/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php118
'You cannot enable weeks and days fields together.'/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php55
'Unable to read from the given form data as no property path is defined.'/src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php44
'You must enable at least one interval field.'/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php49
'The single_text widget does not support invertible intervals.'/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php52
sprintf('Cannot use the "format" option of "%s" when the "html5" option is enabled.', self::class)/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php335
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class)/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php30
sprintf('Cannot use the "date_widget" option of the "%s" when the "widget" option is set to "single_text".', self::class)/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php322
sprintf('Cannot use the "time_widget" option of the "%s" when the "widget" option is set to "single_text".', self::class)/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php325
'Form node with empty name can be used only as root form node.'/src/Symfony/Component/Form/Extension/Core/Type/FormType.php78
'Cannot use the "grouping" option when the "html5" option is enabled.'/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php80
'"form_attr" option must be a string identifier on root form when it has no id.'/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php71
sprintf('The "widget" option of "%s" must be set to "single_text" when the "html5" option is enabled.', self::class)/src/Symfony/Component/Form/Extension/Core/Type/WeekType.php148
sprintf('The extended type "%s" specified for the type extension class "%s" does not match any of the actual extended types (["%s"]).', $name, $extension::class, implode('", "', $extendedTypes))/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php69
sprintf('The field type "%s" is not registered in the service container.', $name)/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php43
sprintf('The index "%s" is not within the violation path.', $index)/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php179
sprintf('The index "%s" is not within the violation path.', $index)/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php153
sprintf('The trait "ValidatorExtensionTrait" can only be added to a class that extends "%s".', TypeTestCase::class)/src/Symfony/Component/Form/Test/Traits/ValidatorExtensionTrait.php31
'In order to use the "ValidatorExtensionTrait", the symfony/validator component must be installed.'/src/Symfony/Component/Form/Test/Traits/ValidatorExtensionTrait.php27
'The "hash_property_path" option cannot be used on mapped field.'/src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php107
sprintf('The "hash_property_path" option only supports "%s" objects, "%s" given.', PasswordAuthenticatedUserInterface::class, get_debug_type($user))/src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php98
'Unable to read from the given form data as no accessor in the chain is able to read the data.'/src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php41
'Unable to write the given value as no setter is defined.'/src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php37
'Unable to read from the given form data as no getter is defined.'/src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php28
'Unable to write the given value as no property path is defined.'/src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php53
sprintf('The index "%s" is not within the violation path.', $index)/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php144
sprintf('The index "%s" is not within the violation path.', $index)/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php135
sprintf('The child "%s" of "%s" mapped by the rule "%s" in "%s" does not exist.', $childName, $target->getName( ), $this->targetPath, $this->origin->getName( ))/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php71
'Unable to write the given value as no accessor in the chain is able to set the data.'/src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php54
'This month is invalid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php130
sprintf('The fields "%s" should not be empty.', implode('", "', $emptyFields))/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php126
'This year is invalid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php138
'This day is invalid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php134
sprintf('The date "%s-%s-%s" is not a valid date.', $matches[1], $matches[2], $matches[3])/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php102
sprintf('The date "%s" is not a valid date.', $dateTimeLocal)/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php88
'Expected an array.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php110
'Expected a \DateTimeInterface.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php66
sprintf('The "format" option should contain the letters "y", "M" or "d". Its current value is "%s".', $pattern)/src/Symfony/Component/Form/Extension/Core/Type/DateType.php61
'The "format" option must be one of the IntlDateFormatter constants (FULL, LONG, MEDIUM, SHORT) or a string representing a custom format.'/src/Symfony/Component/Form/Extension/Core/Type/DateType.php56
intl_get_error_message( )/src/Symfony/Component/Form/Extension/Core/Type/DateType.php131
sprintf('The "format" option should contain the letters "y", "M" and "d". Its current value is "%s".', $pattern)/src/Symfony/Component/Form/Extension/Core/Type/DateType.php74
'This hour is invalid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php146
'This is an invalid date.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php142
'This second is invalid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php154
'This minute is invalid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php150
'Cannot use the "choice_self_translation" and "choice_translation_locale" options at the same time. Remove one of them.'/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php67
'Cannot use the "grouping" option when the "html5" option is enabled.'/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php81
sprintf('The "symfony/intl" component is required to use "%s" with option "intl=true". Try running "composer require symfony/intl".', static::class)/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php46
'The "choice_translation_locale" option can only be used if the "intl" option is set to true.'/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php68
sprintf('Using a "%s" instance with a timezone ("%s") not matching the configured model timezone "%s" is not supported.', get_debug_type($date), $date->getTimezone( )->getName( ), $options['model_timezone'])/src/Symfony/Component/Form/Extension/Core/Type/DateType.php190
sprintf('Cannot use the "format" option of "%s" when the "html5" option is enabled.', self::class)/src/Symfony/Component/Form/Extension/Core/Type/DateType.php326
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class)/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php30
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class)/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php31
'Using different values for the "model_timezone" and "view_timezone" options without configuring a reference date is not supported.'/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php349
'The "date_format" option must be one of the IntlDateFormatter constants (FULL, LONG, MEDIUM, SHORT) or a string representing a custom format.'/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php74
sprintf('Using a "%s" instance with a timezone ("%s") not matching the configured model timezone "%s" is not supported.', get_debug_type($date), $date->getTimezone( )->getName( ), $options['model_timezone'])/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php206
sprintf('Cannot use the "date_format" option of the "%s" with an HTML5 date.', self::class)/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php314
'Cannot use "intltimezone" input because the PHP intl extension is not available.'/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php77
'You cannot disable minutes if you have enabled seconds.'/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php44
sprintf('The configured "model_timezone" (%s) must match the timezone of the "reference_date" (%s).', $options['model_timezone'], $options['reference_date']->getTimezone( )->getName( ))/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php48
sprintf('Using a "%s" instance with a timezone ("%s") not matching the configured model timezone "%s" is not supported.', get_debug_type($date), $date->getTimezone( )->getName( ), $options['model_timezone'])/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php220
sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys))/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php77
'Expected an array.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php53
'Expected an array.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php34
implode(', ', array_merge(array_values($lastErrors['warnings']), array_values($lastErrors['errors'])))/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php122
'Null bytes not allowed'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php113
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php109
'Expected a \DateTimeInterface.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php85
'Expected a numeric.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php61
intl_get_error_message( )/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php122
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php103
intl_get_error_message( )/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php86
'Expected a \DateTimeInterface.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php80
'Expected a timezone identifier string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php69
'Expected an array of timezone identifier strings.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php62
'Expected a \DateTimeZone object.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php48
'Expected an array of \DateTimeZone objects.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php41
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php62
sprintf('The value "%s" is not a valid ULID.', $value)/src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php68
'Expected a numeric.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php49
'Expected a Ulid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php41
intl_get_error_message( )/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php174
'Expected a numeric string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php36
'Years beyond 9999 are not supported.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php125
sprintf('"%s" could not be parsed as a date.', $value)/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php129
'Expected a \DateTimeInterface.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php52
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php78
sprintf('The value "%s" is not a valid UUID.', $value)/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php66
sprintf('The value "%s" is not a valid UUID.', $value)/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php72
'Expected a Uuid.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php41
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php62
'Expected a string or null.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php40
sprintf('The choice "%s" does not exist or is not unique.', $value)/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php50
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php78
'Expected a Boolean.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php58
sprintf('Output timezone is invalid: "%s".', $this->outputTimezone)/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php56
sprintf('Input timezone is invalid: "%s".', $this->inputTimezone)/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php50
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php84
'Expected a numeric.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php57
'I don\'t have a clear idea what infinity looks like.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php123
'"NaN" is not a valid number.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php92
'Expected an array.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php54
sprintf('The number contains unrecognized characters: "%s".', $remainder)/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php144
sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys))/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php76
'All values in the array should be the same.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php63
'Expected a \DateTimeInterface.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php37
sprintf('The value "%s" is not a valid integer.', $value)/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php41
sprintf('The date "%s" is not a valid date.', $rfc3339)/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php67
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php59
sprintf('The date "%s-%s-%s" is not a valid date.', $matches[1], $matches[2], $matches[3])/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php81
sprintf('Value is expected to be a string but was "%s".', get_debug_type($value))/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php43
'Given data does not follow the date format "Y-\WW".'/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php47
sprintf('Value is expected to be an array, but was "%s".', get_debug_type($value))/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php73
'Key "year" is missing.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php77
'Key "week" is missing.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php81
sprintf('Expected only keys "year" and "week" to be present, but also got ["%s"].', implode('", "', $additionalKeys))/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php85
sprintf('Year is expected to be an integer, but was "%s".', get_debug_type($value['year']))/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php93
sprintf('Week is expected to be an integer, but was "%s".', get_debug_type($value['week']))/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php97
sprintf('Week "%d" does not exist for year "%d".', $value['week'], $value['year'])/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php102
'Expected a numeric.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php78
'Expected a string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php107
sprintf('The number contains unrecognized characters: "%s".', $remainder)/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php161
'Non ISO 8601 date strings are not supported yet.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php80
sprintf('Value "%s" contains intervals not accepted by format "%s".', $value, $this->format)/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php84
'Expected a \DateTimeInterface.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php40
'Buttons cannot be initialized. Call initialize() on the root form instead.'/src/Symfony/Component/Form/Button.php297
'Buttons cannot have errors.'/src/Symfony/Component/Form/Button.php238
'Buttons cannot have children.'/src/Symfony/Component/Form/Button.php141
'Buttons cannot have children.'/src/Symfony/Component/Form/Button.php121
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php77
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php51
'A form can only be submitted once.'/src/Symfony/Component/Form/Button.php320
'Buttons cannot handle requests. Call handleRequest() on the root form instead.'/src/Symfony/Component/Form/Button.php307
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php122
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php111
sprintf('The child with the name "%s" does not exist.', $name)/src/Symfony/Component/Form/FormBuilder.php105
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php94
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php188
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php162
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php142
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'/src/Symfony/Component/Form/FormBuilder.php131
'Expected an array of \IntlTimeZone objects.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php41
'Expected a \IntlTimeZone object.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php48
sprintf('The VarDumper component is needed for using the "%s" class. Install symfony/var-dumper version 3.4 or above.', __CLASS__)/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php68
'Expected a numeric.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php45
sprintf('Unknown timezone identifier "%s".', $value)/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php75
'Expected an array.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php42
'Expected an array of timezone identifier strings.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php62
'Expected a timezone identifier string.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php69
'Expected a \DateTimeImmutable.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php40
'Expected a \DateTime.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php60
'Expected an array.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php60
'Could not find all matching choices for the given values.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php66
sprintf('This amount of "%s" is invalid.', $field)/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php134
'The specified "true" value is contained in the false-values.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php40
sprintf('The fields "%s" should not be empty.', implode('", "', $emptyFields))/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php127
'The value of "invert" must be boolean.'/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php130
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php48
sprintf('Unsupported format "%s".', $options['format'])/src/Symfony/Component/Console/Helper/DescriptorHelper.php63
'Progress indicator has not yet been started.'/src/Symfony/Component/Console/Helper/ProgressIndicator.php130
'Progress indicator has not yet been started.'/src/Symfony/Component/Console/Helper/ProgressIndicator.php105
'Exit code must be between 0 and 255.'/src/Symfony/Component/Console/Event/ConsoleSignalEvent.php41
sprintf('The service "%s" tagged "%s" must be a subclass of "%s".', $id, 'console.command', Command::class)/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php108
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php105
sprintf('The service "%s" tagged "%s" must be a subclass of "%s".', $id, 'console.command', Command::class)/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php51
'Unable to logout as there is no logged-in user.'/src/Symfony/Bundle/SecurityBundle/Security.php125
'Unable to logout without a request context.'/src/Symfony/Bundle/SecurityBundle/Security.php118
'Unable to login as the current route is not covered by any firewall.'/src/Symfony/Bundle/SecurityBundle/Security.php94
'Unable to login without a request context.'/src/Symfony/Bundle/SecurityBundle/Security.php88
sprintf('No authenticators found for firewall "%s".', $firewallName)/src/Symfony/Bundle/SecurityBundle/Security.php153
'Invalid CSRF token.'/src/Symfony/Bundle/SecurityBundle/Security.php138
sprintf('Unable to logout with CSRF token validation. Either make sure that CSRF protection is enabled and "logout" is configured on the "%s" firewall, or bypass CSRF token validation explicitly by passing false to the $validateCsrfToken argument of this method.', $firewallConfig->getName( ))/src/Symfony/Bundle/SecurityBundle/Security.php134
'Unable to logout as the request is not behind a firewall.'/src/Symfony/Bundle/SecurityBundle/Security.php129
sprintf('Unable to find an authenticator named "%s" for the firewall "%s". Available authenticators: "%s".', $authenticatorName, $firewallName, implode('", "', array_keys($firewallAuthenticatorLocator->getProvidedServices( ))))/src/Symfony/Bundle/SecurityBundle/Security.php179
'Cannot determine the correct ' . $serviceIdentifier . ' to use: there is no active Request and so, the firewall cannot be determined. Try using a specific ' . $serviceIdentifier . ' service.'/src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php35
sprintf('No authenticator was found for the firewall "%s".', $firewallName)/src/Symfony/Bundle/SecurityBundle/Security.php163
sprintf('Too many authenticators were found for the current firewall "%s". You must provide an instance of "%s" to login programmatically. The available authenticators for the firewall "%s" are "%s".', $firewallName, AuthenticatorInterface::class, $firewallName, implode('" ,"', $authenticatorIds))/src/Symfony/Bundle/SecurityBundle/Security.php166
'The username cannot be empty.'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php178
sprintf('The test case "%s" does not exist.', $testCase)/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php32
'No ' . $serviceIdentifier . ' found as the current route is not covered by a firewall.'/src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php40
'The option "test_case" must be set.'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AbstractWebTestCase.php59
'Wrapper'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php52
'Invalid credentials.'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Handler/AccessTokenHandler.php26
sprintf('The root config "%s" does not exist.', $config)/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php40
sprintf('The bundles file "%s" does not exist.', $filename)/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php57
'Wrapper'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php60
'loginCheckAction() should never be called.'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php48
sprintf('Instances of "%s" are not supported.', get_debug_type($user))/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Security/Core/User/ArrayUserProvider.php63
'Email is not a valid email address.'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ApiAuthenticator.php44
'secureAction() should never be called.'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php58
'logoutAction() should never be called.'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php53
sprintf('Undefined security Badge class "%s" set in "security.firewall.required_badges".', $requiredBadge)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php300
'Callable is not describable.'/src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php255
sprintf('Enabling bundle "%s" and not configuring it is not allowed.', SecurityBundle::class)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php94
sprintf('The check_path "%s" for login method "%s" is not matched by the firewall pattern "%s".', $firewall[$k]['check_path'], $k, $firewall['pattern'])/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php334
'The "request_matcher" option should not be specified alongside other options. Consider integrating your constraints inside your RequestMatcher directly.'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php212
sprintf('The strategy "%s" is not supported.', $strategy)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php191
'One or more access control items are empty. Did you accidentally add lines only containing a "-" under "security.access_control"?'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php244
'The "route" option should not be specified alongside "attributes._route" option. Use just one of the options.'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php220
sprintf('Authenticator factory "%s" ("%s") must implement "%s".', get_debug_type($factory), $key, AuthenticatorFactoryInterface::class)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php614
sprintf('Invalid firewall "%s": user provider "%s" not found.', $id, $firewall['provider'])/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php380
sprintf('Not configuring explicitly the provider for the "%s" authenticator on "%s" firewall is ambiguous as there is more than one registered provider. Set the "provider" key to one of the configured providers, even if your custom authenticators don\'t use it.', $factoryKey, $id)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php673
sprintf('Invalid firewall "%s": user provider "%s" not found.', $id, $firewall[$factoryKey]['provider'])/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php651
sprintf('Algorithm "argon2id" is not available. Either use "%s", upgrade to PHP 7.3+ or use libsodium 1.0.15+ instead.', \defined('PASSWORD_ARGON2I') || $hasSodium ? 'argon2i", "auto' : 'auto')/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php771
sprintf('Algorithm "argon2i" is not available. Either use "%s" or upgrade to PHP 7.2+ instead.', \defined('SODIUM_CRYPTO_PWHASH_ALG_ARGON2ID13') ? 'argon2id", "auto' : 'auto')/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php758
'Libsodium is not available. Install the sodium extension or use "auto" instead.'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php790
sprintf('Unable to create definition for "%s" user provider.', $name)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php855
sprintf('Not configuring explicitly the provider for the "switch_user" listener on "%s" firewall is ambiguous as there is more than one registered provider.', $id)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php886
sprintf('Cannot set a "target_route" for the "switch_user" listener on the "%s" firewall as it is stateless.', $id)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php889
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php912
sprintf('The given value "%s" in the "security.access_control" config option is not a valid IP address.', $ip)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php934
'You cannot use the "oidc" token handler since "web-token/jwt-core" is not installed. Try running "composer require web-token/jwt-core".'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php35
'You cannot use the "oidc_user_info" token handler since the HttpClient component is not installed. Try running "composer require symfony/http-client".'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php34
'Using the "query_string" config without using a "search_dn" and a "search_password" is not supported.'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php59
'You cannot configure multiple token handlers.'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php76
'You must set a token handler.'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php83
sprintf('You cannot use both "service" and "token_provider" in "security.firewalls.%s.remember_me".', $firewallName)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php61
'Cannot use the "doctrine" token provider for "remember_me" because the Doctrine Bridge is not installed. Try running "composer require symfony/doctrine-bridge".'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php191
sprintf('No token provider was set for firewall "%s". Either configure a service ID or set "remember_me.token_provider.doctrine" to true.', $firewallName)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php206
sprintf('You cannot use the "%s" signature algorithm since "web-token/jwt-signature-algorithm-ecdsa" is not installed. Try running "composer require web-token/jwt-signature-algorithm-ecdsa".', $algorithm)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php33
sprintf('Unsupported signature algorithm "%s". Only ES* algorithms are supported. If you want to use another algorithm, create your TokenHandler as a service.', $algorithm)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php41
sprintf('Because you have multiple authenticators in firewall "%s", you need to set the "entry_point" key to one of your authenticators ("%s") or a service ID implementing "%s". The "entry_point" determines what should happen (e.g. redirect to "/login") when an anonymous user tries to access a protected page.', $firewallName, implode('", "', $entryPointNames), AuthenticationEntryPointInterface::class)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterEntryPointPass.php76
sprintf('"%s" must implement the "%s" when used as a voter.', $class, VoterInterface::class)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php52
'No security voters found. You need to tag at least one with "security.voter".'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php40
sprintf('Invalid service definition for custom remember me handler; no service found with ID "%s".', (string) $definition->getArgument(0))/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/ReplaceDecoratedRememberMeHandlerPass.php41
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/SortFirewallListenersPass.php65
sprintf('Rate limiter "%s" requires the Lock component to be installed. Try running "composer require symfony/lock".', $name)/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php100
'Login throttling requires the Rate Limiter component. Try running "composer require symfony/rate-limiter".'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php61
'Using the "query_string" config without using a "search_dn" and a "search_password" is not supported.'/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LdapFactoryTrait.php57
'Could not find service "test.service_container". Try updating the "framework.test" config to "true".'/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php91
sprintf('Class "%s" doesn\'t exist or cannot be autoloaded. Check that the KERNEL_CLASS value in phpunit.xml matches the fully-qualified class name of your Kernel or override the "%s::createKernel()" method.', $class, static::class)/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php53
sprintf('You must set the KERNEL_CLASS environment variable to the fully-qualified class name of your Kernel in phpunit.xml / phpunit.xml.dist or override the "%1$s::createKernel()" or "%1$s::getKernelClass()" method.', static::class)/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php49
'Composer autoloader not found.'/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php200
sprintf('The first argument of "%s" must be instance of "%s", "%s" provided.', __METHOD__, UserInterface::class, get_debug_type($user))/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php110
sprintf('"%s" requires symfony/security-core to be installed. Try running "composer require symfony/security-core".', __METHOD__)/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php106
'No twig loaders found. You need to tag at least one loader with "twig.loader".'/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php42
'Option "exception_controller" under "twig" must be null or unset, use "error_controller" under "framework" instead.'/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php39
'The "sodium" PHP extension is required to deal with secrets. Alternatively, try running "composer require paragonie/sodium_compat" if you cannot enable the extension.".'/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php186
sprintf('Encryption key not found in "%s".', \dirname($this->pathPrefix))/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php202
'Cannot access the container on a non-booted kernel. Did you forget to boot it?'/src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php119
sprintf('The Translator does not support the following options: \'%s\'.', implode('\', \'', $diff))/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php85
'You cannot create the client used in functional tests if the BrowserKit component is not available. Try running "composer require symfony/browser-kit".'/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php52
sprintf('The "%s" service is already initialized, you cannot replace it.', $id)/src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php81
sprintf('Booting the kernel before calling "%s()" is not supported, the kernel should only be booted once.', __METHOD__)/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php41
'You cannot create the client used in functional tests if the "framework.test" config is not set to true.'/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php50
'This exception should not be caught by the warmer.'/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php111
sprintf('Service "%s" is not expected, as declared by "%s::getSubscribedServices()".', $id, AbstractController::class)/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php44
'This exception should not be caught by the warmer.'/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php121
'This exception should be caught by the warmer.'/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php86
'This script must be run from the command line.'/src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php13
'This exception should be caught by the warmer.'/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php94
sprintf('Unable to create the secrets directory (%s).', $this->secretsDir)/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php224
sprintf('Invalid secret name "%s": only "word" characters are allowed.', $name)/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php39
'Cannot unserialize ' . __CLASS__/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php101
sprintf('The bundles file "%s" does not exist.', $filename)/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php60
'Cannot serialize ' . __CLASS__/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php68
'error'/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php60
'The option "test_case" must be set.'/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AbstractWebTestCase.php59
sprintf('Service "%s" is expected to be an instance of "%s", as declared by "%s::getSubscribedServices()".', $id, $type, AbstractController::class)/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php48
sprintf('The root config "%s" does not exist.', $rootConfig)/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php45
sprintf('The test case "%s" does not exist.', $testCase)/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php38
'parameter_bag.'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php75
sprintf('The router "%s" cannot be warmed up because it does not implement "%s".', get_debug_type($router), WarmableInterface::class)/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php45
sprintf('You cannot use the addFlash method because class "%s" doesn\'t implement "%s".', get_debug_type($session), FlashBagAwareSessionInterface::class)/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php185
'You cannot use the addFlash method if sessions are disabled. Enable them in "config/packages/framework.yaml".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php181
'Cannot serialize ' . __CLASS__/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php69
'Cannot unserialize ' . __CLASS__/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php73
'throwing'/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php332
'Cannot unserialize ' . __CLASS__/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php74
'CSRF protection is not enabled in your application. Enable it with the "csrf_protection" key in "config/packages/framework.yaml".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php363
'You cannot use the "addLink" method if the WebLink component is not available. Try running "composer require symfony/web-link".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php377
'You cannot use the "sendEarlyHints" method if the WebLink component is not available. Try running "composer require symfony/web-link".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php395
sprintf('You cannot use the "%s" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".', $method)/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php418
'The SecurityBundle is not registered in your application. Try running "composer require symfony/security-bundle".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php199
'You cannot use the "stream" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php270
'You cannot use the "createAccessDeniedException" method if the Security component is not available. Try running "composer require symfony/security-bundle".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php312
'The SecurityBundle is not registered in your application. Try running "composer require symfony/security-bundle".'/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php344
sprintf('Unable to write in the "%s" directory.', $realCacheDir)/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php83
sprintf('Unable to write in the "%s" directory.', $realBuildDir)/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php92
'Calling "cache:clear" with a kernel that does not implement "Symfony\Component\HttpKernel\RebootableInterface" is not supported.'/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php227
sprintf('Bundle "%s" does not have a container extension.', $name)/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php117
'You cannot use the TemplateController if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".'/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php46
sprintf('"%s" has no container set, did you forget to define it as a service subscriber?', $class)/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php29
sprintf('Ambiguous redirection settings, use the "path" or "route" parameter, not both: "%s" and "%s" found respectively in "%s" routing configuration.', $p['path'], $p['route'], $request->attributes->get('_route'))/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php175
sprintf('The parameter "path" or "route" is required to configure the redirect action in "%s" routing configuration.', $request->attributes->get('_route'))/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php185
sprintf('The "--%s" option does not accept a value.', $name)/src/Symfony/Component/Console/Input/ArgvInput.php222
sprintf('The "--%s" option does not accept a value.', $name)/src/Symfony/Component/Console/Input/ArgvInput.php232
sprintf('The "-%s" option does not exist.', $shortcut)/src/Symfony/Component/Console/Input/ArgvInput.php202
sprintf('The "--%s" option does not exist.', $name)/src/Symfony/Component/Console/Input/ArgvInput.php217
'Cannot set a default value except for InputArgument::OPTIONAL mode.'/src/Symfony/Component/Console/Input/InputArgument.php99
'A default value for an array argument must be an array.'/src/Symfony/Component/Console/Input/InputArgument.php106
sprintf('The "--%s" option requires a value.', $name)/src/Symfony/Component/Console/Input/ArgvInput.php248
sprintf('Argument mode "%s" is not valid.', $mode)/src/Symfony/Component/Console/Input/InputArgument.php52
sprintf('The log level "%s" does not exist.', $level)/src/Symfony/Component/Console/Logger/ConsoleLogger.php65
sprintf('The "-%s" option does not exist.', $shortcut)/src/Symfony/Component/Console/Input/ArrayInput.php140
sprintf('Invalid option specified: "%s". Expected one of (%s).', $option, implode(', ', array_keys(self::AVAILABLE_OPTIONS)))/src/Symfony/Component/Console/Color.php63
sprintf('Invalid "%s" color; expected one of (%s).', $color, implode(', ', array_merge(array_keys(self::COLORS), array_keys(self::BRIGHT_COLORS))))/src/Symfony/Component/Console/Color.php131
sprintf('The "%s" argument does not exist.', $name)/src/Symfony/Component/Console/Input/ArrayInput.php188
sprintf('The "-%s" option does not exist.', false === $encoding ? $name[$i] : mb_substr($name, $i, 1, $encoding))/src/Symfony/Component/Console/Input/ArgvInput.php119
sprintf('The "--%s" option does not exist.', $name)/src/Symfony/Component/Console/Input/ArrayInput.php156
sprintf('The "--%s" option requires a value.', $name)/src/Symfony/Component/Console/Input/ArrayInput.php169
sprintf('Cannot add a required argument "%s" after an array argument "%s".', $argument->getName( ), $this->lastArrayArgument->getName( ))/src/Symfony/Component/Console/Input/InputDefinition.php104
sprintf('An argument with name "%s" already exists.', $argument->getName( ))/src/Symfony/Component/Console/Input/InputDefinition.php100
sprintf('Closure for option "%s" must return an array. Got "%s".', $this->name, get_debug_type($values))/src/Symfony/Component/Console/Input/InputOption.php228
'A default value for an array option must be an array.'/src/Symfony/Component/Console/Input/InputOption.php191
sprintf('An option named "%s" already exists.', $option->getName( ))/src/Symfony/Component/Console/Input/InputDefinition.php223
sprintf('An option named "%s" already exists.', $option->getName( ))/src/Symfony/Component/Console/Input/InputDefinition.php220
sprintf('The "%s" argument does not exist.', $name)/src/Symfony/Component/Console/Input/InputDefinition.php132
sprintf('Cannot add a required argument "%s" after an optional one "%s".', $argument->getName( ), $this->lastOptionalArgument->getName( ))/src/Symfony/Component/Console/Input/InputDefinition.php108
sprintf('Option mode "%s" is not valid.', $mode)/src/Symfony/Component/Console/Input/InputOption.php98
'An option shortcut cannot be empty.'/src/Symfony/Component/Console/Input/InputOption.php91
'An option name cannot be empty.'/src/Symfony/Component/Console/Input/InputOption.php75
sprintf('Closure for argument "%s" must return an array. Got "%s".', $this->name, get_debug_type($values))/src/Symfony/Component/Console/Input/InputArgument.php135
'Cannot set a default value when using InputOption::VALUE_NONE mode.'/src/Symfony/Component/Console/Input/InputOption.php184
'Impossible to have an option mode VALUE_NEGATABLE if the option also accepts a value.'/src/Symfony/Component/Console/Input/InputOption.php114
'Impossible to have an option mode VALUE_IS_ARRAY if the option does not accept a value.'/src/Symfony/Component/Console/Input/InputOption.php111
'Cannot set suggested values if the option does not accept a value.'/src/Symfony/Component/Console/Input/InputOption.php108
sprintf('The "%s" argument does not exist.', $name)/src/Symfony/Component/Console/Input/Input.php100
sprintf('The "%s" option does not exist.', $name)/src/Symfony/Component/Console/Input/Input.php127
sprintf('The "%s" option does not exist.', $name)/src/Symfony/Component/Console/Input/Input.php140
'This is an error.'/src/Symfony/Component/Console/Tests/ApplicationTest.php820
'エラーメッセージ'/src/Symfony/Component/Console/Tests/ApplicationTest.php895
'コマンドの実行中にエラーが発生しました。'/src/Symfony/Component/Console/Tests/ApplicationTest.php909
'dont break here <info>!</info>'/src/Symfony/Component/Console/Tests/ApplicationTest.php923
"\n\nline 1 with extra spaces \nline 2\n\nline 4\n"/src/Symfony/Component/Console/Tests/ApplicationTest.php942
sprintf('An option with shortcut "%s" already exists.', $shortcut)/src/Symfony/Component/Console/Input/InputDefinition.php229
sprintf('An option named "%s" already exists.', $negatedName)/src/Symfony/Component/Console/Input/InputDefinition.php244
sprintf('The "--%s" option does not exist.', $name)/src/Symfony/Component/Console/Input/InputDefinition.php258
sprintf('The "-%s" option does not exist.', $shortcut)/src/Symfony/Component/Console/Input/InputDefinition.php332
sprintf('The "--%s" option does not exist.', $negation)/src/Symfony/Component/Console/Input/InputDefinition.php348
sprintf('Unable to parse input near "... %s ...".', substr($input, $cursor, 10))/src/Symfony/Component/Console/Input/StringInput.php71
sprintf('Not enough arguments (missing: "%s").', implode(', ', $missingArguments))/src/Symfony/Component/Console/Input/Input.php69
sprintf('The "%s" argument does not exist.', $name)/src/Symfony/Component/Console/Input/Input.php91
'dymerr'/src/Symfony/Component/Console/Tests/ApplicationTest.php1504
'foo'/src/Symfony/Component/Console/Tests/ApplicationTest.php1479
'Something went wrong.'/src/Symfony/Component/Console/Tests/ApplicationTest.php1591
'foo'/src/Symfony/Component/Console/Tests/ApplicationTest.php1547
'dymerr'/src/Symfony/Component/Console/Tests/ApplicationTest.php1635
'dymerr'/src/Symfony/Component/Console/Tests/ApplicationTest.php1614
'Something went wrong.'/src/Symfony/Component/Console/Tests/ApplicationTest.php1900
'duserr'/src/Symfony/Component/Console/Tests/ApplicationTest.php1652
sprintf('Dummy type "%s" is invalid.', (new class ( ) { /**/ } )::class)/src/Symfony/Component/Console/Tests/ApplicationTest.php968
''/src/Symfony/Component/Console/Tests/ApplicationTest.php958
sprintf('Dummy type "%s" is invalid.', (new class ( ) { /**/ } )::class)/src/Symfony/Component/Console/Tests/ApplicationTest.php994
''/src/Symfony/Component/Console/Tests/ApplicationTest.php984
''/src/Symfony/Component/Console/Tests/ApplicationTest.php1189
'some exception'/src/Symfony/Component/Console/Tests/ApplicationTest.php1009
'foo'/src/Symfony/Component/Console/Tests/ApplicationTest.php1467
'foo'/src/Symfony/Component/Console/Tests/ApplicationTest.php1447
'The ProgressBar is not started.'/src/Symfony/Component/Console/Style/SymfonyStyle.php370
'Choice question must have at least 1 choice available.'/src/Symfony/Component/Console/Question/ChoiceQuestion.php36
'Current index is invalid, it must be the number of input tokens or one more.'/src/Symfony/Component/Console/Completion/CompletionInput.php223
'Value should be an array, string, or an instance of TableSeparator.'/src/Symfony/Component/Console/Style/SymfonyStyle.php203
"RGB cannot be converted to {$this->name}."/src/Symfony/Component/Console/Output/AnsiColorMode.php75
'The StreamOutput class needs a stream as its first argument.'/src/Symfony/Component/Console/Output/StreamOutput.php46
sprintf('"%s()" expects a strictly positive maxLength. Got %d.', __METHOD__, $maxLength)/src/Symfony/Component/Console/Output/TrimmedBufferOutput.php30
sprintf('Invalid "#%s" color.', $hexColor)/src/Symfony/Component/Console/Output/AnsiColorMode.php54
'Third exception <fg=blue;bg=red>comment</>'/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php26
'A value is required.'/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php764
'First exception <p>this is html</p>'/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php21
'Second exception <comment>comment</comment>'/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php23
'I failed. Sorry.'/src/Symfony/Component/Console/Tests/ConsoleEventsTest.php96
'exception message'/src/Symfony/Component/Console/Tests/Messenger/RunCommandMessageHandlerTest.php104
'foo'/src/Symfony/Component/Console/Tests/ApplicationTest.php1917
'bar'/src/Symfony/Component/Console/Tests/ApplicationTest.php1921
'Status code not initialized, did you execute the command before requesting the status code?'/src/Symfony/Component/Console/Tester/TesterTrait.php99
'The error output is not available when the tester is run without "capture_stderr_separately" option set.'/src/Symfony/Component/Console/Tester/TesterTrait.php62
'Output not initialized, did you execute the command before requesting the display?'/src/Symfony/Component/Console/Tester/TesterTrait.php40
sprintf('Object of type "%s" is not describable.', get_debug_type($object))/src/Symfony/Component/Console/Descriptor/Descriptor.php41
sprintf('Command "%s" does not exist.', $name)/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php76
sprintf('Command "%s" does not exist.', $name)/src/Symfony/Component/Console/CommandLoader/FactoryCommandLoader.php42
sprintf('Command "%s" does not exist.', $name)/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php40
sprintf('Command "%s" exited with code "%s".', $message->input, $exitCode)/src/Symfony/Component/Console/Messenger/RunCommandMessageHandler.php43
'Incorrectly nested style tag found.'/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php74
sprintf('Undefined style: "%s".', $name)/src/Symfony/Component/Console/Formatter/OutputFormatter.php109
'Maximum number of attempts must be a positive value.'/src/Symfony/Component/Console/Question/Question.php221
'A hidden question cannot use the autocompleter.'/src/Symfony/Component/Console/Question/Question.php181
'A hidden question cannot use the autocompleter.'/src/Symfony/Component/Console/Question/Question.php99
sprintf($errorMessage, $value)/src/Symfony/Component/Console/Question/ChoiceQuestion.php163
sprintf('The provided answer is ambiguous. Value should be one of "%s".', implode('" or "', $results))/src/Symfony/Component/Console/Question/ChoiceQuestion.php147
sprintf($errorMessage, $selected)/src/Symfony/Component/Console/Question/ChoiceQuestion.php123
sprintf('The TableCell does not support the following options: \'%s\'.', implode('\', \'', $diff))/src/Symfony/Component/Console/Helper/TableCell.php34
'The style option must be an instance of "TableCellStyle".'/src/Symfony/Component/Console/Helper/TableCell.php38
'The ProcessHelper cannot be run as the Process component is not installed. Try running "compose require symfony/process".'/src/Symfony/Component/Console/Helper/ProcessHelper.php38
sprintf('Invalid command provided to "%s()": the command should be an array whose first element is either the path to the binary to run or a "Process" object.', __METHOD__)/src/Symfony/Component/Console/Helper/ProcessHelper.php58
sprintf('Cannot retrieve helper "%s" because there is no HelperSet defined. Did you forget to add your command to the application or to set the application on the command using the setApplication() method? You can also set the HelperSet directly using the setHelperSet() method.', $name)/src/Symfony/Component/Console/Command/Command.php649
sprintf('Command name "%s" is invalid.', $name)/src/Symfony/Component/Console/Command/Command.php665
'The padding char must not be empty.'/src/Symfony/Component/Console/Helper/TableStyle.php59
'Invalid padding type. Expected one of (STR_PAD_LEFT, STR_PAD_RIGHT, STR_PAD_BOTH).'/src/Symfony/Component/Console/Helper/TableStyle.php317
'The "--current" option must be set and it must be an integer.'/src/Symfony/Component/Console/Command/CompleteCommand.php175
'You must override the execute() method in the concrete command class.'/src/Symfony/Component/Console/Command/Command.php185
sprintf('Return value of "%s::execute()" must be of the type int, "%s" returned.', static::class, get_debug_type($statusCode))/src/Symfony/Component/Console/Command/Command.php282
sprintf('Command class "%s" is not correctly initialized. You probably forgot to call the parent constructor.', static::class)/src/Symfony/Component/Console/Command/Command.php402
'To enable the locking feature you must install the symfony/lock component. Try running "composer require symfony/lock".'/src/Symfony/Component/Console/Command/LockableTrait.php35
'A lock is already in place.'/src/Symfony/Component/Console/Command/LockableTrait.php39
'The "--shell" option must be set.'/src/Symfony/Component/Console/Command/CompleteCommand.php87
sprintf('Shell completion is not supported for your shell: "%s" (supported: "%s").', $shell, implode('", "', array_keys($this->completionOutputs)))/src/Symfony/Component/Console/Command/CompleteCommand.php91
sprintf('Style "%s" is not defined.', $name)/src/Symfony/Component/Console/Helper/Table.php924
sprintf('A cell must be a TableCell, a scalar or an object implementing "__toString()", "%s" given.', get_debug_type($cell))/src/Symfony/Component/Console/Helper/Table.php696
'Progress indicator already started.'/src/Symfony/Component/Console/Helper/ProgressIndicator.php87
'Must have at least 2 indicator value characters.'/src/Symfony/Component/Console/Helper/ProgressIndicator.php62
sprintf('Style "%s" is not defined.', $name)/src/Symfony/Component/Console/Helper/Table.php84
'Aborted.'/src/Symfony/Component/Console/Helper/QuestionHelper.php450
sprintf('Output should be an instance of "%s" when calling "%s".', ConsoleSectionOutput::class, __METHOD__)/src/Symfony/Component/Console/Helper/Table.php238
sprintf('Setting a maximum column width is only supported when using a "%s" formatter, got "%s".', WrappableOutputFormatterInterface::class, get_debug_type($this->output->getFormatter( )))/src/Symfony/Component/Console/Helper/Table.php169
'Aborted.'/src/Symfony/Component/Console/Helper/QuestionHelper.php137
sprintf('The helper "%s" is not defined.', $name)/src/Symfony/Component/Console/Helper/HelperSet.php64
'Unable to hide the response.'/src/Symfony/Component/Console/Helper/QuestionHelper.php435
'Aborted.'/src/Symfony/Component/Console/Helper/QuestionHelper.php278
sprintf('Wrong align value. Value must be following: \'%s\'.', implode('\', \'', array_keys(self::ALIGN_MAP)))/src/Symfony/Component/Console/Helper/TableCellStyle.php50
sprintf('The TableCellStyle does not support the following options: \'%s\'.', implode('\', \'', $diff))/src/Symfony/Component/Console/Helper/TableCellStyle.php46
'Unable to display the estimated time if the maximum number of steps is not set.'/src/Symfony/Component/Console/Helper/ProgressBar.php553
'Unable to display the remaining time if the maximum number of steps is not set.'/src/Symfony/Component/Console/Helper/ProgressBar.php546
sprintf('Using "%%%s%%" is not allowed in routing configuration.', $match[1])/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php165
sprintf('You should either pass a "%s" instance or provide the $parameters argument of the "%s" method.', SymfonyContainerInterface::class, __METHOD__)/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php56
sprintf('Cannot disable a single workflow. Remove the configuration for the workflow "%s" instead.', $key)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php358
sprintf('The container parameter "%s", used in the route configuration value "%s", must be a string or numeric, but it is of type "%s".', $match[1], $value, get_debug_type($resolved))/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php182
'The "transitions" option must be an array in workflow configuration.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php504
'The "places" option must be an array in workflow configuration.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php455
'The "service" cannot be used along with the other "retry_strategy" options.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php1578
sprintf('The specified default bus "%s" is not configured. Available buses are "%s".', $v['default_bus'], implode('", "', array_keys($v['buses'])))/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php1481
sprintf('"%s" is neither an enabled bundle nor a directory.', $transPaths[0])/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php158
sprintf('No tags found that match "%s".', $tagName)/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php298
sprintf('File not found: "%s".', $file)/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php110
sprintf('Cache item "%s" could not be deleted.', $key)/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php76
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( )))/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php138
sprintf('File is not readable: "%s".', $file)/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php112
sprintf('The extension with alias "%s" does not have configuration.', $extensionAlias)/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php193
sprintf('Unable to find configuration for "%s.%s".', $alias, $path)/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php165
'Either specify at least one pool name, or provide the --all option to clear all pools.'/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php86
sprintf('"%s" is not a cache pool nor a cache clearer.', $id)/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php102
sprintf('This command does not support the application kernel: "%s" does not extend "%s".', get_debug_type($kernel), Kernel::class)/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php83
sprintf('This command does not support the application container: "%s" does not extend "%s".', get_debug_type($kernelContainer), Container::class)/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php94
sprintf('The workflow named "%s" cannot be found.', $workflowName)/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php78
'The options tags, tag, parameters & parameter cannot be combined with the service name argument.'/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php264
'The options tags, tag, parameters & parameter cannot be combined together.'/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php266
sprintf('No services found that match "%s".', $name)/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php280
sprintf('The extension with alias "%s" does not have its getConfiguration() method setup.', $extension->getAlias( ))/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php162
sprintf('Configuration class "%s" should implement ConfigurationInterface in order to be dumpable.', get_debug_type($configuration))/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php166
sprintf('The route "%s" does not exist.', $name)/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php110
sprintf('"%s" is neither an enabled bundle nor a directory.', $transPaths[0])/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php186
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( )))/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php141
sprintf('The target directory "%s" does not exist.', $targetArg)/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php100
sprintf('Symbolic link "%s" was created but appears to be broken.', $targetDir)/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php237
'Could not clear all cache pools, try specifying a specific pool or cache clearer.'/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php77
sprintf('Unsupported mapping type in "%s", supported types are XML & Yaml.', $path)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1742
'Validation support cannot be enabled as the Validator component is not installed. Try running "composer require symfony/validator".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1629
sprintf('"%s" defined in translator.paths does not exist or is not a directory.', $dir)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1500
'An asset package cannot have base URLs and base paths.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1390
'CSRF protection needs sessions to be enabled.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1828
'CSRF support cannot be enabled as the Security CSRF component is not installed. Try running "composer require symfony/security-csrf".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1824
sprintf('Invalid value "%s" set as "decryption_env_var": only "word" characters are allowed.', $config['decryption_env_var'])/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1802
sprintf('Could not open file or directory "%s".', $path)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1746
sprintf('Driver "%s" is not supported for the profiler.', $class)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php885
'To use form CSRF protection, "framework.csrf_protection" must be enabled.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php751
sprintf('"%s" attribute cannot declare a method on "%s::%s()".', $attribute::class, $reflector->class, $reflector->name)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php699
sprintf('AsMessageHandler attribute cannot declare a method on "%s::%s()".', $reflector->class, $reflector->name)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php675
sprintf('"%s" attribute cannot declare a method on "%s::%s()".', $attribute::class, $reflector->class, $reflector->name)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1113
'Cannot guard workflows as the Security component is not installed. Try running "composer require symfony/security-core".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1075
'Cannot guard workflows as the ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1071
'Workflow support cannot be enabled as the Workflow component is not installed. Try running "composer require symfony/workflow".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php915
'Uid support cannot be enabled as the Uid component is not installed. Try running "composer require symfony/uid".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php421
'Session support cannot be enabled as the session extension is not installed. See https://php.net/session.installation for instructions.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php434
'Rate limiter support cannot be enabled as the RateLimiter component is not installed. Try running "composer require symfony/rate-limiter".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php405
'WebLink support cannot be enabled as the WebLink component is not installed. Try running "composer require symfony/weblink".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php413
'HtmlSanitizer support cannot be enabled as the HtmlSanitizer component is not installed. Try running "composer require symfony/html-sanitizer".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php562
sprintf('AsEventListener attribute cannot declare a method on "%s::%s()".', $reflector->class, $reflector->name)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php657
'Form support cannot be enabled as the Form component is not installed. Try running "composer require symfony/form".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php456
'Scheduler support cannot be enabled as the Messenger component is not ' . (interface_exists(MessageBusInterface::class) ? 'enabled.' : 'installed. Try running "composer require symfony/messenger".')/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php483
'The "retry_strategy" option cannot be used along with the "http_codes", "delay", "multiplier", "max_delay" or "jitter" options.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php1998
'Requiring the "symfony/symfony" package is unsupported; replace it with standalone components instead.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php211
'Invalid middleware at path "framework.messenger": a map with a single factory id as key and its arguments as value was expected, ' . json_encode($middleware) . ' given.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php1649
'HttpClient support cannot be enabled as the component is not installed. Try running "composer require symfony/http-client".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php1843
'AssetMapper support cannot be enabled as the AssetMapper component is not installed. Try running "composer require symfony/asset-mapper".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php339
'Serializer support cannot be enabled as the Serializer component is not installed. Try running "composer require symfony/serializer-pack".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php375
'Translation support cannot be enabled as the Translation component is not installed. Try running "composer require symfony/translation".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php270
'Asset support cannot be enabled as the Asset component is not installed. Try running "composer require symfony/asset".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php331
'Using the JSON format to debug environment variables is not supported.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php167
'An "id" option must be provided.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php76
'Callable is not describable.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php418
'The deprecation file does not exist, please try warming the cache first.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php174
'The deprecation file does not exist, please try warming the cache first.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php115
'Using the XML format to debug environment variables is not supported.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php108
sprintf('Object of type "%s" is not describable.', get_debug_type($object))/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php65
'Callable is not describable.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php606
'An "id" option must be provided.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php165
sprintf('Data collector service "%s" must have an id attribute in order to specify a template.', $id)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php45
'An "id" option must be provided.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php59
'Callable is not describable.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php666
'To prevent using outdated configuration, you must use the "readConfigEnabled" method instead.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php3044
sprintf('Rate limiter "%s" requires the Lock component to be configured.', $name)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2887
'Can not change config enabled because it has already been read.'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php3064
sprintf('Can not read config enabled at "%s" because it has not been initialized.', $path)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php3053
'Notifier support cannot be enabled as the component is not installed. Try running "composer require symfony/notifier".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2647
'Webhook support cannot be enabled as the component is not installed. Try running "composer require symfony/webhook".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2844
'RemoteEvent support cannot be enabled as the component is not installed. Try running "composer require symfony/remote-event".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2865
sprintf('Rate limiter "%s" requires the Lock component to be installed. Try running "composer require symfony/lock".', $name)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2883
sprintf('Invalid Messenger routing configuration: class or interface "%s" not found.', $message)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2252
sprintf('Invalid Messenger routing configuration: the "%s" class is being routed to a sender called "%s". This is not a valid transport or service id.', $message, $sender)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2258
sprintf('Invalid scope name: "%s" is reserved.', $name)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2459
'Mailer support cannot be enabled as the component is not installed. Try running "composer require symfony/mailer".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2556
sprintf('Invalid Messenger configuration: the failure transport "%s" is not a valid transport or service id.', $config['failure_transport'])/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2168
'Rate limiter cannot be used within Messenger as the RateLimiter component is not installed. Try running "composer require symfony/rate-limiter".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2218
sprintf('Invalid Messenger configuration: the failure transport "%s" is not a valid transport or service id.', $transport['failure_transport'])/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2238
sprintf('Invalid Messenger routing configuration: invalid namespace "%s" wildcard.', $message)/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2249
'PropertyInfo support cannot be enabled as the PropertyInfo component is not installed. Try running "composer require symfony/property-info".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php1945
'Scheduler support cannot be enabled as the Scheduler component is not installed. Try running "composer require symfony/scheduler".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2052
'Messenger support cannot be enabled as the Messenger component is not installed. Try running "composer require symfony/messenger".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2065
'The Validation middleware is only available when the Validator component is installed and enabled. Try running "composer require symfony/validator".'/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php2132
sprintf('Invalid value provided for mode, use one of "%s::DISABLED" or "%s::ENABLED".', self::class, self::class)/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php70
sprintf('Panel "%s" is not registered in profiler or is not present in viewed profile.', $panel)/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php48
sprintf('The profiler template "%s.html.twig" for data collector "%s" does not exist.', $template, $name)/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php80
'The profiler must be enabled.'/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php43
'The profiler must be enabled.'/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php60
sprintf('The file "%s" cannot be opened.', $file)/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php378
'The profiler must be enabled.'/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php396
sprintf('Cannot read font file "%s".', $fontFile)/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php351
'The base dir should be set.'/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php367
'Xdebug must be installed in version 3.'/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php325
sprintf('Font file "%s.woff2" not found.', $fontName)/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php346
sprintf('Panel "%s" is not available for token "%s".', $panel, $token)/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php108
'The profiler must be enabled.'/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php133
'Using the markdown format to debug environment variables is not supported.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php311
'Callable is not describable.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php434
'An "id" option must be provided.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php104
'The deprecation file does not exist, please try warming the cache first.'/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php122
sprintf('Resetting a non-lazy manager service is not supported. Declare the "%s" service as lazy.', $name)/src/Symfony/Bridge/Doctrine/ManagerRegistry.php43
sprintf('Resetting a non-lazy manager service is not supported. Declare the "%s" service as lazy.', $name)/src/Symfony/Bridge/Doctrine/ManagerRegistry.php49
'Resetting a lazy-ghost-object manager service is not supported.'/src/Symfony/Bridge/Doctrine/ManagerRegistry.php52
sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener)/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php203
sprintf('Boo "%s" ba.', (new class ('Foo') extends \Exception { /**/ } )::class)/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php344
'Hello'/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php364
'' . $msg/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php36
'' . $msg/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php41
'foo'/src/Symfony/Component/VarDumper/Tests/Cloner/DataTest.php50
'' . $msg/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php31
'hello'/src/Symfony/Component/String/Tests/LazyStringTest.php101
'Compilation failed: regular expression is too large'/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php91
''/src/Symfony/Component/Console/Tests/ApplicationTest.php1243
'Find exception'/src/Symfony/Component/Console/Tests/ApplicationTest.php1525
''/src/Symfony/Component/Console/Tests/ApplicationTest.php1161
''/src/Symfony/Component/Console/Tests/ApplicationTest.php1200
'Unable to get latest available version for package "bootstrap".'/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php172
'Unable to get latest available version for package "invalid_package_name".'/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php183
'Manually triggered error.'/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php7
'foo'/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php146
'foo'/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php272
rawurldecode($serverExceptionMessage)/src/Symfony/Bundle/FrameworkBundle/Test/BrowserKitAssertionsTrait.php153
'Another Wrapper'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php60
'Another Wrapper'/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php52
'An error occurred'/src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php46
'An error occurred'/src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php31
'Fail'/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php190
'error.'/src/Symfony/Component/Console/Tests/ApplicationTest.php1887
"This\nmultiline\r\ntabbed text should\tcome out\r on\n \ta single plain\r\nline"/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php293
'foo'/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php33
'warning'/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php195
'deprecated'/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php196
'boo'/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php442
'foo'/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php24
'foo'/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php84
'foo'/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php91
'deprecated'/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php197
'warning'/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php212
'foo'/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php221
'foo'/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php202
'bar'/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php113
'Fail'/src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php170
'foo'/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php268
'foo'/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php239
'Error'/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php52
'foo ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php288
'There was a previous error with an ending dot.'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php66
'foo'/src/Symfony/Component/Cache/Tests/CacheItemTest.php54
'foo ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php277
'bar ccc'/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php253
'Exception thrown when handling an exception.'/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php175
'Boom'/src/Symfony/Component/Lock/Tests/LockTest.php313
$this->levels[$type] . ': ' . $message/src/Symfony/Component/ErrorHandler/ErrorHandler.php456
$this->levels[$type] . ': ' . $message/src/Symfony/Component/ErrorHandler/ErrorHandler.php412
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php177
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php178
'Argument $exceptionOnNoToken of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct()" must be set to "false".'/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php278
'Authenticator "stdClass" must implement "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface".'/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php86
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php71
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php72
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php73
'random'/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php176
'There was a previous error with no ending dot'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php80
'There was a previous error with an ending dot.'/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php94
sprintf('Class "%s" not found.', $class)/src/Symfony/Component/Config/Resource/ClassExistenceResource.php161
substr_replace($message, sprintf(' while loading "%s"', self::$autoloadedClass), -1, 0)/src/Symfony/Component/Config/Resource/ClassExistenceResource.php164
'Notice'/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php73
'Foo'/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php52
'Foo'/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php46
"Class 'Foo\\Bar\\RequiredTwice' not found"/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php165
'test'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php160
'Ouch'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php135
'Foo'/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php31
'FooException'/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php132
'ccc'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php428
'bar'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php427
'foo ' . (new class ( ) extends \stdClass { /**/ } )::class . ' bar'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php425
'foo'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php422
'Class Foo not found'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php578
"Class 'IReallyReallyDoNotExistAnywhereInTheRepositoryISwear' not found"/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php547
'Foo message'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php496
'Class "App\Controller\ClassDoesNotExist" not found'/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php431
'Meh.'/src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php133
'Why not'/src/Symfony/Component/Messenger/Tests/WorkerTest.php113
'This is messsage 2'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php289
'Thrown from next middleware.'/src/Symfony/Component/Messenger/Test/Middleware/MiddlewareTestCase.php53
'Thrown from next middleware.'/src/Symfony/Component/Messenger/Tests/Middleware/TraceableMiddlewareTest.php94
'foo'/src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php66
'Oh no!'/src/Symfony/Component/Messenger/Tests/WorkerTest.php250
'foo'/src/Symfony/Component/Messenger/Tests/DataCollector/MessengerDataCollectorTest.php83
'test'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php233
'test'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php234
'Oh noes!'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php160
'previous'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php221
'This is a test message'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php276
'This is message 1'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php288
'test1'/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php241
sprintf('Class "%s" blah.', (new class ( ) extends \RuntimeException { /**/ } )::class)/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php258
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php248
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php221
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php319
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php280
'Server not found'/src/Symfony/Component/Messenger/Tests/Command/SetupTransportsCommandTest.php97
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php366
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php86
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php41
1/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/common.inc13
0/src/Symfony/Component/VarDumper/Tests/Fixtures/dump_server.php37
1/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc13
1/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php397
1/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/early_hints.php15
0/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php350
1/src/Symfony/Component/Console/Application.php187
1/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php171
255/src/Symfony/Component/Console/Application.php207
1/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php233
0/src/Symfony/Component/Console/Tests/Fixtures/application_signalable.php23
1/src/Symfony/Component/Console/Application.php184
proc_close(proc_open("$q$COMPOSER update --no-dev --prefer-dist --no-progress $q", [ ], $p, getcwd( )))/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php266
proc_get_status($proc)/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php409
0/src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php45
1/src/Symfony/Component/Intl/Resources/bin/common.php24
1/src/Symfony/Component/Translation/Resources/bin/translation-status.php60
1/src/Symfony/Component/Translation/Resources/bin/translation-status.php79
0/src/Symfony/Component/Translation/Resources/bin/translation-status.php96
1/src/Symfony/Component/Translation/Resources/bin/translation-status.php96
0/src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php91
1/src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php94
42/src/Symfony/Component/Mailer/Tests/Transport/Fixtures/fake-failing-sendmail.php8
'You should run "composer install --dev" in the component before running this script.'/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Fixtures/long_receiver.php10
1/src/Symfony/Component/String/Resources/bin/update-data.php50
1/src/Symfony/Component/VarDumper/Resources/functions/dump.php60
'It failed!'/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php59
'It failed!'/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php58
'Second error!'/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php44
'First error!'/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php41
'It failed!'/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php27
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php199
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php163
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php126
'hello'/src/Symfony/Component/String/Tests/LazyStringTest.php91
'hello'/src/Symfony/Component/String/Tests/LazyStringTest.php81
sprintf('Return value of %s() passed to %s::fromCallable() must be of the type string, %s returned.', $callback, static::class, $type)/src/Symfony/Component/String/LazyString.php97
'Invalid DKIM signing algorithm "unsupported-value".'/src/Symfony/Component/Mime/Tests/Crypto/DkimSignerTest.php104
'foo'/src/Symfony/Component/Workflow/Tests/Debug/TraceableWorkflowTest.php62
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php121
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php92
'no!'/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php45
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php92
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php153
'exception message'/src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php57
'Things are bad!'/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php50
'exception message'/src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php30
'I am inside'/src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php42
'foo'/src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php67
'foo'/src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php68