File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
app/code/Magento/Store/Model Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ public function __construct(
412
412
}
413
413
414
414
/**
415
- * @return string[]
415
+ * @inheritdoc
416
416
*/
417
417
public function __sleep ()
418
418
{
@@ -786,7 +786,7 @@ public function isFrontUrlSecure()
786
786
}
787
787
788
788
/**
789
- * @return bool
789
+ * @inheritdoc
790
790
*/
791
791
public function isUrlSecure ()
792
792
{
@@ -1338,6 +1338,8 @@ public function getIdentities()
1338
1338
}
1339
1339
1340
1340
/**
1341
+ * Get store path
1342
+ *
1341
1343
* @return string
1342
1344
*/
1343
1345
public function getStorePath ()
@@ -1347,34 +1349,31 @@ public function getStorePath()
1347
1349
}
1348
1350
1349
1351
/**
1350
- * {@inheritdoc}
1351
- * @since 100.1.0
1352
+ * @inheritdoc
1352
1353
*/
1353
1354
public function getScopeType ()
1354
1355
{
1355
1356
return ScopeInterface::SCOPE_STORE ;
1356
1357
}
1357
1358
1358
1359
/**
1359
- * {@inheritdoc}
1360
- * @since 100.1.0
1360
+ * @inheritdoc
1361
1361
*/
1362
1362
public function getScopeTypeName ()
1363
1363
{
1364
1364
return 'Store View ' ;
1365
1365
}
1366
1366
1367
1367
/**
1368
- * { @inheritdoc}
1368
+ * @inheritdoc
1369
1369
*/
1370
1370
public function getExtensionAttributes ()
1371
1371
{
1372
1372
return $ this ->_getExtensionAttributes ();
1373
1373
}
1374
1374
1375
1375
/**
1376
- * @param \Magento\Store\Api\Data\StoreExtensionInterface $extensionAttributes
1377
- * @return $this
1376
+ * @inheritdoc
1378
1377
*/
1379
1378
public function setExtensionAttributes (
1380
1379
\Magento \Store \Api \Data \StoreExtensionInterface $ extensionAttributes
You can’t perform that action at this time.
0 commit comments