Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
src/OroCRM/Bundle/MagentoBundle/Manager/CustomerInfoManager.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @param int[] $integrationIds
96
+     * @param int[] $integrationId
97 97
      * @param int[]|null $customersIds
98 98
      * @param int $batchSize
99 99
      */
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     /**
209 209
      * @param array $listProperties
210 210
      * @param $firstEntity
211
-     * @param $secondEntity
211
+     * @param Address $secondEntity
212 212
      */
213 213
     protected function copyProperties($listProperties, $firstEntity, $secondEntity)
214 214
     {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     }
256 256
 
257 257
     /**
258
-     * @param $context
258
+     * @param Context $context
259 259
      *
260 260
      * @return $this
261 261
      */
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
 
269 269
     /**
270 270
      * @param Customer $customer
271
-     * @param $id
271
+     * @param integer $id
272 272
      *
273 273
      * @return Address|null
274 274
      * @throws \Exception
Please login to merge, or discard this patch.
Functional/Fixture/ResyncMagentoCustomerAddresses/LoadMagentoChannel.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -150,8 +150,8 @@  discard block
 block discarded – undo
150 150
     }
151 151
 
152 152
     /**
153
-     * @param $table
154
-     * @param $method
153
+     * @param string $table
154
+     * @param string $method
155 155
      *
156 156
      * @return array
157 157
      */
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     }
284 284
 
285 285
     /**
286
-     * @param                $oid
286
+     * @param                integer $oid
287 287
      * @param Account        $account
288 288
      * @param MagentoAddress $address
289 289
      *
Please login to merge, or discard this patch.