mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
Fixes to be compliant with PHPMD & PHPCS
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
'Organisation unit',
|
||||
'Organizational form'
|
||||
),
|
||||
'formatRow' => function($datasetRaw) {
|
||||
'formatRow' => function ($datasetRaw) {
|
||||
|
||||
if (isEmptyString($datasetRaw->Description)) $datasetRaw->Description = 'NA';
|
||||
if (isEmptyString($datasetRaw->OrganisationUnit)) $datasetRaw->OrganisationUnit = 'NA';
|
||||
@@ -43,5 +43,4 @@
|
||||
$filterWidgetArray['filter_id'] = $this->input->get('filter_id');
|
||||
|
||||
echo $this->widgetlib->widget('FilterWidget', $filterWidgetArray);
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user