Compare commits

..

No commits in common. "fe4865a1bdcfaa8ef9616a7bc26ec02d170018da" and "80e0232bc92d7966620b323590bbab49fa67d60c" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -225,9 +225,8 @@ 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.0 Will be removed without equivalent functionality to replace it
* @deprecated 1.2..2.0 Will be removed in 2.0; app folder will be hard coded and no
* rewrites supported.
* @param string $destinationRoot Project root
* @param string $relativePath Relative path to the resource being installed
* @return string Relative path we should write to