mirror of
https://github.com/friendica/friendica
synced 2025-04-28 20:24:24 +02:00
Deleting return-types of methods
This commit is contained in:
parent
3f7e4f5bb6
commit
4b7be15560
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ abstract class AbstractLockDriver implements ILockDriver
|
|||
* @param string key The Name of the lock
|
||||
* @return bool Returns true if the lock is set
|
||||
*/
|
||||
protected function hasAcquiredLock(string $key): bool {
|
||||
protected function hasAcquiredLock(string $key) {
|
||||
return isset($this->acquireLock[$key]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue