mirror of
https://github.com/friendica/friendica
synced 2025-04-24 21:10:10 +00:00
Deleting return-types of methods
This commit is contained in:
parent
3f7e4f5bb6
commit
4b7be15560
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ class SemaphoreLockDriver extends AbstractLockDriver
|
|||
*
|
||||
* @return integer the semaphore key
|
||||
*/
|
||||
private static function semaphoreKey(string $key): int
|
||||
private static function semaphoreKey(string $key)
|
||||
{
|
||||
$temp = get_temppath();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue