Completed
Push — master ( 86e6f5...25a706 )
by Tim
13s
created
src/Services/ProductMediaProcessor.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction                       $productMediaGalleryAction                  The product media gallery action to use
108 108
      * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueAction                  $productMediaGalleryValueAction             The product media gallery value action to use
109 109
      * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryValueToEntityAction          $productMediaGalleryValueToEntityAction     The product media gallery value to entity action to use
110
-     * @param \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryVideoAction                  $productMediaGalleryValueVideoAction        The product media gallery value video action to use
110
+     * @param ProductMediaGalleryValueVideoAction                  $productMediaGalleryValueVideoAction        The product media gallery value video action to use
111 111
      */
112 112
     public function __construct(
113 113
         ConnectionInterface $connection,
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
170 170
      * ProductProcessor::beginTransaction() starts a new transaction.
171 171
      *
172
-     * @return boolean Returns TRUE on success or FALSE on failure
172
+     * @return boolean|null Returns TRUE on success or FALSE on failure
173 173
      * @link http://php.net/manual/en/pdo.commit.php
174 174
      */
175 175
     public function commit()
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
     /**
299 299
      * Return's the action with the product media gallery valueCRUD methods.
300 300
      *
301
-     * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction The action with the product media gallery value CRUD methods
301
+     * @return ProductMediaGalleryValueAction The action with the product media gallery value CRUD methods
302 302
      */
303 303
     public function getProductMediaGalleryValueAction()
304 304
     {
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
     /**
321 321
      * Return's the action with the product media gallery value to entity CRUD methods.
322 322
      *
323
-     * @return \TechDivision\Import\Product\Media\Actions\ProductMediaGalleryAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods
323
+     * @return ProductMediaGalleryValueToEntityAction $productMediaGalleryAction The action with the product media gallery value to entity CRUD methods
324 324
      */
325 325
     public function getProductMediaGalleryValueToEntityAction()
326 326
     {
Please login to merge, or discard this patch.