Completed
Pull Request — master (#103)
by Tim
02:52
created
src/Services/ImportProcessor.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
271 271
      * ProductProcessor::beginTransaction() starts a new transaction.
272 272
      *
273
-     * @return boolean Returns TRUE on success or FALSE on failure
273
+     * @return boolean|null Returns TRUE on success or FALSE on failure
274 274
      * @link http://php.net/manual/en/pdo.commit.php
275 275
      */
276 276
     public function commit()
@@ -553,7 +553,7 @@  discard block
 block discarded – undo
553 553
     /**
554 554
      * Return's the repository to access link attributes.
555 555
      *
556
-     * @return \TechDivision\Import\Repositories\LinkTypeRepository The repository instance
556
+     * @return LinkAttributeRepository The repository instance
557 557
      */
558 558
     public function getLinkAttributeRepository()
559 559
     {
@@ -868,7 +868,7 @@  discard block
 block discarded – undo
868 868
      *
869 869
      * @param array $store The store to persist
870 870
      *
871
-     * @return void
871
+     * @return string
872 872
      */
873 873
     public function persistStore(array $store)
874 874
     {
@@ -880,7 +880,7 @@  discard block
 block discarded – undo
880 880
      *
881 881
      * @param array $storeGroup The store group to persist
882 882
      *
883
-     * @return void
883
+     * @return string
884 884
      */
885 885
     public function persistStoreGroup(array $storeGroup)
886 886
     {
@@ -892,7 +892,7 @@  discard block
 block discarded – undo
892 892
      *
893 893
      * @param array $storeWebsite The store website to persist
894 894
      *
895
-     * @return void
895
+     * @return string
896 896
      */
897 897
     public function persistStoreWebsite(array $storeWebsite)
898 898
     {
Please login to merge, or discard this patch.