Completed
Push — master ( 8f2923...011a28 )
by Tim
10s
created
src/Services/ProductMediaProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * Return's the action with the product media gallery valueCRUD methods.
172 172
      *
173
-     * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction The action with the product media gallery value CRUD methods
173
+     * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueAction The action with the product media gallery value CRUD methods
174 174
      */
175 175
     public function getProductMediaGalleryValueAction()
176 176
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * Return's the action with the product media gallery value to entity CRUD methods.
194 194
      *
195
-     * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods
195
+     * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueToEntityAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods
196 196
      */
197 197
     public function getProductMediaGalleryValueToEntityAction()
198 198
     {
Please login to merge, or discard this patch.