Skip to content

Commit 4623840

Browse files
committed
Fix minor issue detected by SonarCloud
1 parent 91e75bf commit 4623840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Symfony\Component\Dotenv\Dotenv;
66

7-
require dirname(__DIR__).'/vendor/autoload.php';
7+
require_once dirname(__DIR__).'/vendor/autoload.php';
88

99
if (method_exists(Dotenv::class, 'bootEnv')) {
1010
(new Dotenv())->bootEnv(dirname(__DIR__).'/.env');

0 commit comments

Comments
 (0)