/**
  * Set the current PHP system version.
  *
  * @return ConfigurationInterface The current instance
  */
 protected function setMySQLVersion(DatabaseInterface $database) : ConfigurationInterface
 {
     return $this->set('mysql_version', $database->getMySQLVersion());
 }