diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-01-10 14:47:51 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2015-01-10 14:47:51 +0000 |
commit | 276820f70d7e96ee375735c1a15bdc0a8331a5a7 (patch) | |
tree | 8709a170db6b836c8f6ea834a6c83ea607a008cc /lib/plugins/authplain | |
parent | d7862ff55cfced5ef441903c84af1c622d7b2736 (diff) | |
download | rpg-276820f70d7e96ee375735c1a15bdc0a8331a5a7.tar.gz rpg-276820f70d7e96ee375735c1a15bdc0a8331a5a7.tar.bz2 |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/plugins/authplain')
-rw-r--r-- | lib/plugins/authplain/_test/escaping.test.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/authplain/_test/escaping.test.php b/lib/plugins/authplain/_test/escaping.test.php index 9df96389a..e1eade8d4 100644 --- a/lib/plugins/authplain/_test/escaping.test.php +++ b/lib/plugins/authplain/_test/escaping.test.php @@ -106,6 +106,9 @@ class helper_plugin_authplain_escaping_test extends DokuWikiTest { class auth_plugin_authplainharness extends auth_plugin_authplain { + /** + * @param boolean $bool + */ public function setPregsplit_safe($bool) { $this->_pregsplit_safe = $bool; } @@ -114,6 +117,9 @@ class auth_plugin_authplainharness extends auth_plugin_authplain { return $this->_pregsplit_safe; } + /** + * @param string $line + */ public function splitUserData($line){ return $this->_splitUserData($line); } |