mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
Merge pull request #3982 from Nicofuma/ticket/13652
[ticket/13652] Fix coding style
This commit is contained in:
@@ -915,7 +915,7 @@ abstract class driver implements driver_interface
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($operation === 'NOT')
|
if ($operation === 'NOT')
|
||||||
{
|
{
|
||||||
$operations_ary = implode("", $operations_ary);
|
$operations_ary = implode("", $operations_ary);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user