Code cleanup (indentation and PHPDoc)

This commit is contained in:
Molkobain
2022-02-09 12:58:48 +01:00
parent 0d26211dbe
commit c9d02826a0
3 changed files with 7 additions and 4 deletions

View File

@@ -455,6 +455,8 @@ abstract class Controller
* @param string $sReportFileName Root name of the report file
*
* @throws \Exception
*
* @since 3.0.1 3.1.0 Add $sReportFileName parameter
*/
public function DownloadZippedPage($aParams = array(), $sTemplateName = null, $sReportFileName = 'itop-system-information-report')
{