Skip to content

Commit 8a6e6eb

Browse files
committed
phpcsエラー修正
1 parent 320b7d1 commit 8a6e6eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

View/Helper/TableListHelper.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,9 @@ public function tableData($fieldName, $value = '', $options = array()) {
228228

229229
if (Hash::get($options, 'editUrl', false)) {
230230
$output .= '<td>';
231-
$output .= $this->LinkButton->edit('', Hash::get($options, 'editUrl', []), ['iconSize' => ' btn-xs']);
231+
$output .= $this->LinkButton->edit(
232+
'', Hash::get($options, 'editUrl', []), ['iconSize' => ' btn-xs']
233+
);
232234
$output .= '</td>';
233235
}
234236

0 commit comments

Comments
 (0)