mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 04:20:37 -05:00
Merge pull request #24269 from nextcloud/taint-specialize
Mark getAppPath as specialized taint
This commit is contained in:
commit
032de4f333
1 changed files with 2 additions and 0 deletions
|
|
@ -518,6 +518,8 @@ class OC_App {
|
|||
* Get the directory for the given app.
|
||||
* If the app is defined in multiple directories, the first one is taken. (false if not found)
|
||||
*
|
||||
* @psalm-taint-specialize
|
||||
*
|
||||
* @param string $appId
|
||||
* @return string|false
|
||||
* @deprecated 11.0.0 use \OC::$server->getAppManager()->getAppPath()
|
||||
|
|
|
|||
Loading…
Reference in a new issue