Skip to content

Commit

Permalink
fix: fix php-cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Sep 21, 2024
1 parent 88480e4 commit 83a9e2e
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 @@ -24,7 +24,7 @@
}

if (! file_exists($dir . '/composer.json')) {
throw new RuntimeException("Unable to find base path (directory with composer.json)");
throw new RuntimeException('Unable to find base path (directory with composer.json)');
}

define('BASE_PATH', $dir);
Expand Down

0 comments on commit 83a9e2e

Please sign in to comment.