Skip to content

Commit

Permalink
Remove trash comments
Browse files Browse the repository at this point in the history
  • Loading branch information
agranjeon committed May 3, 2019
1 parent 6a8b494 commit 4d2836b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions Console/Command/Fake.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ class Fake extends Command
*/
protected $appState;
/**
* Description $scopeConfig field
*
* @var ScopeConfigInterface $scopeConfig
*/
protected $scopeConfig;
/**
* Description $objectManager field
*
* @var ObjectManagerInterface $objectManager
*/
protected $objectManager;
Expand Down
2 changes: 0 additions & 2 deletions Model/Faker/AbstractFaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
abstract class AbstractFaker
{
/**
* Description $scopeConfig field
*
* @var ScopeConfigInterface $scopeConfig
*/
protected $scopeConfig;
Expand Down
6 changes: 0 additions & 6 deletions Model/Faker/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@
class Invoice extends AbstractFaker implements FakerInterface
{
/**
* Description $orderCollectionFactory field
*
* @var OrderCollectionFactory $orderCollectionFactory
*/
protected $orderCollectionFactory;
/**
* Description $transactionFactory field
*
* @var TransactionFactory $transactionFactory
*/
protected $transactionFactory;
Expand Down Expand Up @@ -90,8 +86,6 @@ public function generateFakeData(OutputInterface $output): void
}

/**
* Description getOrders function
*
* @return Collection
*/
protected function getOrders(): Collection
Expand Down
2 changes: 0 additions & 2 deletions Model/Faker/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ class Order extends AbstractFaker implements FakerInterface
*/
protected $productCollectionFactory;
/**
* Description $stockFilter field
*
* @var Stock $stockFilter
*/
protected $stockFilter;
Expand Down
8 changes: 0 additions & 8 deletions Model/Faker/Shipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,14 @@
class Shipment extends AbstractFaker implements FakerInterface
{
/**
* Description $orderCollectionFactory field
*
* @var OrderCollectionFactory $orderCollectionFactory
*/
protected $orderCollectionFactory;
/**
* Description $transactionFactory field
*
* @var TransactionFactory $transactionFactory
*/
protected $transactionFactory;
/**
* Description $orderConverter field
*
* @var OrderConverter $orderConverter
*/
protected $orderConverter;
Expand Down Expand Up @@ -114,8 +108,6 @@ public function generateFakeData(OutputInterface $output): void
}

/**
* Description getOrders function
*
* @return Collection
*/
protected function getOrders(): Collection
Expand Down

0 comments on commit 4d2836b

Please sign in to comment.