Completed
Push — 1.8 ( b7094f...f1162e )
by
unknown
83:38 queued 61:44
created
src/Oro/Bundle/ActivityBundle/Model/ExtendActivity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
      * The real implementation of this method is auto generated.
51 51
      *
52 52
      * @param object $target Any configurable entity that can be associated with this activity
53
-     * @return object This object
53
+     * @return ExtendActivity This object
54 54
      */
55 55
     public function addActivityTarget($target)
56 56
     {
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      * The real implementation of this method is auto generated.
64 64
      *
65 65
      * @param object $target Any configurable entity that can be associated with this activity
66
-     * @return object This object
66
+     * @return ExtendActivity This object
67 67
      */
68 68
     public function removeActivityTarget($target)
69 69
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/ActivityListBundle/Entity/Manager/ActivityListManager.php 1 patch
Doc Comments   +6 added lines, -4 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      * @param integer $entityId
132 132
      * @param array   $filter
133 133
      *
134
-     * @return ActivityList[]
134
+     * @return string|boolean
135 135
      */
136 136
     public function getListCount($entityClass, $entityId, $filter)
137 137
     {
@@ -279,9 +279,11 @@  discard block
 block discarded – undo
279 279
     /**
280 280
      * Get Grouped Entities by Activity Entity
281 281
      *
282
-     * @param object $entity
282
+     * @param \stdClass $entity
283 283
      * @param string $widgetId
284 284
      * @param array  $filterMetadata
285
+     * @param string $targetActivityClass
286
+     * @param string $targetActivityId
285 287
      *
286 288
      * @return array
287 289
      */
@@ -333,7 +335,7 @@  discard block
 block discarded – undo
333 335
 
334 336
     /**
335 337
      * @param ActivityList $entity
336
-     * @param object       $entityProvider
338
+     * @param \Oro\Bundle\ActivityListBundle\Model\ActivityListProviderInterface       $entityProvider
337 339
      *
338 340
      * @return bool
339 341
      */
@@ -349,7 +351,7 @@  discard block
 block discarded – undo
349 351
 
350 352
     /**
351 353
      * @param ActivityList $entity
352
-     * @param object       $entityProvider
354
+     * @param \Oro\Bundle\ActivityListBundle\Model\ActivityListProviderInterface       $entityProvider
353 355
      *
354 356
      * @return array
355 357
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/ActivityListBundle/Filter/ActivityListFilter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -369,7 +369,6 @@
 block discarded – undo
369 369
     }
370 370
 
371 371
     /**
372
-     * @param string $columnName
373 372
      *
374 373
      * @return string
375 374
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/ActivityListBundle/Provider/ActivityListChainProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -322,7 +322,7 @@
 block discarded – undo
322 322
     }
323 323
 
324 324
     /**
325
-     * @param object $entity
325
+     * @param \stdClass $entity
326 326
      *
327 327
      * @return string|null
328 328
      */
Please login to merge, or discard this patch.
src/Oro/Bundle/AsseticBundle/AssetsConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @return string
112
+     * @return boolean
113 113
      */
114 114
     protected function isCssDebugAll()
115 115
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/AsseticBundle/Twig/AsseticTokenParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      * @param array $filters
137 137
      * @param array $attributes
138 138
      * @param int $lineno
139
-     * @return AsseticNode
139
+     * @return DebugAsseticNode
140 140
      */
141 141
     protected function createDebugAsseticNode(
142 142
         \Twig_NodeInterface $body,
Please login to merge, or discard this patch.
src/Oro/Bundle/AttachmentBundle/EventListener/AttachmentGridListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
     protected $paramsToBind = [];
17 17
 
18 18
     /**
19
-     * @param array $paramsToBind
19
+     * @param string[] $paramsToBind
20 20
      */
21 21
     public function __construct($paramsToBind = [])
22 22
     {
Please login to merge, or discard this patch.
src/Oro/Bundle/AttachmentBundle/Manager/AttachmentManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
     /**
292 292
      * Return url parameters from encoded string
293 293
      *
294
-     * @param $urlString
294
+     * @param string $urlString
295 295
      * @return array
296 296
      *   - parent class
297 297
      *   - field name
Please login to merge, or discard this patch.
src/Oro/Bundle/AttachmentBundle/Model/ExtendAttachment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      *
46 46
      * @param object $target Any configurable entity that can have notes
47 47
      *
48
-     * @return object This object
48
+     * @return ExtendAttachment This object
49 49
      */
50 50
     public function setTarget($target)
51 51
     {
Please login to merge, or discard this patch.