Completed
Push — master ( 9ca5a5...e99017 )
by Tim
10s
created
src/Observers/VariantObserver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     /**
208 208
      * Persist's the passed product relation data and return's the ID.
209 209
      *
210
-     * @param array $productRelation The product relation data to persist
210
+     * @param integer[] $productRelation The product relation data to persist
211 211
      *
212 212
      * @return void
213 213
      */
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
     /**
220 220
      * Persist's the passed product super link data and return's the ID.
221 221
      *
222
-     * @param array $productSuperLink The product super link data to persist
222
+     * @param integer[] $productSuperLink The product super link data to persist
223 223
      *
224 224
      * @return void
225 225
      */
Please login to merge, or discard this patch.