Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Oct 4, 2023
1 parent d6078d1 commit cbe39e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ProductComment.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public static function deleteUsefulness($id_product_comment)
* Report comment
*
* @return bool
*
*
* @deprecated 4.0.0 - migrated to controllers/front/ReportComment and src/Entity/ProductCommentReport
*/
public static function reportComment($id_product_comment, $id_customer)
Expand All @@ -452,7 +452,7 @@ public static function reportComment($id_product_comment, $id_customer)
* Comment already report
*
* @return bool
*
*
* @deprecated 4.0.0 - migrated to controllers/front/ReportComment and src/Entity/ProductCommentReport
*/
public static function isAlreadyReport($id_product_comment, $id_customer)
Expand All @@ -468,7 +468,7 @@ public static function isAlreadyReport($id_product_comment, $id_customer)
* Set comment usefulness
*
* @return bool
*
*
* @deprecated 4.0.0 - migrated to controllers/front/UpdateCommentUsefulness and src/Entity/ProductCommentUsefulness
*/
public static function setCommentUsefulness($id_product_comment, $usefulness, $id_customer)
Expand All @@ -482,7 +482,7 @@ public static function setCommentUsefulness($id_product_comment, $usefulness, $i
* Usefulness already set
*
* @return bool
*
*
* @deprecated 4.0.0 - migrated to controllers/front/UpdateCommentUsefulness and src/Entity/ProductCommentUsefulness
*/
public static function isAlreadyUsefulness($id_product_comment, $id_customer)
Expand Down
4 changes: 2 additions & 2 deletions ProductCommentCriterion.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function update($nullValues = false)
* Link a Comment Criterion to a product
*
* @return bool succeed
*
*
* @deprecated 6.0.0 - migrated to src/Repository/ProductCommentCriterionRepository
*/
public function addProduct($id_product)
Expand All @@ -118,7 +118,7 @@ public function addProduct($id_product)
* Link a Comment Criterion to a category
*
* @return bool succeed
*
*
* @deprecated 6.0.0 - migrated to src/Repository/ProductCommentCriterionRepository
*/
public function addCategory($id_category)
Expand Down

0 comments on commit cbe39e0

Please sign in to comment.