-
-
Notifications
You must be signed in to change notification settings - Fork 934
Description
Bug report
Hello i found a problem running phpstan.
All enviroment variables are defined, but phpstan throws:
Error:
Internal error: Internal error: Secret is not set. in file /app/xyzs/app/Validators/ExternalRequestValidator.php
Trace:
Post the following stack trace to https://github.com/phpstan/phpstan/issues/new?template=Bug_report.md:
#0 /app/xyzs/vendor/tymon/jwt-auth/src/Providers/JWT/Lcobucci.php(186): Tymon\JWTAuth\Providers\JWT\Lcobucci->getSigningKey()
#1 /app/xyzs/vendor/tymon/jwt-auth/src/Providers/JWT/Lcobucci.php(57): Tymon\JWTAuth\Providers\JWT\Lcobucci->buildConfig()
#2 /app/xyzs/vendor/tymon/jwt-auth/src/Providers/AbstractServiceProvider.php(170):
Tymon\JWTAuth\Providers\JWT\Lcobucci->construct(NULL, 'HS256', Array)
#3 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(873):
Tymon\JWTAuth\Providers\AbstractServiceProvider->Tymon\JWTAuth\Providers{closure}(Object(Illuminate\Foundation\Application), Array)
#4 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(758):
Illuminate\Container\Container->build(Object(Closure))
#5 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(853):
Illuminate\Container\Container->resolve('tymon.jwt.provi...', Array, true)
#6 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(694):
Illuminate\Foundation\Application->resolve('tymon.jwt.provi...', Array)
#7 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(838):
Illuminate\Container\Container->make('tymon.jwt.provi...', Array)
#8 /app/xyzs/vendor/tymon/jwt-auth/src/Providers/AbstractServiceProvider.php(367):
Illuminate\Foundation\Application->make('tymon.jwt.provi...')
#9 /app/xyzs/vendor/tymon/jwt-auth/src/Providers/AbstractServiceProvider.php(138):
Tymon\JWTAuth\Providers\AbstractServiceProvider->getConfigInstance('providers.jwt')
#10 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(873):
Tymon\JWTAuth\Providers\AbstractServiceProvider->Tymon\JWTAuth\Providers{closure}(Object(Illuminate\Foundation\Application), Array)
#11 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(758):
Illuminate\Container\Container->build(Object(Closure))
#12 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(853):
Illuminate\Container\Container->resolve('tymon.jwt.provi...', Array, true)
#13 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(694):
Illuminate\Foundation\Application->resolve('tymon.jwt.provi...', Array)
#14 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(838):
Illuminate\Container\Container->make('tymon.jwt.provi...', Array)
#15 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(1419):
Illuminate\Foundation\Application->make('tymon.jwt.provi...')
#16 /app/xyzs/vendor/tymon/jwt-auth/src/Providers/AbstractServiceProvider.php(208):
Illuminate\Container\Container->offsetGet('tymon.jwt.provi...')
#17 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(873):
Tymon\JWTAuth\Providers\AbstractServiceProvider->Tymon\JWTAuth\Providers{closure}(Object(Illuminate\Foundation\Application), Array)
#18 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(758):
Illuminate\Container\Container->build(Object(Closure))
#19 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(853):
Illuminate\Container\Container->resolve('tymon.jwt.manag...', Array, true)
#20 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(694):
Illuminate\Foundation\Application->resolve('tymon.jwt.manag...', Array)
#21 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(838):
Illuminate\Container\Container->make('tymon.jwt.manag...', Array)
#22 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(1419):
Illuminate\Foundation\Application->make('tymon.jwt.manag...')
#23 /app/xyzs/vendor/tymon/jwt-auth/src/Providers/AbstractServiceProvider.php(265):
Illuminate\Container\Container->offsetGet('tymon.jwt.manag...')
#24 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(873):
Tymon\JWTAuth\Providers\AbstractServiceProvider->Tymon\JWTAuth\Providers{closure}(Object(Illuminate\Foundation\Application), Array)
#25 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(758):
Illuminate\Container\Container->build(Object(Closure))
#26 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(853):
Illuminate\Container\Container->resolve('tymon.jwt.auth', Array, true)
#27 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(694):
Illuminate\Foundation\Application->resolve('tymon.jwt.auth', Array)
#28 /app/xyzs/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(838):
Illuminate\Container\Container->make('tymon.jwt.auth', Array)
#29 /app/xyzs/vendor/laravel/framework/src/Illuminate/Container/Container.php(1419):
Illuminate\Foundation\Application->make('tymon.jwt.auth')
#30 /app/xyzs/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(198):
Illuminate\Container\Container->offsetGet('tymon.jwt.auth')
#31 /app/xyzs/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(166):
Illuminate\Support\Facades\Facade::resolveFacadeInstance('tymon.jwt.auth')
#32 /app/xyzs/vendor/larastan/larastan/src/Methods/Pipes/Facades.php(30): Illuminate\Support\Facades\Facade::getFacadeRoot()
#33 /app/xyzs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167):
NunoMaduro\Larastan\Methods\Pipes\Facades->handle(Object(NunoMaduro\Larastan\Methods\Passable), Object(Closure))
#34 /app/xyzs/vendor/larastan/larastan/src/Methods/Pipes/Contracts.php(36):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(NunoMaduro\Larastan\Methods\Passable))
#35 /app/xyzs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167):
NunoMaduro\Larastan\Methods\Pipes\Contracts->handle(Object(NunoMaduro\Larastan\Methods\Passable), Object(Closure))
#36 /app/xyzs/vendor/larastan/larastan/src/Methods/Pipes/Macros.php(93):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(NunoMaduro\Larastan\Methods\Passable))
#37 /app/xyzs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167):
NunoMaduro\Larastan\Methods\Pipes\Macros->handle(Object(NunoMaduro\Larastan\Methods\Passable), Object(Closure))
#38 /app/xyzs/vendor/larastan/larastan/src/Methods/Pipes/SelfClass.php(25):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(NunoMaduro\Larastan\Methods\Passable))
#39 /app/xyzs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167):
NunoMaduro\Larastan\Methods\Pipes\SelfClass->handle(Object(NunoMaduro\Larastan\Methods\Passable), Object(Closure))
#40 /app/xyzs/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline{closure}(Object(NunoMaduro\Larastan\Methods\Passable))
#41 /app/xyzs/vendor/larastan/larastan/src/Methods/Kernel.php(67): Illuminate\Pipeline\Pipeline->then(Object(Closure))
#42 /app/xyzs/vendor/larastan/larastan/src/Methods/Extension.php(42):
NunoMaduro\Larastan\Methods\Kernel->handle(Object(PHPStan\Reflection\ClassReflection), 'getToken')
#43 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Reflection/ClassReflection.php(416):
NunoMaduro\Larastan\Methods\Extension->hasMethod(Object(PHPStan\Reflection\ClassReflection), 'getToken')
#44 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Type/ObjectType.php(477):
PHPStan\Reflection\ClassReflection->hasMethod('getToken')
#45 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php(3525):
PHPStan\Type\ObjectType->hasMethod('getToken')
#46 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php(3535):
PHPStan\Analyser\MutatingScope->getMethodReflection(Object(PHPStan\Type\ObjectType), 'getToken')
#47 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php(1444):
PHPStan\Analyser\MutatingScope->methodCallReturnType(Object(PHPStan\Type\ObjectType), 'getToken', Object(PhpParser\Node\Expr\StaticCall))
#48 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php(1450):
PHPStan\Analyser\MutatingScope->PHPStan\Analyser{closure}()
#49 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php(572):
PHPStan\Analyser\MutatingScope->resolveType(Object(PhpParser\Node\Expr\StaticCall))
#50 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1351):
PHPStan\Analyser\MutatingScope->getType(Object(PhpParser\Node\Expr\StaticCall))
#51 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1370):
PHPStan\Analyser\NodeScopeResolver->ensureShallowNonNullability(Object(PHPStan\Analyser\MutatingScope), Object(PHPStan\Analyser\MutatingScope),
Object(PhpParser\Node\Expr\StaticCall))
#52 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1331):
PHPStan\Analyser\NodeScopeResolver->PHPStan\Analyser{closure}(Object(PHPStan\Analyser\MutatingScope), Object(PhpParser\Node\Expr\StaticCall))
#53 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1375):
PHPStan\Analyser\NodeScopeResolver->lookForExpressionCallback(Object(PHPStan\Analyser\MutatingScope), Object(PhpParser\Node\Expr\StaticCall),
Object(Closure))
#54 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1944):
PHPStan\Analyser\NodeScopeResolver->ensureNonNullability(Object(PHPStan\Analyser\MutatingScope), Object(PhpParser\Node\Expr\StaticCall))
#55 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(2695):
PHPStan\Analyser\NodeScopeResolver->processExprNode(Object(PhpParser\Node\Expr\BinaryOp\Coalesce), Object(PHPStan\Analyser\MutatingScope),
Object(Closure), Object(PHPStan\Analyser\ExpressionContext))
#56 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1684):
PHPStan\Analyser\NodeScopeResolver->processArgs(Object(PHPStan\Reflection\ResolvedMethodReflection), Object(PHPStan\Reflection\ResolvedFunctionVariant),
Array, Object(PHPStan\Analyser\MutatingScope), Object(Closure), Object(PHPStan\Analyser\ExpressionContext))
#57 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(554):
PHPStan\Analyser\NodeScopeResolver->processExprNode(Object(PhpParser\Node\Expr\MethodCall), Object(PHPStan\Analyser\MutatingScope), Object(Closure),
Object(PHPStan\Analyser\ExpressionContext))
#58 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(356):
PHPStan\Analyser\NodeScopeResolver->processStmtNode(Object(PhpParser\Node\Stmt\Expression), Object(PHPStan\Analyser\MutatingScope), Object(Closure))
#59 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php(1112):
PHPStan\Analyser\NodeScopeResolver->processStmtNodes(Object(PhpParser\Node\Expr\Closure), Array, Object(PHPStan\Analyser\MutatingScope), Object(Closure))
#60 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/MutatingScope.php(572):
PHPStan\Analyser\MutatingScope->resolveType(Object(PhpParser\Node\Expr\Closure))
#61 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Rules/FunctionCallParametersCheck.php(115):
PHPStan\Analyser\MutatingScope->getType(Object(PhpParser\Node\Expr\Closure))
#62 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Rules/Methods/CallStaticMethodsRule.php(49):
PHPStan\Rules\FunctionCallParametersCheck->check(Object(PHPStan\Reflection\ResolvedFunctionVariant), Object(PHPStan\Analyser\MutatingScope), false,
Object(PhpParser\Node\Expr\StaticCall), Array)
#63 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/FileAnalyser.php(106):
PHPStan\Rules\Methods\CallStaticMethodsRule->processNode(Object(PhpParser\Node\Expr\StaticCall), Object(PHPStan\Analyser\MutatingScope))
#64 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Node/ClassStatementsGatherer.php(95):
PHPStan\Analyser\FileAnalyser->PHPStan\Analyser{closure}(Object(PhpParser\Node\Expr\StaticCall), Object(PHPStan\Analyser\MutatingScope))
#65 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(502):
PHPStan\Node\ClassStatementsGatherer->invoke(Object(PhpParser\Node\Expr\StaticCall), Object(PHPStan\Analyser\MutatingScope))
#66 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(2459):
PHPStan\Analyser\NodeScopeResolver::PHPStan\Analyser{closure}(Object(PhpParser\Node\Expr\StaticCall), Object(PHPStan\Analyser\MutatingScope))
#67 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1451):
PHPStan\Analyser\NodeScopeResolver->callNodeCallbackWithExpression(Object(Closure), Object(PhpParser\Node\Expr\StaticCall),
Object(PHPStan\Analyser\MutatingScope), Object(PHPStan\Analyser\ExpressionContext))
#68 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1466):
PHPStan\Analyser\NodeScopeResolver->processExprNode(Object(PhpParser\Node\Expr\StaticCall), Object(PHPStan\Analyser\MutatingScope), Object(Closure),
Object(PHPStan\Analyser\ExpressionContext))
#69 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(2721):
PHPStan\Analyser\NodeScopeResolver->PHPStan\Analyser{closure}(Object(PHPStan\Analyser\MutatingScope))
#70 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(1474):
PHPStan\Analyser\NodeScopeResolver->processAssignVar(Object(PHPStan\Analyser\MutatingScope), Object(PhpParser\Node\Expr\Variable),
Object(PhpParser\Node\Expr\StaticCall), Object(Closure), Object(PHPStan\Analyser\ExpressionContext), Object(Closure), true)
#71 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(554):
PHPStan\Analyser\NodeScopeResolver->processExprNode(Object(PhpParser\Node\Expr\Assign), Object(PHPStan\Analyser\MutatingScope), Object(Closure),
Object(PHPStan\Analyser\ExpressionContext))
#72 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(356):
PHPStan\Analyser\NodeScopeResolver->processStmtNode(Object(PhpParser\Node\Stmt\Expression), Object(PHPStan\Analyser\MutatingScope), Object(Closure))
#73 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(517):
PHPStan\Analyser\NodeScopeResolver->processStmtNodes(Object(PhpParser\Node\Stmt\ClassMethod), Array, Object(PHPStan\Analyser\MutatingScope),
Object(Closure))
#74 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(356):
PHPStan\Analyser\NodeScopeResolver->processStmtNode(Object(PhpParser\Node\Stmt\ClassMethod), Object(PHPStan\Analyser\MutatingScope),
Object(PHPStan\Node\ClassStatementsGatherer))
#75 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(595):
PHPStan\Analyser\NodeScopeResolver->processStmtNodes(Object(PhpParser\Node\Stmt\Class), Array, Object(PHPStan\Analyser\MutatingScope),
Object(PHPStan\Node\ClassStatementsGatherer))
#76 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(356):
PHPStan\Analyser\NodeScopeResolver->processStmtNode(Object(PhpParser\Node\Stmt\Class), Object(PHPStan\Analyser\MutatingScope), Object(Closure))
#77 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(567):
PHPStan\Analyser\NodeScopeResolver->processStmtNodes(Object(PhpParser\Node\Stmt\Namespace), Array, Object(PHPStan\Analyser\MutatingScope),
Object(Closure))
#78 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/NodeScopeResolver.php(326):
PHPStan\Analyser\NodeScopeResolver->processStmtNode(Object(PhpParser\Node\Stmt\Namespace), Object(PHPStan\Analyser\MutatingScope), Object(Closure))
#79 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Analyser/FileAnalyser.php(175):
PHPStan\Analyser\NodeScopeResolver->processNodes(Array, Object(PHPStan\Analyser\MutatingScope), Object(Closure))
#80 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Command/WorkerCommand.php(147):
PHPStan\Analyser\FileAnalyser->analyseFile('/app/xyzs...', Array, Object(PHPStan\Rules\LazyRegistry), Object(PHPStan\Collectors\Registry), NULL)
#81 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php(97):
PHPStan\Command\WorkerCommand->PHPStan\Command{closure}(Array)
#82 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/clue/ndjson-react/src/Decoder.php(110):
_PHPStan_71ced81c9\Evenement\EventEmitter->emit('data', Array)
#83 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php(97):
_PHPStan_71ced81c9\Clue\React\NDJson\Decoder->handleData(Array)
#84 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/react/stream/src/Util.php(62):
_PHPStan_71ced81c9\Evenement\EventEmitter->emit('data', Array)
#85 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php(97):
_PHPStan_71ced81c9\React\Stream\Util::_PHPStan_71ced81c9\React\Stream{closure}('{"action":"anal...')
#86 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/react/stream/src/DuplexResourceStream.php(154):
_PHPStan_71ced81c9\Evenement\EventEmitter->emit('data', Array)
#87 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/react/event-loop/src/StreamSelectLoop.php(201):
_PHPStan_71ced81c9\React\Stream\DuplexResourceStream->handleData(Resource id #4635)
#88 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/react/event-loop/src/StreamSelectLoop.php(173):
_PHPStan_71ced81c9\React\EventLoop\StreamSelectLoop->waitForStreamActivity(NULL)
#89 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/src/Command/WorkerCommand.php(107):
_PHPStan_71ced81c9\React\EventLoop\StreamSelectLoop->run()
#90 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php(259):
PHPStan\Command\WorkerCommand->execute(Object(_PHPStan_71ced81c9\Symfony\Component\Console\Input\ArgvInput),
Object(_PHPStan_71ced81c9\Symfony\Component\Console\Output\ConsoleOutput))
#91 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Application.php(868):
_PHPStan_71ced81c9\Symfony\Component\Console\Command\Command->run(Object(_PHPStan_71ced81c9\Symfony\Component\Console\Input\ArgvInput),
Object(_PHPStan_71ced81c9\Symfony\Component\Console\Output\ConsoleOutput))
#92 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Application.php(259):
_PHPStan_71ced81c9\Symfony\Component\Console\Application->doRunCommand(Object(PHPStan\Command\WorkerCommand),
Object(_PHPStan_71ced81c9\Symfony\Component\Console\Input\ArgvInput), Object(_PHPStan_71ced81c9\Symfony\Component\Console\Output\ConsoleOutput))
#93 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Application.php(157):
_PHPStan_71ced81c9\Symfony\Component\Console\Application->doRun(Object(_PHPStan_71ced81c9\Symfony\Component\Console\Input\ArgvInput),
Object(_PHPStan_71ced81c9\Symfony\Component\Console\Output\ConsoleOutput))
#94 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/bin/phpstan(124):
_PHPStan_71ced81c9\Symfony\Component\Console\Application->run()
#95 phar:///app/xyzs/vendor/phpstan/phpstan/phpstan.phar/bin/phpstan(125): _PHPStan_71ced81c9{closure}()
#96 /app/xyzs/vendor/phpstan/phpstan/phpstan(8): require('phar:///app/xyzs/...')
#97 /app/xyzs/vendor/bin/phpstan(107): include('/app/xyzs/...')
#98 {main}
Code snippet that reproduces the problem
No response
Expected output
Its should not return error
Did PHPStan help you today? Did it make you happy in any way?
No response