Skip to content

Commit 5025b9c

Browse files
committed
CS fix
1 parent ba07105 commit 5025b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PHPCR/Util/QOM/BaseQomToSqlQueryConverter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use PHPCR\Query\QOM;
66
use PHPCR\Query\QOM\QueryObjectModelConstantsInterface as Constants;
77

8-
abstract class BaseQomToSqlQueryConverter {
9-
8+
abstract class BaseQomToSqlQueryConverter
9+
{
1010
/**
1111
* @var \PHPCR\Util\QOM\Sql2Generator
1212
*/

0 commit comments

Comments
 (0)