aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/remote.php
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/remote.php
parentfe2dcfd59ce1d20fda206fc686ee7860088d80a2 (diff)
downloaddokuwiki-54cc7aa41e0f453bd6887b0e79242a139d84a47a.tar.gz
dokuwiki-54cc7aa41e0f453bd6887b0e79242a139d84a47a.zip
Apply rector fixes to the rest of lib/plugin
Diffstat (limited to 'lib/plugins/remote.php')
-rw-r--r--lib/plugins/remote.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plugins/remote.php b/lib/plugins/remote.php
index 5bf8da91e..0dff900ad 100644
--- a/lib/plugins/remote.php
+++ b/lib/plugins/remote.php
@@ -1,4 +1,6 @@
<?php
-\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+
+use dokuwiki\Debug\DebugHelper;
+DebugHelper::dbgDeprecatedFunction(
'Autoloading', 1, 'require(' . basename(__FILE__) . ')'
);