mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 11:46:32 +02:00
[ticket/13652] Fix coding style
PHPBB3-13652
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user