Skip to content

Commit

Permalink
Merge branch 'b-7.1.x' into b-8.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieg committed Mar 15, 2024
2 parents 66d3832 + 3edbe34 commit 1db4e18
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/Application/Component/UtilsComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ public function toCompareList(
* @param string $sProductId Product/article ID (default null)
* @param double $dAmount amount of good (default null)
* @param array $aSel product selection list (default null)
*
* @return bool
*/
public function toNoticeList($sProductId = null, $dAmount = null, $aSel = null)
{
Expand All @@ -110,8 +108,6 @@ public function toNoticeList($sProductId = null, $dAmount = null, $aSel = null)
* @param string $sProductId Product/article ID (default null)
* @param double $dAmount amount of good (default null)
* @param array $aSel product selection list (default null)
*
* @return false
*/
public function toWishList($sProductId = null, $dAmount = null, $aSel = null)
{
Expand Down

0 comments on commit 1db4e18

Please sign in to comment.