Skip to content

Commit

Permalink
[CHORE] #ISSUE-188 Add short descriptions for static code style checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjørn Snoen committed Nov 19, 2019
1 parent 83d4682 commit db89ca4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public function __construct(
}

/**
* Plugin to add sales channels to stock data provider.
*
* @param StockDataProvider $subject
* @param array $data
* @return array
Expand Down Expand Up @@ -66,6 +68,8 @@ public function afterGetData(StockDataProvider $subject, array $data): array
}

/**
* Get sales channels from extension attributes on stock data.
*
* @param array $stock
* @return array
*/
Expand Down

0 comments on commit db89ca4

Please sign in to comment.