Completed
Push — master ( 4c5b82...ece630 )
by Jeroen
19s
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.