Skip to content

Commit

Permalink
API Update deprecations (#27)
Browse files Browse the repository at this point in the history
* ENH Update deprecation messages

* API Update deprecations
  • Loading branch information
emteknetnz authored Oct 25, 2022
1 parent c4e8728 commit e5dceb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/RecipeInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ public function installLibrary(PackageInterface $package)
* 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'
*
* @deprecated 1.2..2.0 Will be removed in 2.0; app folder will be hard coded and no
* rewrites supported.
* 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
* @param string $destinationRoot Project root
* @param string $relativePath Relative path to the resource being installed
* @return string Relative path we should write to
Expand Down

0 comments on commit e5dceb4

Please sign in to comment.