Completed
Branch dev (2736f5)
by
unknown
01:41
created
form/_view/fieldset/AdminPageFramework_Form_View___Fieldset_Base.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,6 +173,7 @@  discard block
 block discarded – undo
173 173
      * Returns the repeatable fields script.
174 174
      * 
175 175
      * @since 2.1.3
176
+     * @param string $sFieldsContainerID
176 177
      */
177 178
     protected function _getRepeaterFieldEnablerScript( $sFieldsContainerID, $iFieldCount, $aSettings ) {
178 179
         
@@ -261,6 +262,7 @@  discard block
 block discarded – undo
261 262
             /**
262 263
              * @since       3.8.13
263 264
              * @param       array       $aArguments
265
+             * @param string $sSmallButtonSelector
264 266
              * @return      string
265 267
              */
266 268
             private function ___getAddButtonAttribtes( $aArguments, $sFieldsContainerID, $sSmallButtonSelector ) {
@@ -279,7 +281,7 @@  discard block
 block discarded – undo
279 281
             }
280 282
             /**
281 283
              * @since       3.8.13
282
-             * @param       array       $aArguments
284
+             * @param string $sSmallButtonSelector
283 285
              * @return      string
284 286
              */
285 287
             private function ___getRemoveButtonAttributes( $sFieldsContainerID, $sSmallButtonSelector, $iFieldCount ) {
@@ -323,6 +325,7 @@  discard block
 block discarded – undo
323 325
      * Returns the sortable fields script.
324 326
      * 
325 327
      * @since 3.0.0
328
+     * @param string $sFieldsContainerID
326 329
      */    
327 330
     protected function _getSortableFieldEnablerScript( $sFieldsContainerID ) {        
328 331
     
Please login to merge, or discard this patch.
development/factory/_common/utility/debug/AdminPageFramework_Debug_Base.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -146,6 +146,7 @@  discard block
 block discarded – undo
146 146
             /**
147 147
              * @since       3.8.9
148 148
              * @since       3.8.22  Renamed from `_getLegibleValue()`.
149
+             * @param integer $iStringLengthLimit
149 150
              * @return      string
150 151
              */
151 152
             static private function ___getLegibleDetailedValue( $mItem, $iStringLengthLimit ) {
@@ -314,6 +315,7 @@  discard block
 block discarded – undo
314 315
     /**
315 316
      * Performs `array_map()` recursively.
316 317
      * @remark      Accepts arguments.
318
+     * @param string[] $oCallable
317 319
      * @return      array
318 320
      * @since       3.8.9
319 321
      */
Please login to merge, or discard this patch.