/**
  * Returns the closure scope class.
  *
  * @return string|null
  */
 public function getClosureScopeClass()
 {
     return PHP_VERSION >= 50400 ? parent::getClosureScopeClass() : null;
 }