mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11515] If condition changes
Duplicate return statements removed. PHPBB3-11515
This commit is contained in:
parent
8897dbf9fe
commit
fa108176e5
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ class flock
|
|||
{
|
||||
throw new \phpbb\exception\http_exception(500, 'Failure while aqcuiring locks.');
|
||||
}
|
||||
return (bool) $this->lock_fp;
|
||||
}
|
||||
|
||||
return (bool) $this->lock_fp;
|
||||
|
|
Loading…
Add table
Reference in a new issue