summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/update/update.compare.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/update/update.compare.inc')
-rw-r--r--core/modules/update/update.compare.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/update/update.compare.inc b/core/modules/update/update.compare.inc
index 1ea781a974b..05c6565ce19 100644
--- a/core/modules/update/update.compare.inc
+++ b/core/modules/update/update.compare.inc
@@ -5,7 +5,7 @@
*/
use Drupal\Core\Extension\ExtensionVersion;
-use Drupal\Core\Hook\Attribute\StopProceduralHookScan;
+use Drupal\Core\Hook\Attribute\ProceduralHookScanStop;
use Drupal\Core\Utility\Error;
use Drupal\update\ProjectRelease;
use Drupal\update\UpdateFetcherInterface;
@@ -23,7 +23,7 @@ use Drupal\update\ProjectCoreCompatibility;
* Array of project information from
* \Drupal\update\UpdateManager::getProjects().
*/
-#[StopProceduralHookScan]
+#[ProceduralHookScanStop]
function update_process_project_info(&$projects): void {
foreach ($projects as $key => $project) {
// Assume an official release until we see otherwise.