Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 7, 2023
1 parent 2d95d17 commit 199f1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use PHP_CodeSniffer\Util\Tokens;

require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__ . '/../vendor/phpcsstandards/php_codesniffer/autoload.php';
require_once __DIR__ . '/../vendor/squizlabs/php_codesniffer/autoload.php';

// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
// initalize token with INT type, otherwise php-cs-fixer and php-parser breaks
Expand Down

0 comments on commit 199f1e5

Please sign in to comment.