Skip to content

Commit 68f6f8a

Browse files
committed
[BUGFIX] Typo: Remove second semicolon
1 parent 3bab442 commit 68f6f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Domain/DataProvider/ReferrerTopDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44
namespace In2code\Lux\Domain\DataProvider;
55

6-
use Doctrine\DBAL\Exception as ExceptionDbal;;
6+
use Doctrine\DBAL\Exception as ExceptionDbal;
77
use In2code\Lux\Domain\Repository\PagevisitRepository;
88
use TYPO3\CMS\Core\Utility\GeneralUtility;
99

0 commit comments

Comments
 (0)