aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/testing
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2023-08-30 11:45:19 +0200
committerAndreas Gohr <andi@splitbrain.org>2023-08-30 11:45:19 +0200
commit54cc7aa41e0f453bd6887b0e79242a139d84a47a (patch)
tree6f13746d09ac261552de8ab3db1bc1ff13c7a1f0 /lib/plugins/testing
parentfe2dcfd59ce1d20fda206fc686ee7860088d80a2 (diff)
downloaddokuwiki-54cc7aa41e0f453bd6887b0e79242a139d84a47a.tar.gz
dokuwiki-54cc7aa41e0f453bd6887b0e79242a139d84a47a.zip
Apply rector fixes to the rest of lib/plugin
Diffstat (limited to 'lib/plugins/testing')
-rw-r--r--lib/plugins/testing/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/testing/action.php b/lib/plugins/testing/action.php
index 09b84262e..965b55e3c 100644
--- a/lib/plugins/testing/action.php
+++ b/lib/plugins/testing/action.php
@@ -17,7 +17,7 @@ class action_plugin_testing extends DokuWiki_Action_Plugin {
}
public function dokuwikiStarted() {
- $param = array();
+ $param = [];
Event::createAndTrigger('TESTING_PLUGIN_INSTALLED', $param);
msg('The testing plugin is enabled and should be disabled.',-1);
}