Skip to content

Commit

Permalink
remove duplicate phpdoc ($pageType)
Browse files Browse the repository at this point in the history
this line messes up the handling of the argument $section.
  • Loading branch information
aschosser committed Mar 15, 2016
1 parent 0232974 commit 4909a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/ViewHelpers/Link/AlbumViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Tx_Yag_ViewHelpers_Link_AlbumViewHelper extends Tx_PtExtlist_ViewHelpers_L
* @param Tx_Yag_Domain_Model_Gallery $gallery Gallery object to render link for
* @param integer pageUid (Optional) ID of page to render link for. If null, current page is used
* @param integer $pageType type of the target page. See typolink.parameter
* @param integer $pageType type of the target page. See typolink.parameter
* @param boolean $noCache set this to disable caching for the target page. You should not need this.
* @param boolean $noCacheHash set this to supress the cHash query parameter created by TypoLink. You should not need this.
* @param string $section the anchor to be added to the URI
Expand Down

0 comments on commit 4909a48

Please sign in to comment.