From 44b4fdeea09f962ec1977d935024e893b7c78415 Mon Sep 17 00:00:00 2001 From: Ovidiu Liuta Date: Fri, 21 Jan 2022 10:42:11 +0200 Subject: [PATCH] new line fix --- lib/WP_Async_Request.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WP_Async_Request.php b/lib/WP_Async_Request.php index 3b5ad94db..ff5e29b30 100644 --- a/lib/WP_Async_Request.php +++ b/lib/WP_Async_Request.php @@ -13,6 +13,7 @@ */ if ( ! class_exists( 'WP_Async_Request' ) ) { + /** * Abstract WP_Async_Request class. *