diff options
author | Matt Perry <matt@mattperry.com> | 2013-08-23 03:08:41 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-23 15:54:32 +0200 |
commit | c404cb3b0b4946f6308f66b6324a24489b2ef5b8 (patch) | |
tree | 037a2c24abfc1907e7233034fd839f6eeeb71ff8 /inc/parser/xhtml.php | |
parent | ce5e852908a745e41536081ceb92448a0322e0a9 (diff) | |
download | rpg-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/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index a719bca26..ff4d7eb41 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -59,7 +59,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { * Finish an edit section range * * @param $end int The byte position for the edit end; null for the rest of - the page + * the page * @author Adrian Lang <lang@cosmocode.de> */ public function finishSectionEdit($end = null) { @@ -541,7 +541,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } /** - */ + */ function camelcaselink($link) { $this->internallink($link,$link); } |