chore: adjusts style

This commit is contained in:
Nuno Maduro
2025-06-27 02:15:36 +01:00
parent ef76c04dbe
commit 7fc69033f8

View File

@ -9,3 +9,4 @@ it('may return a file path', function () {
it('may throw an exception if the file does not exist', function () {
fixture('file-that-does-not-exist.php');
})->throws(InvalidArgumentException::class);