Completed
Push — master ( 862cc7...24e4b3 )
by Nate
03:30
created
src/fields/Objects.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -250,6 +250,7 @@  discard block
 block discarded – undo
250 250
     /**
251 251
      * @inheritdoc
252 252
      * @throws \Throwable
253
+     * @param callable $transformer
253 254
      */
254 255
     public function syncToSalesforce(
255 256
         ElementInterface $element,
@@ -299,6 +300,7 @@  discard block
 block discarded – undo
299 300
      * @throws \Throwable
300 301
      * @throws \craft\errors\ElementNotFoundException
301 302
      * @throws \yii\base\Exception
303
+     * @param callable $transformer
302 304
      */
303 305
     public function syncFromSalesforce(
304 306
         ElementInterface $element,
@@ -388,7 +390,7 @@  discard block
 block discarded – undo
388 390
     }
389 391
 
390 392
     /**
391
-     * @param ResponseInterface|Element $response
393
+     * @param ResponseInterface $response
392 394
      * @param ElementInterface $element
393 395
      * @param string|null $objectId
394 396
      * @return bool
Please login to merge, or discard this patch.