Completed
Branch dev (04db17)
by
unknown
04:53
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
@@ -174,6 +174,7 @@  discard block
 block discarded – undo
174 174
      * Returns the repeatable fields script.
175 175
      * 
176 176
      * @since 2.1.3
177
+     * @param string $sFieldsContainerID
177 178
      */
178 179
     protected function _getRepeaterFieldEnablerScript( $sFieldsContainerID, $iFieldCount, $aSettings ) {
179 180
         
@@ -244,6 +245,7 @@  discard block
 block discarded – undo
244 245
             /**
245 246
              * @since       3.8.13
246 247
              * @param       array       $aArguments
248
+             * @param string $sSmallButtonSelector
247 249
              * @return      string
248 250
              */
249 251
             private function ___getAddButtonAttribtes( $aArguments, $sFieldsContainerID, $sSmallButtonSelector ) {
@@ -262,7 +264,7 @@  discard block
 block discarded – undo
262 264
             }
263 265
             /**
264 266
              * @since       3.8.13
265
-             * @param       array       $aArguments
267
+             * @param string $sSmallButtonSelector
266 268
              * @return      string
267 269
              */
268 270
             private function ___getRemvoeButtonAttribtes( $sFieldsContainerID, $sSmallButtonSelector, $iFieldCount ) {
@@ -306,6 +308,7 @@  discard block
 block discarded – undo
306 308
      * Returns the sortable fields script.
307 309
      * 
308 310
      * @since 3.0.0
311
+     * @param string $sFieldsContainerID
309 312
      */    
310 313
     protected function _getSortableFieldEnablerScript( $sFieldsContainerID ) {        
311 314
     
Please login to merge, or discard this patch.
_view/script/AdminPageFramework_Form_View___Script_RepeatableSection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -513,7 +513,7 @@  discard block
 block discarded – undo
513 513
             return self::getAttributes( $_aAttriubtes ) . ' ' . self::getDataAttributes( $aArguments );
514 514
         }
515 515
         /**
516
-         * @return  array
516
+         * @return  string
517 517
          * @sicne   3.8.13
518 518
          */
519 519
         static private function ___getRemoveButtonAttributes( $sContainerTagID, $oMsg, $iSectionCount ) {
@@ -532,7 +532,7 @@  discard block
 block discarded – undo
532 532
 
533 533
         /**
534 534
          * @since       3.8.13
535
-         * @return array
535
+         * @return string
536 536
          */
537 537
         static private function ___getAddButtonAttributes( $sContainerTagID, $oMsg, $aArguments ) {
538 538
             return self::getAttributes(
Please login to merge, or discard this patch.