Completed
Push — master ( 9641f5...624323 )
by Chris
09:17 queued 07:00
created
src/Acquia/Cloud/Api/CloudApiClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -587,7 +587,7 @@
 block discarded – undo
587 587
      * @param string $db
588 588
      * @param int $backupId
589 589
      *
590
-     * @return \Acquia\Cloud\Api\Response\Task
590
+     * @return Response\DatabaseBackup
591 591
      *
592 592
      * @throws \Guzzle\Http\Exception\ClientErrorResponseException
593 593
      *
Please login to merge, or discard this patch.
src/Acquia/Network/AcquiaNetworkClient.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      * @param string $networkUri
71 71
      * @param string $networkId
72 72
      * @param string $networkKey
73
-     * @param mixed $config
73
+     * @param Collection $config
74 74
      */
75 75
     public function __construct($networkUri, $networkId, $networkKey, $config = null)
76 76
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      * @param string $method
132 132
      * @param array $params
133 133
      *
134
-     * @return array
134
+     * @return string
135 135
      *
136 136
      * @throws \fXmlRpc\Exception\ResponseException
137 137
      */
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * @param string $email
194 194
      *
195
-     * @return array
195
+     * @return string
196 196
      *
197 197
      * @throws \fXmlRpc\Exception\ResponseException
198 198
      */
Please login to merge, or discard this patch.
src/Acquia/Rest/Element.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
     protected $idColumn = 'name';
13 13
 
14 14
     /**
15
-     * @param string|array|\Guzzle\Http\Message\Request $array
15
+     * @param \Guzzle\Http\Message\RequestInterface $data
16 16
      */
17 17
     public function __construct($data)
18 18
     {
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @return string|int
41
+     * @return string
42 42
      */
43 43
     public function getIdColumn()
44 44
     {
Please login to merge, or discard this patch.