1
0
Fork 0

Add @deprecated note

pull/1644/head
Jordi Boggiano 2013-03-03 17:32:41 +01:00
parent c32470c7df
commit 06026d6b93
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ class RepositoryManager
/**
* Returns all local repositories for the project.
*
* @deprecated getLocalDevRepository is gone, so this is useless now, just use getLocalRepository instead
* @return array[WritableRepositoryInterface]
*/
public function getLocalRepositories()