We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb3258 commit 1b1197cCopy full SHA for 1b1197c
tests/Concerns/Files.php
@@ -82,7 +82,7 @@ protected function copyFailedTransaction(): void
82
);
83
}
84
85
- protected function targetDirectory(?string $path = null): string
+ protected function targetDirectory(string $path = ''): string
86
{
87
$dir = $this->getOperationsPath();
88
0 commit comments