Fixes false positive possible sql injection by phan
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
db8bcfc5f6
commit
4d832cd4e3
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