Completed
Branch dev (bc2253)
by
unknown
06:09
created
factory/_common/form/field_type/AdminPageFramework_FieldType_Base.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -391,6 +391,7 @@
 block discarded – undo
391 391
      * This is used for element that `label_min_width` is applied.
392 392
      * 
393 393
      * @since       3.8.0
394
+     * @param string $asClassAttributes
394 395
      * @return      string
395 396
      */
396 397
     protected function getLabelContainerAttributes( array $aField, $asClassAttributes, array $aAttributes=array() ) {
Please login to merge, or discard this patch.
factory/_common/utility/base_utility/AdminPageFramework_Utility_String.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -183,6 +183,8 @@
 block discarded – undo
183 183
     }
184 184
     /**
185 185
      * Trims a traling sub-string if exists.
186
+     * @param string $sString
187
+     * @param string $sSuffix
186 188
      * @return      string
187 189
      * @since       3.7.2
188 190
      */
Please login to merge, or discard this patch.