Code Quality

This commit is contained in:
cgfhtw
2023-07-27 11:42:03 +02:00
parent ace3bd6736
commit 7dee77a6af
18 changed files with 113 additions and 79 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
if (! defined('BASEPATH')) exit('No direct script access allowed');
/**
*
*
*/
class Cms extends FHC_Controller
{
@@ -33,7 +33,7 @@ class Cms extends FHC_Controller
* @param int $version
* @param string $sprache
* @param boolean $sichtbar
*
*
* @return void
*/
public function content($content_id, $version = null, $sprache = null, $sichtbar = true)
@@ -54,7 +54,7 @@ class Cms extends FHC_Controller
* @param string $titel
* @param boolean $edit
* @param boolean $sichtbar
*
*
* @return void
*/
public function news($infoscreen = false, $studiengang_kz = null, $semester = null, $mischen = true, $titel = '', $edit = false, $sichtbar = true)