@psalm-param class-string $mockName @psalm-param list<ConfigurableMethod> $configurableMethods
public function __construct(string $classCode, string $mockName, array $configurableMethods) { $this->classCode = $classCode; $this->mockName = $mockName; $this->configurableMethods = $configurableMethods; }