Skip to content

Commit 80ceece

Browse files
authored
Merge pull request z-song#4282 from z-song/analysis-m44P7V
Apply fixes from StyleCI
2 parents a79bea3 + 83aee42 commit 80ceece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/Field/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ protected function preview()
152152
public function hidePreview()
153153
{
154154
return $this->options([
155-
'showPreview' => false
155+
'showPreview' => false,
156156
]);
157157
}
158158

0 commit comments

Comments
 (0)