Completed
Pull Request — master (#289)
by Sébastien
09:46
created
Bundle/CoreBundle/Annotations/ReceiverProperty.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
     /**
16 16
      * define supported types.
17 17
      *
18
-     * @param array $types supported types (text, media, date)
19 18
      **/
20 19
     public function __construct($data)
21 20
     {
Please login to merge, or discard this patch.
Bundle/CoreBundle/Entity/Link.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -405,7 +405,7 @@
 block discarded – undo
405 405
     /**
406 406
      * Set viewReferencePage.
407 407
      *
408
-     * @param mixed $viewReferencePage
408
+     * @param Page $viewReferencePage
409 409
      *
410 410
      * @return $this
411 411
      */
Please login to merge, or discard this patch.
Bundle/CoreBundle/Entity/View.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -303,7 +303,7 @@  discard block
 block discarded – undo
303 303
     /**
304 304
      * Get template.
305 305
      *
306
-     * @return Template
306
+     * @return string
307 307
      */
308 308
     public function getTemplate()
309 309
     {
@@ -631,7 +631,7 @@  discard block
 block discarded – undo
631 631
     /**
632 632
      * Get widgets.
633 633
      *
634
-     * @return Widget[]
634
+     * @return string
635 635
      */
636 636
     public function getWidgets()
637 637
     {
Please login to merge, or discard this patch.
Bundle/CoreBundle/EventSubscriber/WidgetSubscriber.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Get SubscribedEvents.
43 43
      *
44
-     * @return array
44
+     * @return string[]
45 45
      */
46 46
     public function getSubscribedEvents()
47 47
     {
Please login to merge, or discard this patch.
Bundle/CoreBundle/Listener/BackendMenuListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      *
37 37
      * @param Event $event
38 38
      *
39
-     * @return Ambigous <\Knp\Menu\ItemInterface, NULL>
39
+     * @return \Knp\Menu\ItemInterface <\Knp\Menu\ItemInterface, NULL>
40 40
      */
41 41
     public function addGlobal(Event $event)
42 42
     {
Please login to merge, or discard this patch.
Bundle/CoreBundle/Twig/Extension/CmsExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * register twig functions.
64 64
      *
65
-     * @return array The list of extensions
65
+     * @return \Twig_SimpleFunction[] The list of extensions
66 66
      */
67 67
     public function getFunctions()
68 68
     {
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     /**
80 80
      * register twig filters.
81 81
      *
82
-     * @return array The list of filters
82
+     * @return \Twig_SimpleFilter[] The list of filters
83 83
      */
84 84
     public function getFilters()
85 85
     {
Please login to merge, or discard this patch.
Bundle/PageBundle/Helper/PageHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      * @param BusinessEntityHelper      $businessEntityHelper
68 68
      * @param EntityManager             $entityManager
69 69
      * @param ViewCacheHelper           $viewCacheHelper
70
-     * @param ViewReferenceBuilderChain $viewReferenceBuilder
70
+     * @param ViewReferenceBuilder $viewReferenceBuilder
71 71
      * @param CurrentViewHelper         $currentViewHelper
72 72
      * @param EventDispatcherInterface  $eventDispatcher
73 73
      * @param TemplateMapper            $victoireTemplating
Please login to merge, or discard this patch.
Bundle/SeoBundle/Entity/PageSeo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -866,7 +866,7 @@
 block discarded – undo
866 866
     /**
867 867
      * Get sitemapChangeFreq.
868 868
      *
869
-     * @return float
869
+     * @return string
870 870
      */
871 871
     public function getSitemapChangeFreq()
872 872
     {
Please login to merge, or discard this patch.
Bundle/WidgetBundle/Entity/Traits/StyleTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -432,7 +432,7 @@
 block discarded – undo
432 432
     /**
433 433
      * Set image.
434 434
      *
435
-     * @param string|Media $image
435
+     * @param Media $image
436 436
      *
437 437
      * @return $this
438 438
      */
Please login to merge, or discard this patch.