File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
app/code/Magento/Downloadable/Model Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
/**
25
25
* Class SampleRepository
26
+ *
26
27
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
28
*/
28
29
class SampleRepository implements \Magento \Downloadable \Api \SampleRepositoryInterface
@@ -100,7 +101,7 @@ public function __construct(
100
101
}
101
102
102
103
/**
103
- * { @inheritdoc}
104
+ * @inheritdoc
104
105
*/
105
106
public function getList ($ sku )
106
107
{
@@ -209,6 +210,8 @@ public function save(
209
210
}
210
211
211
212
/**
213
+ * Save sample.
214
+ *
212
215
* @param \Magento\Catalog\Api\Data\ProductInterface $product
213
216
* @param SampleInterface $sample
214
217
* @param bool $isGlobalScopeContent
@@ -257,6 +260,8 @@ protected function saveSample(
257
260
}
258
261
259
262
/**
263
+ * Update sample.
264
+ *
260
265
* @param \Magento\Catalog\Api\Data\ProductInterface $product
261
266
* @param SampleInterface $sample
262
267
* @param bool $isGlobalScopeContent
@@ -319,7 +324,7 @@ protected function updateSample(
319
324
}
320
325
321
326
/**
322
- * { @inheritdoc}
327
+ * @inheritdoc
323
328
*/
324
329
public function delete ($ id )
325
330
{
You can’t perform that action at this time.
0 commit comments