From f84e8db897b2baafd3bb7563ce2029709597f3db Mon Sep 17 00:00:00 2001 From: Wouter Wolters Date: Sat, 25 Oct 2014 21:38:56 +0200 Subject: [PATCH] [TASK] Use "int" in @param notation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: #62467 Releases: master Change-Id: I927a16b0fa89c5b859b56a7549548102ac04037f Reviewed-on: http://review.typo3.org/33522 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Frank Nägler Tested-by: Frank Nägler --- Classes/FrontendEditPanel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php index 7599e02..a9bfebf 100644 --- a/Classes/FrontendEditPanel.php +++ b/Classes/FrontendEditPanel.php @@ -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. */