public static function castPairStub(DsPairStub $c, array $a, Stub $stub, bool $isNested) : array { if ($isNested) { $stub->class = Pair::class; $stub->value = null; $stub->handle = 0; $a = $c->value; } return $a; }