mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 11:04:42 +00:00
src: whitespace and style
This commit is contained in:
parent
a72ac678a4
commit
cd615e1896
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/env perl
|
||||
#
|
||||
# Clean a text file -- or directory of text files -- of stealth whitespace.
|
||||
# WARNING: this can be a highly destructive operation. Use with caution.
|
||||
|
||||
@ -88,5 +88,4 @@ class SettingsController extends ApiControllerBase
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -58,8 +58,14 @@ class UIModelGrid
|
||||
* @param string $searchPhrase search phrase to use
|
||||
* @return array
|
||||
*/
|
||||
public function fetch($fields, $itemsPerPage, $currentPage, $sortBy = array(), $sortDescending = false, $searchPhrase = '')
|
||||
{
|
||||
public function fetch(
|
||||
$fields,
|
||||
$itemsPerPage,
|
||||
$currentPage,
|
||||
$sortBy = array(),
|
||||
$sortDescending = false,
|
||||
$searchPhrase = ''
|
||||
) {
|
||||
$result = array('rows'=>array());
|
||||
|
||||
$recordIndex = 0;
|
||||
@ -109,5 +115,4 @@ class UIModelGrid
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user