From 0fb947b6336a6b0e59fb85c78f1369be9577aed0 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 18 Oct 2022 15:38:59 +1300 Subject: [PATCH] ENH Update deprecation messages --- src/RecipeInstaller.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/RecipeInstaller.php b/src/RecipeInstaller.php index 6233915..d27e095 100644 --- a/src/RecipeInstaller.php +++ b/src/RecipeInstaller.php @@ -224,9 +224,10 @@ class RecipeInstaller extends LibraryInstaller /** * Perform any file rewrites necessary to a relative path of a file being installed. * E.g. if 'mysite' folder exists, rewrite 'mysite' to 'app' and 'mysite/code' to 'app/src' + * + * This will be removed in 2.0 as the app folder will be hard coded and no rewrites supported. * - * @deprecated 1.2..2.0 Will be removed in 2.0; app folder will be hard coded and no - * rewrites supported. + * @deprecated 1.2..2.0 Will be removed without equivalent functionality to replace it * @param string $destinationRoot Project root * @param string $relativePath Relative path to the resource being installed * @return string Relative path we should write to