summaryrefslogtreecommitdiff
path: root/inc/RemoteAPICore.php
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-23 03:08:41 -0700
committerAndreas Gohr <andi@splitbrain.org>2013-08-23 15:54:32 +0200
commitc404cb3b0b4946f6308f66b6324a24489b2ef5b8 (patch)
tree037a2c24abfc1907e7233034fd839f6eeeb71ff8 /inc/RemoteAPICore.php
parentce5e852908a745e41536081ceb92448a0322e0a9 (diff)
downloadrpg-c404cb3b0b4946f6308f66b6324a24489b2ef5b8.tar.gz
rpg-c404cb3b0b4946f6308f66b6324a24489b2ef5b8.tar.bz2
Fix CodeSniffer violations for PHP files
Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r--inc/RemoteAPICore.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index ec6235a49..3a713baca 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -506,8 +506,8 @@ class RemoteAPICore {
}
/**
- * Returns the permissions of a given wiki page
- */
+ * Returns the permissions of a given wiki page
+ */
function aclCheck($id) {
$id = $this->resolvePageId($id);
return auth_quickaclcheck($id);