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 * @return void
*/ */
public function releaseAll(); 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 // We cannot delete all cache entries, but this doesn't matter with memcache
return; return;
} }
} }

View File

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