Completed
Branch master (7ff82b)
by
unknown
01:54
created
factory/_common/form/field_type/AdminPageFramework_FieldType_Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -410,7 +410,7 @@
 block discarded – undo
410 410
      * This is used for element that `label_min_width` is applied.
411 411
      *
412 412
      * @param  array         $aField
413
-     * @param  array|string $asClassAttributes
413
+     * @param  string $asClassAttributes
414 414
      * @param  array        $aAttributes
415 415
      * @return string
416 416
      * @since  3.8.0
Please login to merge, or discard this patch.
factory/_common/form/field_type/AdminPageFramework_FieldType_system.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -432,8 +432,8 @@
 block discarded – undo
432 432
                     /**
433 433
                      *
434 434
                      * @since       3.5.12
435
-                     * @param       array|string|null $asCategories
436
-                     * @param       array|string|null $asRemovingCategories
435
+                     * @param       string|null $asCategories
436
+                     * @param       string $asRemovingCategories
437 437
                      * @return      string|array
438 438
                      * @internal
439 439
                      */
Please login to merge, or discard this patch.