mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[ticket/13652] Fix coding style
PHPBB3-13652
This commit is contained in:
parent
d26fcdda8d
commit
84150d0d44
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue