We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7d83f commit 17fd2dcCopy full SHA for 17fd2dc
src/FileWriter.php
@@ -62,7 +62,7 @@ public function saveFile( string $archive_dir ) : void {
62
}
63
64
$directory_in_archive =
65
- $path_info['dirname'] ? $path_info['dirname'] : '';
+ $path_info['dirname'] ?? '';
66
67
$file_dir = $archive_dir . ltrim( $directory_in_archive, '/' );
68
0 commit comments