You are here

function upgrade_status_update_8302 in Upgrade Status 8.3

Delete state, because PHPStan fail state was incorrectly formatted.

File

./upgrade_status.install, line 70
Install, update, and uninstall functions for the Upgrade Status module.

Code

function upgrade_status_update_8302() {
  \Drupal::keyValue('upgrade_status_scan_results')
    ->deleteAll();
}