Skip to content

Commit e6dd36c

Browse files
committed
Run CS Fixer
1 parent bd1fbe4 commit e6dd36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/front/ListComments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function display()
7171

7272
if ($isLastNameAnonymous) {
7373
$productComment['customer_name'] = $this->anonymizeName($productComment['customer_name']);
74-
$productComment['lastname']= '...';
74+
$productComment['lastname'] = '...';
7575
}
7676

7777
$productComment['customer_name'] = htmlentities($productComment['customer_name']);

0 commit comments

Comments
 (0)