minor changes

This commit is contained in:
Philipp Holzer 2018-06-26 23:44:30 +02:00
parent d409a92ca2
commit acf6a5cb9e
No known key found for this signature in database
GPG Key ID: 58160D7D6AF942B6
3 changed files with 3 additions and 3 deletions

View File

@ -35,4 +35,4 @@ interface ILockDriver
* @return void
*/
public function releaseAll();
}
}

View File

@ -83,4 +83,4 @@ class MemcacheLockDriver implements ILockDriver
// We cannot delete all cache entries, but this doesn't matter with memcache
return;
}
}
}

View File

@ -79,4 +79,4 @@ class SemaphoreLockDriver implements ILockDriver
// not needed/supported
return;
}
}
}