Remove mixed from test

[MAILPOET-3945]
This commit is contained in:
Brezo Cordero
2021-11-15 18:21:50 -06:00
committed by Veljko V
parent b254e9c969
commit c95557a0ec

View File

@@ -679,7 +679,7 @@ class RendererTest extends \MailPoetTest {
wp_delete_post($postId, true);
}
public function makeAttachment($upload, $parentPostId = 0): mixed {
public function makeAttachment($upload, $parentPostId = 0) {
if ( ! function_exists( 'wp_crop_image' ) ) {
include( ABSPATH . 'wp-admin/includes/image.php' );
}