Skip to content
Snippets Groups Projects
Commit d25ca197 authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

Mark getAppPath as specialized taint

parent db3a3bee
No related branches found
No related tags found
No related merge requests found
...@@ -517,6 +517,8 @@ class OC_App { ...@@ -517,6 +517,8 @@ class OC_App {
* Get the directory for the given 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) * If the app is defined in multiple directories, the first one is taken. (false if not found)
* *
* @psalm-taint-specialize
*
* @param string $appId * @param string $appId
* @return string|false * @return string|false
* @deprecated 11.0.0 use \OC::$server->getAppManager()->getAppPath() * @deprecated 11.0.0 use \OC::$server->getAppManager()->getAppPath()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment