Completed
Push — master ( 0b205b...bde6a0 )
by
unknown
10:16
created
src/OroCRM/Bundle/MagentoBundle/ImportExport/Strategy/CartStrategy.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
 
224 224
     /**
225 225
      * @param Cart $entity
226
-     * @return null
226
+     * @return boolean
227 227
      */
228 228
     protected function hasContactInfo(Cart $entity)
229 229
     {
@@ -266,6 +266,7 @@  discard block
 block discarded – undo
266 266
 
267 267
     /**
268 268
      * {@inheritdoc}
269
+     * @param \OroCRM\Bundle\MagentoBundle\Entity\Customer $entity
269 270
      */
270 271
     protected function findExistingEntity($entity, array $searchContext = [])
271 272
     {
Please login to merge, or discard this patch.