Skip to content

Commit 387cc73

Browse files
ENGCOM-6679: Update PHP Docs #26509
- Merge Pull Request #26509 from oroskodias/magento2:update-phpdocs - Merged commits: 1. ddc02f8 2. ea5a5ec 3. 5b0c097
2 parents 06a0dd0 + 5b0c097 commit 387cc73

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Store/Model/Config/Importer/Processor

1 file changed

+2
-0
lines changed

app/code/Magento/Store/Model/Config/Importer/Processor/Create.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ private function createWebsites(array $items, array $data)
160160
* @param array $items Groups to create
161161
* @param array $data The all available data
162162
* @return void
163+
* @throws NotFoundException
163164
*/
164165
private function createGroups(array $items, array $data)
165166
{
@@ -199,6 +200,7 @@ private function createGroups(array $items, array $data)
199200
* @param array $items Stores to create
200201
* @param array $data The all available data
201202
* @return void
203+
* @throws NotFoundException
202204
*/
203205
private function createStores(array $items, array $data)
204206
{

0 commit comments

Comments
 (0)