{"record":{"id":"6ce2c8fa464d9fea","repo":"pestphp/pest","slug":"the-profile-option-is-not-supported-when-runni","errorCode":null,"errorMessage":"The [--profile] option is not supported when running in parallel.","messagePattern":"The \\[--profile\\] option is not supported when running in parallel\\.","errorType":"exception","errorClass":"InvalidOption","httpStatus":null,"severity":"error","filePath":"src/Plugins/Profile.php","lineNumber":27,"sourceCode":"\n/**\n * @internal\n */\nfinal class Profile implements HandlesArguments\n{\n    use Concerns\\HandleArguments;\n\n    /**\n     * {@inheritDoc}\n     */\n    public function handleArguments(array $arguments): array\n    {\n        if (! $this->hasArgument('--profile', $arguments)) {\n            return $arguments;\n        }\n\n        if ($this->hasArgument('--parallel', $arguments)) {\n            throw new InvalidOption('The [--profile] option is not supported when running in parallel.');\n        }\n\n        return $arguments;\n    }\n}\n","sourceCodeStart":9,"sourceCodeEnd":33,"githubUrl":"https://github.com/pestphp/pest/blob/1af74a215c3a89bc7a44fc6f9322e369eaad2423/src/Plugins/Profile.php#L9-L33","documentation":"Error \"The [--profile] option is not supported when running in parallel.\" thrown in pestphp/pest.","triggerScenarios":"Thrown at src/Plugins/Profile.php:27 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"1af74a215c3a89bc7a44fc6f9322e369eaad2423","analyzedAt":"2026-08-21T02:16:38.132Z","schemaVersion":2},"datasetVersion":"2026-08-21T03:17:12.404Z"}