Failed Conditions
Push — psr2 ( aba86f...42c287 )
by Andreas
09:30 queued 06:06
created
lib/plugins/acl/admin.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -721,6 +721,8 @@
 block discarded – undo
721 721
      *
722 722
      * @author  Frank Schubert <[email protected]>
723 723
      * @author  Andreas Gohr <[email protected]>
724
+     * @param boolean $ispage
725
+     * @param string $name
724 726
      */
725 727
     protected function _html_checkboxes($setperm,$ispage,$name){
726 728
         global $lang;
Please login to merge, or discard this patch.
lib/plugins/config/settings/extra.class.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
          *
175 175
          * @param admin_plugin_config $plugin object of config plugin
176 176
          * @param bool            $echo   true: show inputted value, when error occurred, otherwise the stored setting
177
-         * @return array with content array(string $label_html, string $input_html)
177
+         * @return string[] with content array(string $label_html, string $input_html)
178 178
          */
179 179
         public function html(admin_plugin_config $plugin, $echo=false) {
180 180
             global $lang;
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
          *
283 283
          * @param admin_plugin_config $plugin object of config plugin
284 284
          * @param bool            $echo   true: show inputted value, when error occurred, otherwise the stored setting
285
-         * @return array with content array(string $label_html, string $input_html)
285
+         * @return string[] with content array(string $label_html, string $input_html)
286 286
          */
287 287
         public function html(admin_plugin_config $plugin, $echo=false) {
288 288
 
Please login to merge, or discard this patch.
lib/plugins/info/syntax.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      * @param   int          $state   The lexer state for the match
45 45
      * @param   int          $pos     The character position of the matched text
46 46
      * @param   Doku_Handler $handler The Doku_Handler object
47
-     * @return  array Return an array with all data you want to use in render
47
+     * @return  string[] Return an array with all data you want to use in render
48 48
      */
49 49
     public function handle($match, $state, $pos, Doku_Handler $handler){
50 50
         $match = substr($match,7,-2); //strip ~~INFO: from start and ~~ from end
Please login to merge, or discard this patch.