Completed
Pull Request — master (#16)
by Tim
04:00
created
src/Services/ProductLinkProcessor.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -77,8 +77,8 @@  discard block
 block discarded – undo
77 77
      * Initialize the processor with the necessary assembler and repository instances.
78 78
      *
79 79
      * @param \TechDivision\Import\Connection\ConnectionInterface                               $connection                        The connection to use
80
-     * @param \TechDivision\Import\Product\Link\Repositories\\ProductLinkRepository             $productLinkRepository             The product link repository to use
81
-     * @param \TechDivision\Import\Product\Link\Repositories\\ProductLinkAttributeIntRepository $productLinkAttributeIntRepository The product link attribute integer repository to use
80
+     * @param ProductLinkRepository             $productLinkRepository             The product link repository to use
81
+     * @param ProductLinkAttributeIntRepository $productLinkAttributeIntRepository The product link attribute integer repository to use
82 82
      * @param \TechDivision\Import\Product\Link\Actions\ProductLinkAction                       $productLinkAction                 The product link action to use
83 83
      * @param \TechDivision\Import\Product\Link\Actions\ProductLinkAttributeIntAction           $productLinkAttributeIntAction     The product link attribute integer action to use
84 84
      */
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
137 137
      * ProductProcessor::beginTransaction() starts a new transaction.
138 138
      *
139
-     * @return boolean Returns TRUE on success or FALSE on failure
139
+     * @return boolean|null Returns TRUE on success or FALSE on failure
140 140
      * @link http://php.net/manual/en/pdo.commit.php
141 141
      */
142 142
     public function commit()
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
     /**
222 222
      * Return's the action with the product link CRUD methods.
223 223
      *
224
-     * @return \TechDivision\Import\Product\Link\Actions\ProductLinkGalleryAction The action with the product link CRUD methods
224
+     * @return ProductLinkAction The action with the product link CRUD methods
225 225
      */
226 226
     public function getProductLinkAction()
227 227
     {
Please login to merge, or discard this patch.