aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/acl
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2023-08-31 22:44:40 +0200
committerAndreas Gohr <andi@splitbrain.org>2023-08-31 22:44:40 +0200
commitd4f83172d9533c4d84f450fe22ef630816b21d75 (patch)
tree0a063c3992bcf622ac84920f9c15c796e12899c3 /lib/plugins/acl
parentfe15e2c063a38f65804c55e581c72b96ac36edf7 (diff)
downloaddokuwiki-d4f83172d9533c4d84f450fe22ef630816b21d75.tar.gz
dokuwiki-d4f83172d9533c4d84f450fe22ef630816b21d75.zip
code style: line breaks
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r--lib/plugins/acl/action.php2
-rw-r--r--lib/plugins/acl/remote.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/plugins/acl/action.php b/lib/plugins/acl/action.php
index c50605095..8c38de70b 100644
--- a/lib/plugins/acl/action.php
+++ b/lib/plugins/acl/action.php
@@ -3,6 +3,7 @@
use dokuwiki\Extension\ActionPlugin;
use dokuwiki\Extension\EventHandler;
use dokuwiki\Extension\Event;
+
/**
* AJAX call handler for ACL plugin
*
@@ -14,7 +15,6 @@ use dokuwiki\Extension\Event;
*/
class action_plugin_acl extends ActionPlugin
{
-
/**
* Registers a callback function for a given event
*
diff --git a/lib/plugins/acl/remote.php b/lib/plugins/acl/remote.php
index ccf8f312c..692e219c5 100644
--- a/lib/plugins/acl/remote.php
+++ b/lib/plugins/acl/remote.php
@@ -8,7 +8,6 @@ use dokuwiki\Remote\AccessDeniedException;
*/
class remote_plugin_acl extends RemotePlugin
{
-
/**
* Returns details about the remote plugin methods
*