Completed
Push — 17.x ( 0c4704...c4b5cb )
by Tim
04:58
created
src/Observers/AttributeObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
189 189
      *
190 190
      * @param array $attribute The attribute to persist
191 191
      *
192
-     * @return void
192
+     * @return string
193 193
      */
194 194
     protected function persistAttribute(array $attribute)
195 195
     {
Please login to merge, or discard this patch.
src/Observers/AttributeOptionObserver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
      *
165 165
      * @param array $attributeOption The attribute option to persist
166 166
      *
167
-     * @return void
167
+     * @return string
168 168
      */
169 169
     protected function persistAttributeOption(array $attributeOption)
170 170
     {
Please login to merge, or discard this patch.
src/Callbacks/OptionValueAndSwatchHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * Returns the swatch type loader instance.
92 92
      *
93
-     * @return \\TechDivision\Import\Attribute\Callbacks\SwatchTypeLoaderInterface The swatch type loader instance
93
+     * @return SwatchTypeLoaderInterface The swatch type loader instance
94 94
      */
95 95
     protected function getSwatchTypeLoader()
96 96
     {
Please login to merge, or discard this patch.
src/Services/AttributeBunchProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@
 block discarded – undo
251 251
      * Commits a transaction, returning the database connection to autocommit mode until the next call to
252 252
      * ProductProcessor::beginTransaction() starts a new transaction.
253 253
      *
254
-     * @return boolean Returns TRUE on success or FALSE on failure
254
+     * @return boolean|null Returns TRUE on success or FALSE on failure
255 255
      * @link http://php.net/manual/en/pdo.commit.php
256 256
      */
257 257
     public function commit()
Please login to merge, or discard this patch.