Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 85a8c872 authored by Nicolas's avatar Nicolas
Browse files

Correction d'une variable

parent a5f818e6
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,11 @@ interface CategoryWidgetRepositoryInterface
/**
* Save Category Widget
*
* @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $imageSlider
* @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $categoryWidget
* @return \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface
* @throws \Magento\Framework\Exception\LocalizedException
*/
public function save(Data\CategoryWidgetInterface $imageSlider);
public function save(Data\CategoryWidgetInterface $categoryWidget);
/**
* Get Category Widget by ID
......@@ -42,11 +42,11 @@ interface CategoryWidgetRepositoryInterface
/**
* Delete Category Widget
*
* @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $imageSlider
* @param \NicolasBejean\CategoryWidget\Api\Data\CategoryWidgetInterface $categoryWidget
* @return bool true on success
* @throws \Magento\Framework\Exception\LocalizedException
*/
public function delete(Data\CategoryWidgetInterface $imageSlider);
public function delete(Data\CategoryWidgetInterface $categoryWidget);
/**
* Delete Category Widget by ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment