mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Cleanup phpDoc to match CGL
* Use bool in @return * Use int in @return * Use bool in @param * Use int in @param * Remove extra tabs and spaces in @param Resolves: #62506 Releases: master Change-Id: I673888aa08855a1364150d0060d0f205fc1f83a2 Reviewed-on: http://review.typo3.org/33577 Reviewed-by: Stefan Froemken <froemken@gmail.com> Tested-by: Stefan Froemken <froemken@gmail.com> Reviewed-by: Frank Nägler <typo3@naegler.net> Tested-by: Frank Nägler <typo3@naegler.net>
This commit is contained in:
parent
f84e8db897
commit
65a6aeee40
1 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ class FrontendEditPanel {
|
|||
* @param string $string The string to wrap in a link, typ. and image used as button in the edit panel.
|
||||
* @param string $url The URL of the link. Should be absolute if supposed to work with <base> path set.
|
||||
* @return string A <a> tag wrapped string.
|
||||
* @see editPanelLinkWrap()
|
||||
* @see editPanelLinkWrap()
|
||||
*/
|
||||
protected function editPanelLinkWrap_doWrap($string, $url) {
|
||||
$onclick = 'vHWin=window.open(' . GeneralUtility::quoteJSvalue($url . '&returnUrl=close.html') . ',\'FEquickEditWindow\',\'width=690,height=500,status=0,menubar=0,scrollbars=1,resizable=1\');vHWin.focus();return false;';
|
||||
|
@ -253,7 +253,7 @@ class FrontendEditPanel {
|
|||
*
|
||||
* @param string $table The table name
|
||||
* @param array $row The data record
|
||||
* @return boolean
|
||||
* @return bool
|
||||
*/
|
||||
protected function isDisabled($table, array $row) {
|
||||
$status = FALSE;
|
||||
|
|
Loading…
Reference in a new issue