Completed
Branch master (c40630)
by Nicolaas
05:59
created
code/Api/MySalesForcePartnerAPI.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      * Retrive a contact by email address or by phone number
80 80
      * either the email (preferred) of phone needs to be set in the $fieldsArray
81 81
      *
82
-     * @param array $fieldsArray
82
+     * @param string $fieldsArray
83 83
      * @param array $extraFilterArray additional filter key-value sets
84 84
      *
85 85
      * @return SForce\SObject|null
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
      * @param string $type Object Type
217 217
      * @param array $recordTypeIds
218 218
      *
219
-     * @return Wsdl\DescribeLayoutResult
219
+     * @return SForce\Wsdl\DescribeLayoutResult
220 220
      */
221 221
     public function describeLayoutDouble($type, array $recordTypeIds = [])
222 222
     {
Please login to merge, or discard this patch.
code/Forms/SalesForceSignupForm.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -20,6 +20,8 @@
 block discarded – undo
20 20
      * Our constructor only requires the controller and the name of the form
21 21
      * method. We'll create the fields and actions in here.
22 22
      *
23
+     * @param SalesForceExamplesSignupController $controller
24
+     * @param string $name
23 25
      */
24 26
     public function __construct($controller, $name)
25 27
     {
Please login to merge, or discard this patch.
code/Tasks/SalesForceTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@
 block discarded – undo
60 60
         $this->showResults($response);
61 61
     }
62 62
 
63
+    /**
64
+     * @param SForce\Wsdl\SaveResult|null $response
65
+     */
63 66
     protected function showResults($response)
64 67
     {
65 68
         $this->showRequest();
Please login to merge, or discard this patch.