Completed
Push — master ( 282378...b58e6e )
by Lars
02:25
created
src/voku/helper/Hooks.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -686,7 +686,7 @@  discard block
 block discarded – undo
686 686
    *
687 687
    * @param    string $function Used for creating unique id
688 688
    *
689
-   * @return   string|bool             Unique ID for usage as array key or false if
689
+   * @return   string|false             Unique ID for usage as array key or false if
690 690
    *                                   $priority === false and $function is an
691 691
    *                                   object reference, and it does not already have a unique id.
692 692
    * @access   private
@@ -972,7 +972,7 @@  discard block
 block discarded – undo
972 972
    *
973 973
    * @param array $m Regular expression match array
974 974
    *
975
-   * @return mixed False on failure.
975
+   * @return string False on failure.
976 976
    */
977 977
   private function __do_shortcode_tag($m)
978 978
   {
Please login to merge, or discard this patch.