Your project uses discouraged functions to kill scripts
- Read doc
- Reliability
- Major
More information: https://insight.symfony.com/what-we-analyse/php.use_exit_function
- }
- private function error(string $message): never
- {
- $this->message($message, 'Error');
- exit(1);
- }
- /**
- * @phpstan-param array<int, MapType> $map
- *