Skip to content

Commit dd3b4f8

Browse files
committed
Refine autoload path in tests
The autoload path in 'tests/autoload.php' has been updated to ensure consistency and proper functioning. The refinement adds necessary spaces for optimal readability and maintainability while reinforcing the correct pathing for autoloading.
1 parent 33c3afb commit dd3b4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
use Symfony\Component\ErrorHandler\ErrorHandler;
66

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

99
set_exception_handler([new ErrorHandler(), 'handleException']);

0 commit comments

Comments
 (0)