mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-02-16 21:08:41 +00:00
automated phpcs fixes
This commit is contained in:
parent
60617c0f72
commit
bfa7e82821
|
|
@ -78,7 +78,7 @@ final class BackendController extends Controller
|
||||||
$navigation = Markdown::parse($summary === false ? '' : $summary);
|
$navigation = Markdown::parse($summary === false ? '' : $summary);
|
||||||
|
|
||||||
$view->setTemplate('/Modules/Help/Theme/Backend/help-general');
|
$view->setTemplate('/Modules/Help/Theme/Backend/help-general');
|
||||||
$view->data['content'] = $content;
|
$view->data['content'] = $content;
|
||||||
$view->data['navigation'] = $navigation;
|
$view->data['navigation'] = $navigation;
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
|
|
@ -195,8 +195,8 @@ final class BackendController extends Controller
|
||||||
$devNavigation = empty($devSummary) ? null : Markdown::parse($devSummary);
|
$devNavigation = empty($devSummary) ? null : Markdown::parse($devSummary);
|
||||||
|
|
||||||
$view->setTemplate('/Modules/Help/Theme/Backend/help-module');
|
$view->setTemplate('/Modules/Help/Theme/Backend/help-module');
|
||||||
$view->data['content'] = $content;
|
$view->data['content'] = $content;
|
||||||
$view->data['navigation'] = $navigation;
|
$view->data['navigation'] = $navigation;
|
||||||
$view->data['devNavigation'] = $devNavigation;
|
$view->data['devNavigation'] = $devNavigation;
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
|
|
@ -271,7 +271,7 @@ final class BackendController extends Controller
|
||||||
$navigation = Markdown::parse($summary === false ? '' : $summary);
|
$navigation = Markdown::parse($summary === false ? '' : $summary);
|
||||||
|
|
||||||
$view->setTemplate('/Modules/Help/Theme/Backend/help-developer');
|
$view->setTemplate('/Modules/Help/Theme/Backend/help-developer');
|
||||||
$view->data['content'] = $content;
|
$view->data['content'] = $content;
|
||||||
$view->data['navigation'] = $navigation;
|
$view->data['navigation'] = $navigation;
|
||||||
|
|
||||||
return $view;
|
return $view;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user