Fixed docblock
This commit is contained in:
parent
7f1679d994
commit
de38097b16
|
@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit;
|
|||
* REST API Order Notes controller class.
|
||||
*
|
||||
* @package WooCommerce/API
|
||||
* @extends WC_REST_ControllerWC_REST_Order_Notes_V1_Controller
|
||||
* @extends WC_REST_Order_Notes_V1_Controller
|
||||
*/
|
||||
class WC_REST_Order_Notes_V2_Controller extends WC_REST_Order_Notes_V1_Controller {
|
||||
|
||||
|
|
Loading…
Reference in New Issue