Skip to content

MSI: fixes magento-engcom/msi:#52 #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 27, 2017
Merged
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 @@ -30,8 +30,6 @@ class CarrierSource implements OptionSourceInterface
private $sourceData;

/**
* CarrierSource constructor
*
* @param Config $shippingConfig
*/
public function __construct(Config $shippingConfig)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class RegionSource implements OptionSourceInterface
private $sourceData;

/**
* Region source constructor
*
* @param CollectionFactory $regionCollectionFactory
*/
public function __construct(CollectionFactory $regionCollectionFactory)
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Inventory/Model/ResourceModel/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class Source extends AbstractDb
private $sourceCarrierLinkManagement;

/**
* Source constructor
*
* @param Context $context
* @param SourceCarrierLinkManagementInterface $sourceCarrierLinkManagement
* @param null $connectionName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class Collection extends AbstractCollection
private $sourceCarrierLinkManagement;

/**
* Collection constructor
*
* @param EntityFactoryInterface $entityFactory
* @param LoggerInterface $logger
* @param FetchStrategyInterface $fetchStrategy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class SaveMultiple
private $connection;

/**
* SourceCarrierLinkManagement constructor
*
* @param ResourceConnection $connection
*/
public function __construct(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ class SaveMultiple
private $connection;

/**
* SourceCarrierLinkManagement constructor
*
* @param ResourceConnection $connection
*/
public function __construct(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class SourceCarrierLinkManagement implements SourceCarrierLinkManagementInterfac
private $searchCriteriaBuilder;

/**
* SourceCarrierLinkManagement constructor
*
* @param ResourceConnection $connection
* @param SourceCarrierLinkResourceModel $sourceCarrierLinkResource
* @param CollectionProcessorInterface $collectionProcessor
Expand Down
2 changes: 0 additions & 2 deletions app/code/Magento/Inventory/Observer/SourceItemsProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class SourceItemsProcessor
private $sourceItemsSave;

/**
* SourceItemsProcessor constructor
*
* @param SearchCriteriaBuilderFactory $searchCriteriaBuilderFactory
* @param SourceItemRepositoryInterface $sourceItemRepository
* @param SourceItemInterfaceFactory $sourceItemFactory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ class Sources extends AbstractModifier
private $sourceItemCollectionFactory;

/**
* Sources constructor
*
* @param LocatorInterface $locator
* @param CollectionFactory $sourceItemCollectionFactory
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Magento\InventoryApi\Api\SourceRepositoryInterface;

/**
* Class SourceDataProvider
* @api
*/
class SourceDataProvider extends DataProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
use Magento\InventoryApi\Api\StockRepositoryInterface;

/**
* Class StockDataProvider
* @api
*/
class StockDataProvider extends DataProvider
Expand Down