Skip to content

Commit 1b1197c

Browse files
Fixed typo
1 parent bdb3258 commit 1b1197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Concerns/Files.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected function copyFailedTransaction(): void
8282
);
8383
}
8484

85-
protected function targetDirectory(?string $path = null): string
85+
protected function targetDirectory(string $path = ''): string
8686
{
8787
$dir = $this->getOperationsPath();
8888

0 commit comments

Comments
 (0)