<?php

/**
 * @file
 * Contains a fake database update function for testing.
 */

/**
 * Here is a fake update hook.
 *
 * The schema version is the maximum possible value for a 32-bit integer.
 */
function package_manager_update_2147483647(): void {
}
