summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-27 01:18:10 -0700
committerMatt Perry <matt@mattperry.com>2013-08-27 01:18:10 -0700
commitd91ab76f52f59d264301e18c28a0d3bae996fab8 (patch)
treee578ed2778da96a94038de77e03477b2307bbf21 /lib/exe/js.php
parent5004f92c22df31a9c3562344f4223795ad819780 (diff)
downloadrpg-d91ab76f52f59d264301e18c28a0d3bae996fab8.tar.gz
rpg-d91ab76f52f59d264301e18c28a0d3bae996fab8.tar.bz2
Fix CodeSniffer violations
Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon.
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index 4b4b598de..76238a81b 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -194,8 +194,7 @@ function js_pluginscripts(){
*
* @author Gabriel Birke <birke@d-scribe.de>
*/
-function js_pluginstrings()
-{
+function js_pluginstrings() {
global $conf;
$pluginstrings = array();
$plugins = plugin_list();