Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ protected function getFormattedBundleOptionValues(Product $product): string
* @param string $optionValues
* @param SelectionCollection $selections
* @return string
* @deprecared Not used anymore
* @deprecated Not used anymore
*/
protected function getFormattedBundleSelections($optionValues, SelectionCollection $selections)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getProductStockStatus($productId, $scopeId = null);
* @param string $productSku
* @param int $scopeId
* @return int
* @throw \Magento\Framework\Exception\NoSuchEntityException
* @throws \Magento\Framework\Exception\NoSuchEntityException
*/
public function getProductStockStatusBySku($productSku, $scopeId = null);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Favicon extends \Magento\Config\Model\Config\Backend\Image
* Return path to directory for upload file
*
* @return string
* @throw \Magento\Framework\Exception\LocalizedException
* @throws \Magento\Framework\Exception\LocalizedException
*/
protected function _getUploadDir()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Logo extends \Magento\Config\Model\Config\Backend\Image
* Return path to directory for upload file
*
* @return string
* @throw \Magento\Framework\Exception\LocalizedException
* @throws \Magento\Framework\Exception\LocalizedException
*/
protected function _getUploadDir()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class MatrixTest extends TestCase
private Context $context;

/**
* @inhertidoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class AssociatedProductsTest extends TestCase
private Escaper $escaper;

/**
* @inhertidoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Magento\Elasticsearch8\Model\Adapter\DynamicTemplates;

/**
* @inheridoc
* @inheritDoc
* @deprecated Elasticsearch8 is no longer supported by Adobe
* @see this class will be responsible for ES8 only
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Magento\Elasticsearch8\Model\Adapter\DynamicTemplates;

/**
* @inheridoc
* @inheritDoc
* @deprecated Elasticsearch8 is no longer supported by Adobe
* @see this class will be responsible for ES8 only
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Magento\Elasticsearch8\Model\Adapter\DynamicTemplates;

/**
* @inheridoc
* @inheritDoc
* @deprecated Elasticsearch8 is no longer supported by Adobe
* @see this class will be responsible for ES8 only
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace Magento\Elasticsearch8\Model\Adapter\DynamicTemplates;

/**
* @inheridoc
* @inheritDoc
* @deprecated Elasticsearch8 is no longer supported by Adobe
* @see this class will be responsible for ES8 only
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class QuoteManagementTest extends TestCase
private $quoteAddressValidatorMock;

/**
* @inheriDoc
* @inheritDoc
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
protected function setUp(): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CartFixedDiscountTest extends TestCase
private ScopeConfigInterface $scopeConfig;

/**
* @inhertidoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Theme/Model/Design/Backend/Favicon.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Favicon extends Image
* Return path to directory for upload file
*
* @return string
* @throw \Magento\Framework\Exception\LocalizedException
* @throws \Magento\Framework\Exception\LocalizedException
*/
protected function _getUploadDir()
{
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Theme/Model/Design/Backend/Logo.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Logo extends Image
* Return path to directory for upload file
*
* @return string
* @throw \Magento\Framework\Exception\LocalizedException
* @throws \Magento\Framework\Exception\LocalizedException
*/
protected function _getUploadDir()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AvailablePaymentMethodsTest extends GraphQlAbstract
private $fixtures;

/**
* @inheridoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class EstimateTotalsWithVirtualProductDiscountsTest extends GraphQlAbstract
private $fixtures;

/**
* @inheridoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class OrderAvailableActionTest extends GraphQlAbstract
private $orderRepository;

/**
* @inheridoc
* @inheritDoc
* @throws LocalizedException
*/
protected function setUp(): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class OrderTotalDiscountsCouponTest extends GraphQlAbstract
private $fixtures;

/**
* @inheridoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OrderTotalGrandTotalExclTaxTest extends GraphQlAbstract
private $fixtures;

/**
* @inheridoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CreatedatTest extends TestCase
private $reportCollection;

/**
* @inheirtDoc
* @inheritDoc
*/
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TransportTest extends TestCase
private $transport;

/**
* @inheridoc
* @inheritDoc
* @throws Exception
*/
protected function setUp(): void
Expand Down