Completed
Push — master ( 24bca3...ace0dd )
by Lars
02:49
created
src/voku/helper/Hooks.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
    *                                         The name of the filter to hook the
130 130
    *                                         {@link $function_to_add} to.
131 131
    *                                         </p>
132
-   * @param    string|array $function_to_add <p>
132
+   * @param    string $function_to_add <p>
133 133
    *                                         The name of the function to be called
134 134
    *                                         when the filter is applied.
135 135
    *                                         </p>
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
    * <strong>INFO:</strong> Additional variables passed to the functions hooked to <tt>$tag</tt>.
268 268
    * </p>
269 269
    *
270
-   * @param    string|array $tag   <p>The name of the filter hook.</p>
270
+   * @param    Hooks[] $tag   <p>The name of the filter hook.</p>
271 271
    * @param    mixed        $value <p>The value on which the filters hooked to <tt>$tag</tt> are applied on.</p>
272 272
    *
273 273
    * @return   mixed               <p>The filtered value after all hooked functions are applied to it.</p>
@@ -654,7 +654,7 @@  discard block
 block discarded – undo
654 654
    *
655 655
    * @param    string|array $function <p>Used for creating unique id.</p>
656 656
    *
657
-   * @return   string|bool             <p>
657
+   * @return   string|false             <p>
658 658
    *                                   Unique ID for usage as array key or false if
659 659
    *                                   $priority === false and $function is an
660 660
    *                                   object reference, and it does not already have a unique id.
@@ -967,7 +967,7 @@  discard block
 block discarded – undo
967 967
    *
968 968
    * @param array $m <p>regular expression match array</p>
969 969
    *
970
-   * @return mixed <p><strong>false</strong> on failure</p>
970
+   * @return string <p><strong>false</strong> on failure</p>
971 971
    */
972 972
   private function _do_shortcode_tag($m)
973 973
   {
Please login to merge, or discard this patch.