Browse
For agents
About
User Access Manager
/
2.3.2
User Access Manager
v2.3.2
Switch version
2.3.20
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
trunk
0.6
0.6.1
0.6.2
0.7
0.7 Beta
0.7.0.1
0.8
0.8.0.1
0.8.0.2
0.9
0.9.1
0.9.1.1
0.9.1.2
0.9.1.3
0.9.1.4
1.0
All 136 releases
Overview
Code
← All changes
|
src/Wrapper/WordpressCli.php
+1
-1
2.3.18
→
2.3.2
View file →
@@ -39,9 +39,9 @@
39
39
* @see Formatter
40
40
*/
41
41
public function createFormatter(
42
42
array &$assocArguments,
43
-
?array $fields = null,
43
+
array $fields = null,
44
44
bool|string $prefix = false
45
45
): Formatter {
46
46
return new Formatter($assocArguments, $fields, $prefix);
47
47
}