From 82561d09dc20fda11a958aa7ecf191b0a3237c04 Mon Sep 17 00:00:00 2001 From: Oliver Hader <oliver@typo3.org> Date: Sat, 25 Feb 2012 23:20:45 +0100 Subject: [PATCH] [TASK] Clean-up several whitespaces and PHPdoc comments Change-Id: I6623a32a427b1ef0a8e9b646441928fbc8ee9270 Releases: 4.7 Reviewed-on: http://review.typo3.org/9213 Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch --- t3lib/class.t3lib_cs.php | 6 +++--- typo3/file_list.php | 1 - typo3/file_rename.php | 7 ------- typo3/file_upload.php | 4 ---- 4 files changed, 3 insertions(+), 15 deletions(-) diff --git a/t3lib/class.t3lib_cs.php b/t3lib/class.t3lib_cs.php index 8e197aa23275..a49a9ea2795a 100644 --- a/t3lib/class.t3lib_cs.php +++ b/t3lib/class.t3lib_cs.php @@ -1700,9 +1700,9 @@ class t3lib_cs { /** * Converts special chars (like æøåÆØÅ, umlauts etc) to ascii equivalents (usually double-bytes, like æ => ae etc.) * - * @param string Character set of string - * @param string Input string to convert - * @return string The converted string + * @param string $charset Character set of string + * @param string $string Input string to convert + * @return string The converted string */ function specCharsToASCII($charset, $string) { if ($charset == 'utf-8') { diff --git a/typo3/file_list.php b/typo3/file_list.php index 806a6a860741..d3a5b6ab5b41 100644 --- a/typo3/file_list.php +++ b/typo3/file_list.php @@ -33,7 +33,6 @@ * */ - require ('init.php'); $query = t3lib_div::getIndpEnv('QUERY_STRING'); diff --git a/typo3/file_rename.php b/typo3/file_rename.php index 1f3ed060671b..af2a024b2e76 100644 --- a/typo3/file_rename.php +++ b/typo3/file_rename.php @@ -40,13 +40,6 @@ require('template.php'); - - - - - - - /** * Script Class for the rename-file form. * diff --git a/typo3/file_upload.php b/typo3/file_upload.php index f0d53dc09568..2bf78d02e6c1 100644 --- a/typo3/file_upload.php +++ b/typo3/file_upload.php @@ -38,10 +38,6 @@ require('template.php'); $LANG->includeLLFile('EXT:lang/locallang_misc.xml'); - - - - /** * Script Class for display up to 10 upload fields * -- GitLab