Skip to content

Commit 35f8fcc

Browse files
authored
QueryNormalizer: Remove ending ?.
1 parent 6d85b72 commit 35f8fcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/QueryNormalizer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class QueryNormalizer
4343
'[,;]\s*\.\.\.+$' => '',
4444
'[\.,;:]$' => '',
4545
'\(\s(\d)' => '($1',
46+
'\?$' => '',
4647
];
4748

4849
/**

0 commit comments

Comments
 (0)