1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/11515] If condition changes

Duplicate return statements removed.

PHPBB3-11515
This commit is contained in:
Vishal Pandey 2017-05-14 12:08:20 +05:30 committed by Marc Alexander
parent dfcce400a4
commit 332b310809
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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;