Skip to content

Commit 5c3d8dd

Browse files
committed
feat: drop support for PHP < 8.1, symfony < 6.4
1 parent c44e5e5 commit 5c3d8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
declare(strict_types=1);
44

5-
#use Symfony\Component\ErrorHandler\ErrorHandler;
5+
// use Symfony\Component\ErrorHandler\ErrorHandler;
66

7-
#ErrorHandler::register(null, false);
7+
// ErrorHandler::register(null, false);
88

99
/*
1010
* This file is part of the BazingaGeocoderBundle package.

0 commit comments

Comments
 (0)