PluginProbe
Polylang / 3.1
Polylang v3.1
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | settings/settings-cpt.php +4 -4 2.93.1 View file →
@@ -18,9 +18,9 @@
18 18
19 19 /**
20 20 * The list of post types to show in the form.
21 21 *
22 - * @var array
22 + * @var string[]
23 23 */
24 24 private $post_types;
25 25
26 26 /**
@@ -25,9 +25,9 @@
25 25
26 26 /**
27 27 * The list of post types to disable in the form.
28 28 *
29 - * @var array
29 + * @var string[]
30 30 */
31 31 private $disabled_post_types;
32 32
33 33 /**
@@ -32,9 +32,9 @@
32 32
33 33 /**
34 34 * The list of taxonomies to show in the form.
35 35 *
36 - * @var array
36 + * @var string[]
37 37 */
38 38 private $taxonomies;
39 39
40 40 /**
@@ -39,9 +39,9 @@
39 39
40 40 /**
41 41 * The list of taxonomies to disable in the form.
42 42 *
43 - * @var array
43 + * @var string[]
44 44 */
45 45 private $disabled_taxonomies;
46 46
47 47 /**