mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[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:
parent
7a7d6c8069
commit
f84e8db897
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue