Completed
Pull Request — master (#2744)
by Jeroen
06:30
created
src/Kunstmaan/NodeSearchBundle/Configuration/NodePagesConfiguration.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -503,7 +503,7 @@  discard block
 block discarded – undo
503 503
     /**
504 504
      * Add type to the index document
505 505
      *
506
-     * @param object $page
506
+     * @param HasNodeInterface $page
507 507
      * @param array  $doc
508 508
      *
509 509
      * @return array
@@ -730,7 +730,7 @@  discard block
 block discarded – undo
730 730
      *
731 731
      * @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.
732 732
      *
733
-     * @param $text
733
+     * @param string $text
734 734
      *
735 735
      * @return string
736 736
      */
@@ -746,7 +746,7 @@  discard block
 block discarded – undo
746 746
     /**
747 747
      * Fetch ACL permissions for the specified entity
748 748
      *
749
-     * @param object $object
749
+     * @param Node $object
750 750
      *
751 751
      * @return array
752 752
      */
@@ -782,7 +782,7 @@  discard block
 block discarded – undo
782 782
     /**
783 783
      * @param $publicNodeVersion
784 784
      *
785
-     * @return mixed
785
+     * @return HasNodeInterface
786 786
      */
787 787
     private function getNodeRefPage(NodeVersion $publicNodeVersion)
788 788
     {
Please login to merge, or discard this patch.