Skip to content

Commit 55f7f52

Browse files
committed
Fix php_cs
Signed-off-by: Dmitry Mazurov <[email protected]>
1 parent a7d6f36 commit 55f7f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function columnName($i, $type = null)
228228
if (isset($column['data']['display']) && $column['data']['display'] != '') {
229229
return $column['data']['display'];
230230
}
231-
231+
232232
if (isset($column['data']['_']) && $column['data']['_'] != '') {
233233
return $column['data']['_'];
234234
}

0 commit comments

Comments
 (0)