Completed
Pull Request — master (#2797)
by
unknown
06:40
created
src/Kunstmaan/NodeSearchBundle/Configuration/NodePagesConfiguration.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -504,7 +504,7 @@  discard block
 block discarded – undo
504 504
     /**
505 505
      * Add type to the index document
506 506
      *
507
-     * @param object $page
507
+     * @param HasNodeInterface $page
508 508
      * @param array  $doc
509 509
      *
510 510
      * @return array
@@ -731,7 +731,7 @@  discard block
 block discarded – undo
731 731
      *
732 732
      * @deprecated This method is deprecated since KunstmaanNodeSearchBundle 5.7 and will be removed in KunstmaanNodeSearchBundle 6.0. Use the "removeHtml" method of the "Kunstmaan\NodeSearchBundle\Services\SearchViewRenderer" instead.
733 733
      *
734
-     * @param $text
734
+     * @param string $text
735 735
      *
736 736
      * @return string
737 737
      */
@@ -747,7 +747,7 @@  discard block
 block discarded – undo
747 747
     /**
748 748
      * Fetch ACL permissions for the specified entity
749 749
      *
750
-     * @param object $object
750
+     * @param Node $object
751 751
      *
752 752
      * @return array
753 753
      */
@@ -783,7 +783,7 @@  discard block
 block discarded – undo
783 783
     /**
784 784
      * @param $publicNodeVersion
785 785
      *
786
-     * @return mixed
786
+     * @return HasNodeInterface
787 787
      */
788 788
     private function getNodeRefPage(NodeVersion $publicNodeVersion)
789 789
     {
@@ -797,7 +797,7 @@  discard block
 block discarded – undo
797 797
     }
798 798
 
799 799
     /**
800
-     * @param object $event
800
+     * @param IndexNodeEvent $event
801 801
      * @param string $eventName
802 802
      *
803 803
      * @return object
Please login to merge, or discard this patch.
src/Kunstmaan/AdminBundle/Helper/Menu/MenuAdaptorInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
      * @param MenuItem[]    $children The current children
18 18
      * @param MenuItem|null $parent   The parent Menu item
19 19
      * @param Request|null  $request  The Request
20
+     * @return void
20 21
      */
21 22
     public function adaptChildren(MenuBuilder $menu, array &$children, MenuItem $parent = null, Request $request = null);
22 23
 }
Please login to merge, or discard this patch.