Skip to content

Commit c4235d3

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 6a70c09 commit c4235d3

File tree

1 file changed

+2
-2
lines changed
  • src/app/Library/CrudPanel/Traits

1 file changed

+2
-2
lines changed

src/app/Library/CrudPanel/Traits/Read.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ public function maxPageLength(): int
226226
{
227227
$pageLengthMenu = $this->getPageLengthMenu();
228228

229-
if(in_array(-1, $pageLengthMenu[0])) {
229+
if (in_array(-1, $pageLengthMenu[0])) {
230230
return -1;
231231
}
232232

233-
return (int)max($pageLengthMenu[0]);
233+
return (int) max($pageLengthMenu[0]);
234234
}
235235

236236
/**

0 commit comments

Comments
 (0)