Holds the class used for dumping the container to a PHP array.
In combination with swapping the container class this is useful to e.g. dump to the human-readable PHP array format to debug the container definition in an easier way.
Type: string
protected $phpArrayDumperClass = '\\Drupal\\Component\\DependencyInjection\\Dumper\\OptimizedPhpArrayDumper';