[TASK] Use "int" in @param notation

Resolves: #62467
Releases: master
Change-Id: I927a16b0fa89c5b859b56a7549548102ac04037f
Reviewed-on: http://review.typo3.org/33522
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Frank Nägler <typo3@naegler.net>
Tested-by: Frank Nägler <typo3@naegler.net>
This commit is contained in:
Wouter Wolters 2014-10-25 21:38:56 +02:00 committed by Frank Nägler
parent 7a7d6c8069
commit f84e8db897

View file

@ -46,7 +46,7 @@ class FrontendEditPanel {
* @param array $dataArr Alternative data array to use. Default is $this->data
* @param string $table
* @param string $allow
* @param integer $newUID
* @param int $newUID
* @param array $hiddenFields
* @return string The input content string with the editPanel appended. This function returns only an edit panel appended to the content string if a backend user is logged in (and has the correct permissions). Otherwise the content string is directly returned.
*/
@ -165,7 +165,7 @@ class FrontendEditPanel {
* @param array $dataArr Alternative data array to use. Default is $this->data
* @param string $addUrlParamStr Additional URL parameters for the link pointing to alt_doc.php
* @param string $table
* @param integer $editUid
* @param int $editUid
* @param string $fieldList
* @return string The input content string, possibly with edit icons added (not necessarily in the end but just after the last string of normal content.
*/