diff --git a/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php b/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php index 67a6a12939c89..491c512a70dde 100644 --- a/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php +++ b/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php @@ -23,7 +23,7 @@ interface InvoiceCommentInterface extends \Magento\Framework\Api\ExtensibleDataI * Parent ID. */ const PARENT_ID = 'parent_id'; - /* + /* * Is-customer-notified flag. */ const IS_CUSTOMER_NOTIFIED = 'is_customer_notified';