diff options
author | Andreas Gohr <andi@splitbrain.org> | 2023-08-31 22:44:40 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2023-08-31 22:44:40 +0200 |
commit | d4f83172d9533c4d84f450fe22ef630816b21d75 (patch) | |
tree | 0a063c3992bcf622ac84920f9c15c796e12899c3 /lib/plugins/remote.php | |
parent | fe15e2c063a38f65804c55e581c72b96ac36edf7 (diff) | |
download | dokuwiki-d4f83172d9533c4d84f450fe22ef630816b21d75.tar.gz dokuwiki-d4f83172d9533c4d84f450fe22ef630816b21d75.zip |
code style: line breaks
Diffstat (limited to 'lib/plugins/remote.php')
-rw-r--r-- | lib/plugins/remote.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/remote.php b/lib/plugins/remote.php index bcf6e75f2..e75f700a0 100644 --- a/lib/plugins/remote.php +++ b/lib/plugins/remote.php @@ -1,6 +1,7 @@ <?php use dokuwiki\Debug\DebugHelper; + DebugHelper::dbgDeprecatedFunction( 'Autoloading', 1, |