File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,17 +188,17 @@ static function ( $file_path ) {
188188 try {
189189 if ( $ this ->stdout ) {
190190 wp_export (
191- [ // @phpstan-ignore argument.type
191+ [
192192 'filters ' => $ this ->export_args ,
193- 'writer ' => WP_Export_File_Writer::class,
193+ 'writer ' => WP_Export_File_Writer::class, // @phpstan-ignore argument.type
194194 'writer_args ' => 'php://output ' ,
195195 ]
196196 );
197197 } else {
198198 wp_export (
199- [ // @phpstan-ignore argument.type
199+ [
200200 'filters ' => $ this ->export_args ,
201- 'writer ' => WP_Export_Split_Files_Writer::class,
201+ 'writer ' => WP_Export_Split_Files_Writer::class, // @phpstan-ignore argument.type
202202 'writer_args ' => [
203203 'max_file_size ' => $ this ->max_file_size ,
204204 'destination_directory ' => $ this ->wxr_path ,
You can’t perform that action at this time.
0 commit comments