Completed
Push — master ( 0ac209...7b7af5 )
by
unknown
13:18
created
src/OroCRM/Bundle/AnalyticsBundle/Command/CalculateAnalyticsCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * @param int $channelId
89 89
      *
90
-     * @return BufferedQueryResultIterator|Channel[]
90
+     * @return \CallbackFilterIterator
91 91
      */
92 92
     protected function getChannels($channelId = null)
93 93
     {
Please login to merge, or discard this patch.
Bundle/AnalyticsBundle/Tests/Functional/DataFixtures/LoadOrderData.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,9 +114,9 @@
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-     * @param object $entity
117
+     * @param Order $entity
118 118
      * @param array $data
119
-     * @param array $excludeProperties
119
+     * @param string[] $excludeProperties
120 120
      */
121 121
     public function setEntityPropertyValues($entity, array $data, array $excludeProperties = [])
122 122
     {
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Entity/Order.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -750,7 +750,7 @@  discard block
 block discarded – undo
750 750
 
751 751
     /**
752 752
      * @param \DateTime $syncedAt
753
-     * @return Customer
753
+     * @return Order
754 754
      */
755 755
     public function setSyncedAt(\DateTime $syncedAt)
756 756
     {
@@ -769,7 +769,7 @@  discard block
 block discarded – undo
769 769
 
770 770
     /**
771 771
      * @param \DateTime $importedAt
772
-     * @return Customer
772
+     * @return Order
773 773
      */
774 774
     public function setImportedAt(\DateTime $importedAt)
775 775
     {
Please login to merge, or discard this patch.