From 09b26b17ab7c9ee01db237e12b501b0980520fa7 Mon Sep 17 00:00:00 2001 From: Ted Bowman <ted@tedbow.com> Date: Fri, 22 Oct 2021 13:00:32 -0400 Subject: [PATCH] fix @var --- tests/src/Functional/FileSystemOperationsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Functional/FileSystemOperationsTest.php b/tests/src/Functional/FileSystemOperationsTest.php index 1e821229b4..fe42f99893 100644 --- a/tests/src/Functional/FileSystemOperationsTest.php +++ b/tests/src/Functional/FileSystemOperationsTest.php @@ -49,7 +49,7 @@ class FileSystemOperationsTest extends AutomaticUpdatesFunctionalTestBase { // active directory, and has a staging area within the site directory for // this test. $drupal_root = $this->getDrupalRoot(); - /** @var \Drupal\automatic_updates\PathLocator|\Prophecy\Prophecy\ObjectProphecy $locator */ + /** @var \Drupal\package_manager\PathLocator|\Prophecy\Prophecy\ObjectProphecy $locator */ $locator = $this->prophesize(PathLocator::class); $locator->getActiveDirectory()->willReturn(__DIR__ . '/../../fixtures/fake-site'); $this->stageDir = implode(DIRECTORY_SEPARATOR, [ -- GitLab