Skip to content

Commit 918c7fb

Browse files
committed
phpcsfixer
1 parent 3c0a772 commit 918c7fb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

app/code/core/Mage/Wishlist/Model/Item.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ public function addToCart(Mage_Checkout_Model_Cart $cart, $delete = false)
382382
*
383383
* If product has required options add special key to URL
384384
*
385-
* @return string
386385
* @throws Mage_Core_Exception
386+
* @return string
387387
*/
388388
public function getProductUrl()
389389
{
@@ -510,8 +510,8 @@ public function isRepresent($product, $buyRequest)
510510
* Check product representation in item
511511
*
512512
* @param Mage_Catalog_Model_Product $product
513-
* @return bool
514513
* @throws Mage_Core_Exception
514+
* @return bool
515515
*/
516516
public function representProduct($product)
517517
{
@@ -663,8 +663,8 @@ public function getOptionByCode($code)
663663
/**
664664
* Returns whether Qty field is valid for this item
665665
*
666-
* @return bool
667666
* @throws Mage_Core_Exception
667+
* @return bool
668668
*/
669669
public function canHaveQty()
670670
{

tests/unit/Mage/Wishlist/Model/ConfigTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@
1313
use Mage;
1414
use Mage_Wishlist_Model_Config as Subject;
1515
use OpenMage\Tests\Unit\OpenMageTest;
16-
use OpenMage\Tests\Unit\Traits\DataProvider\Mage\Wishlist\Model\ItemTrait;
1716

1817
final class ConfigTest extends OpenMageTest
1918
{
20-
use ItemTrait;
21-
2219
private static Subject $subject;
2320

2421
protected function setUp(): void

0 commit comments

Comments
 (0)