summaryrefslogtreecommitdiff
path: root/inc/Input.class.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/Input.class.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/Input.class.php')
-rw-r--r--inc/Input.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/Input.class.php b/inc/Input.class.php
index 35aecdb45..7434d2b2c 100644
--- a/inc/Input.class.php
+++ b/inc/Input.class.php
@@ -238,7 +238,6 @@ class PostInput extends Input {
/**
* Internal class used for $_GET access in Input class
-
*/
class GetInput extends Input {
protected $access;