mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #9200 from nextcloud/fix-invalid-phan-detection
Fixes false positive possible sql injection by phan
This commit is contained in:
commit
056660bf7c
1 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,8 @@ class DBLockingProvider extends AbstractLockingProvider {
|
|||
/**
|
||||
* @param string $path
|
||||
* @param int $type self::LOCK_SHARED or self::LOCK_EXCLUSIVE
|
||||
*
|
||||
* @suppress SqlInjectionChecker
|
||||
*/
|
||||
public function releaseLock(string $path, int $type) {
|
||||
$this->markRelease($path, $type);
|
||||
|
|
|
|||
Loading…
Reference in a new issue